Lines Matching full:sgmii_phy
2984 err = phy_power_on(bp->sgmii_phy); in macb_open()
3000 phy_power_off(bp->sgmii_phy); in macb_open()
3031 phy_power_off(bp->sgmii_phy); in macb_close()
4755 bp->sgmii_phy = devm_phy_optional_get(&pdev->dev, NULL); in init_reset_optional()
4757 if (IS_ERR(bp->sgmii_phy)) in init_reset_optional()
4758 return dev_err_probe(&pdev->dev, PTR_ERR(bp->sgmii_phy), in init_reset_optional()
4761 ret = phy_init(bp->sgmii_phy); in init_reset_optional()
4790 phy_exit(bp->sgmii_phy); in init_reset_optional()
4798 phy_exit(bp->sgmii_phy); in init_reset_optional()
5195 phy_exit(bp->sgmii_phy); in macb_probe()
5218 phy_exit(bp->sgmii_phy); in macb_remove()
5249 phy_exit(bp->sgmii_phy); in macb_suspend()
5377 phy_init(bp->sgmii_phy); in macb_resume()