Searched refs:to_phy_driver (Results 1 – 2 of 2) sorted by relevance
290 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()3284 struct phy_driver *phydrv = to_phy_driver(drv); in phy_probe()
1246 #define to_phy_driver(d) container_of_const(to_mdio_common_driver(d), \ macro