Lines Matching refs:phy_dev
528 struct phy_device *phy = lp->phy_dev; in axienet_adjust_link()
937 lp->phy_dev = of_phy_connect(lp->ndev, lp->phy_node, in axienet_open()
941 lp->phy_dev = of_phy_connect(lp->ndev, lp->phy_node, in axienet_open()
946 if (!lp->phy_dev) in axienet_open()
949 phy_start(lp->phy_dev); in axienet_open()
970 if (lp->phy_dev) in axienet_open()
971 phy_disconnect(lp->phy_dev); in axienet_open()
972 lp->phy_dev = NULL; in axienet_open()
1009 if (lp->phy_dev) in axienet_stop()
1010 phy_disconnect(lp->phy_dev); in axienet_stop()
1011 lp->phy_dev = NULL; in axienet_stop()
1096 struct phy_device *phydev = lp->phy_dev; in axienet_ethtools_get_settings()
1119 struct phy_device *phydev = lp->phy_dev; in axienet_ethtools_set_settings()