Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/phy/
Dphy_device.c217 kfree(to_phy_device(dev)); in phy_device_release()
275 struct phy_device *phydev = to_phy_device(dev); in mdio_bus_phy_suspend()
295 struct phy_device *phydev = to_phy_device(dev); in mdio_bus_phy_resume()
316 struct phy_device *phydev = to_phy_device(dev); in mdio_bus_phy_restore()
483 struct phy_device *phydev = to_phy_device(dev); in phy_bus_match()
514 struct phy_device *phydev = to_phy_device(dev); in phy_id_show()
523 struct phy_device *phydev = to_phy_device(dev); in phy_interface_show()
539 struct phy_device *phydev = to_phy_device(dev); in phy_has_fixups_show()
1058 phydev = to_phy_device(d); in phy_connect()
1238 struct phy_device *phydev = to_phy_device(dev); in phy_standalone_show()
[all …]
/Linux-v5.10/drivers/net/mdio/
Dof_mdio.c379 return to_phy_device(&mdiodev->dev); in of_phy_find_device()
/Linux-v5.10/include/linux/
Dphy.h647 #define to_phy_device(d) container_of(to_mdio_device(d), \ macro