Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/phy/
H A Dphy_device.c255 kfree(to_phy_device(dev)); in phy_device_release()
312 struct phy_device *phydev = to_phy_device(dev); in mdio_bus_phy_suspend()
344 struct phy_device *phydev = to_phy_device(dev); in mdio_bus_phy_resume()
527 struct phy_device *phydev = to_phy_device(dev); in phy_bus_match()
557 struct phy_device *phydev = to_phy_device(dev); in phy_id_show()
566 struct phy_device *phydev = to_phy_device(dev); in phy_interface_show()
582 struct phy_device *phydev = to_phy_device(dev); in phy_has_fixups_show()
592 struct phy_device *phydev = to_phy_device(dev); in phy_dev_flags_show()
1162 phydev = to_phy_device(d); in phy_connect()
1349 struct phy_device *phydev = to_phy_device(dev); in phy_standalone_show()
[all …]
/openbmc/linux/include/linux/
H A Dphy.h769 static inline struct phy_device *to_phy_device(const struct device *dev) in to_phy_device() function