Lines Matching refs:sgmii_phy
2987 err = phy_power_on(bp->sgmii_phy); in macb_open()
3003 phy_power_off(bp->sgmii_phy); in macb_open()
3035 phy_power_off(bp->sgmii_phy); in macb_close()
4934 bp->sgmii_phy = devm_phy_optional_get(&pdev->dev, NULL); in init_reset_optional()
4936 if (IS_ERR(bp->sgmii_phy)) in init_reset_optional()
4937 return dev_err_probe(&pdev->dev, PTR_ERR(bp->sgmii_phy), in init_reset_optional()
4940 ret = phy_init(bp->sgmii_phy); in init_reset_optional()
4969 phy_exit(bp->sgmii_phy); in init_reset_optional()
4977 phy_exit(bp->sgmii_phy); in init_reset_optional()
5378 phy_exit(bp->sgmii_phy); in macb_probe()
5401 phy_exit(bp->sgmii_phy); in macb_remove()
5432 phy_exit(bp->sgmii_phy); in macb_suspend()
5560 phy_init(bp->sgmii_phy); in macb_resume()