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