Home
last modified time | relevance | path

Searched refs:to_phy_device (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/net/phy/
Dmdio_bus.c488 struct phy_device *phydev = to_phy_device(dev); in mdio_bus_match()
553 struct phy_device *phydev = to_phy_device(dev); in mdio_bus_suspend()
571 struct phy_device *phydev = to_phy_device(dev); in mdio_bus_resume()
590 struct phy_device *phydev = to_phy_device(dev); in mdio_bus_restore()
629 struct phy_device *phydev = to_phy_device(dev); in phy_id_show()
638 struct phy_device *phydev = to_phy_device(dev); in phy_interface_show()
653 struct phy_device *phydev = to_phy_device(dev); in phy_has_fixups_show()
Dphy_device.c52 kfree(to_phy_device(dev)); in phy_device_release()
519 phydev = to_phy_device(d); in phy_connect()
715 phydev = to_phy_device(d); in phy_attach()
1329 struct phy_device *phydev = to_phy_device(dev); in phy_probe()
1369 struct phy_device *phydev = to_phy_device(dev); in phy_remove()
/linux-4.4.14/drivers/of/
Dof_mdio.c210 return d ? to_phy_device(d) : NULL; in of_phy_find_device()
/linux-4.4.14/include/linux/
Dphy.h438 #define to_phy_device(d) container_of(d, struct phy_device, dev) macro