Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/phy/
Dphy_device.c61 kfree(to_phy_device(dev)); in phy_device_release()
119 struct phy_device *phydev = to_phy_device(dev); in mdio_bus_phy_suspend()
137 struct phy_device *phydev = to_phy_device(dev); in mdio_bus_phy_resume()
156 struct phy_device *phydev = to_phy_device(dev); in mdio_bus_phy_restore()
326 struct phy_device *phydev = to_phy_device(dev); in phy_bus_match()
357 struct phy_device *phydev = to_phy_device(dev); in phy_id_show()
366 struct phy_device *phydev = to_phy_device(dev); in phy_interface_show()
382 struct phy_device *phydev = to_phy_device(dev); in phy_has_fixups_show()
807 phydev = to_phy_device(d); in phy_connect()
1112 phydev = to_phy_device(d); in phy_attach()
[all …]
/Linux-v4.19/drivers/of/
Dof_mdio.c310 return to_phy_device(d); in of_phy_find_device()
/Linux-v4.19/include/linux/
Dphy.h483 #define to_phy_device(d) container_of(to_mdio_device(d), \ macro