Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/phy/
H A Dphy_device.c222 kfree(to_phy_device(dev)); in phy_device_release()
334 struct phy_device *phydev = to_phy_device(dev); in mdio_bus_phy_suspend()
366 struct phy_device *phydev = to_phy_device(dev); in mdio_bus_phy_resume()
548 struct phy_device *phydev = to_phy_device(dev); in phy_bus_match()
578 struct phy_device *phydev = to_phy_device(dev); in phy_id_show()
587 struct phy_device *phydev = to_phy_device(dev); in phy_interface_show()
603 struct phy_device *phydev = to_phy_device(dev); in phy_has_fixups_show()
613 struct phy_device *phydev = to_phy_device(dev); in phy_dev_flags_show()
1175 phydev = to_phy_device(d); in phy_connect()
1676 phydev = to_phy_device(d); in phy_attach()
[all …]
/linux-6.15/include/linux/
H A Dphy.h747 static inline struct phy_device *to_phy_device(const struct device *dev) in to_phy_device() function