Lines Matching refs:phy_dev
524 struct phy_device *phy = lp->phy_dev; in axienet_adjust_link()
928 lp->phy_dev = of_phy_connect(lp->ndev, lp->phy_node, in axienet_open()
931 if (!lp->phy_dev) { in axienet_open()
935 phy_start(lp->phy_dev); in axienet_open()
956 if (lp->phy_dev) in axienet_open()
957 phy_disconnect(lp->phy_dev); in axienet_open()
958 lp->phy_dev = NULL; in axienet_open()
995 if (lp->phy_dev) in axienet_stop()
996 phy_disconnect(lp->phy_dev); in axienet_stop()
997 lp->phy_dev = NULL; in axienet_stop()
1080 struct phy_device *phydev = lp->phy_dev; in axienet_ethtools_get_settings()
1101 struct phy_device *phydev = lp->phy_dev; in axienet_ethtools_set_settings()