Lines Matching refs:phy_dev
79 struct phy_device *phy_dev; member
117 struct phy_device *phydev = db->phy_dev; in emac_handle_link_change()
160 db->phy_dev = of_phy_connect(db->ndev, db->phy_node, in emac_mdio_probe()
163 if (!db->phy_dev) { in emac_mdio_probe()
169 db->phy_dev->supported &= PHY_BASIC_FEATURES; in emac_mdio_probe()
170 db->phy_dev->advertising = db->phy_dev->supported; in emac_mdio_probe()
183 phy_disconnect(db->phy_dev); in emac_mdio_remove()
184 db->phy_dev = NULL; in emac_mdio_remove()
211 struct phy_device *phydev = dm->phy_dev; in emac_ioctl()
234 struct phy_device *phydev = dm->phy_dev; in emac_get_settings()
245 struct phy_device *phydev = dm->phy_dev; in emac_set_settings()
746 phy_start(db->phy_dev); in emac_open()
783 phy_stop(db->phy_dev); in emac_stop()