Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/phy/
Dphy_device.c216 kfree(to_phy_device(dev)); in phy_device_release()
274 struct phy_device *phydev = to_phy_device(dev); in mdio_bus_phy_suspend()
292 struct phy_device *phydev = to_phy_device(dev); in mdio_bus_phy_resume()
311 struct phy_device *phydev = to_phy_device(dev); in mdio_bus_phy_restore()
478 struct phy_device *phydev = to_phy_device(dev); in phy_bus_match()
509 struct phy_device *phydev = to_phy_device(dev); in phy_id_show()
518 struct phy_device *phydev = to_phy_device(dev); in phy_interface_show()
534 struct phy_device *phydev = to_phy_device(dev); in phy_has_fixups_show()
997 phydev = to_phy_device(d); in phy_connect()
1171 struct phy_device *phydev = to_phy_device(dev); in phy_standalone_show()
[all …]
/Linux-v5.4/drivers/of/
Dof_mdio.c302 return to_phy_device(d); in of_phy_find_device()
/Linux-v5.4/include/linux/
Dphy.h444 #define to_phy_device(d) container_of(to_mdio_device(d), \ macro