Lines Matching refs:sgmii_phy
2925 err = phy_power_on(bp->sgmii_phy); in macb_open()
2941 phy_power_off(bp->sgmii_phy); in macb_open()
2972 phy_power_off(bp->sgmii_phy); in macb_close()
4677 bp->sgmii_phy = devm_phy_optional_get(&pdev->dev, NULL); in init_reset_optional()
4679 if (IS_ERR(bp->sgmii_phy)) in init_reset_optional()
4680 return dev_err_probe(&pdev->dev, PTR_ERR(bp->sgmii_phy), in init_reset_optional()
4683 ret = phy_init(bp->sgmii_phy); in init_reset_optional()
4712 phy_exit(bp->sgmii_phy); in init_reset_optional()
4720 phy_exit(bp->sgmii_phy); in init_reset_optional()
5087 phy_exit(bp->sgmii_phy); in macb_probe()
5110 phy_exit(bp->sgmii_phy); in macb_remove()
5199 phy_exit(bp->sgmii_phy); in macb_suspend()
5290 phy_init(bp->sgmii_phy); in macb_resume()