Searched refs:to_phy_driver (Results 1 – 2 of 2) sorted by relevance
304 struct phy_driver *phydrv = to_phy_driver(drv); in mdio_bus_phy_may_suspend()549 const struct phy_driver *phydrv = to_phy_driver(drv); in phy_bus_match()3666 struct phy_driver *phydrv = to_phy_driver(drv); in phy_probe()
1566 #define to_phy_driver(d) container_of_const(to_mdio_common_driver(d), \ macro