Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/phy/
Dphy_device.c217 kfree(to_phy_device(dev)); in phy_device_release()
274 struct phy_device *phydev = to_phy_device(dev); in mdio_bus_phy_suspend()
294 struct phy_device *phydev = to_phy_device(dev); in mdio_bus_phy_resume()
453 struct phy_device *phydev = to_phy_device(dev); in phy_bus_match()
484 struct phy_device *phydev = to_phy_device(dev); in phy_id_show()
493 struct phy_device *phydev = to_phy_device(dev); in phy_interface_show()
509 struct phy_device *phydev = to_phy_device(dev); in phy_has_fixups_show()
1029 phydev = to_phy_device(d); in phy_connect()
1218 struct phy_device *phydev = to_phy_device(dev); in phy_standalone_show()
1463 phydev = to_phy_device(d); in phy_attach()
[all …]
/kernel/linux/linux-5.10/drivers/net/mdio/
Dof_mdio.c380 return to_phy_device(&mdiodev->dev); in of_phy_find_device()
/kernel/linux/linux-5.10/include/linux/
Dphy.h649 #define to_phy_device(d) container_of(to_mdio_device(d), \ macro