Home
last modified time | relevance | path

Searched refs:to_phy_driver (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/net/phy/
Dmdio_bus.c489 struct phy_driver *phydrv = to_phy_driver(drv); in mdio_bus_match()
521 struct phy_driver *phydrv = to_phy_driver(drv); in mdio_bus_phy_may_suspend()
Dphy_device.c766 struct phy_driver *phydrv = to_phy_driver(phydev->dev.driver); in phy_suspend()
789 struct phy_driver *phydrv = to_phy_driver(phydev->dev.driver); in phy_resume()
1331 struct phy_driver *phydrv = to_phy_driver(drv); in phy_probe()
/linux-4.4.14/include/linux/
Dphy.h594 #define to_phy_driver(d) container_of(d, struct phy_driver, driver) macro