Home
last modified time | relevance | path

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

/linux/drivers/net/phy/
H A Dphy_device.c227 kfree(to_phy_device(dev)); in phy_device_release()
348 struct phy_device *phydev = to_phy_device(dev); in mdio_bus_phy_suspend()
380 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()
563 struct phy_device *phydev = to_phy_device(dev); in phy_id_show()
572 struct phy_device *phydev = to_phy_device(dev); in phy_interface_show()
588 struct phy_device *phydev = to_phy_device(dev); in phy_has_fixups_show()
598 struct phy_device *phydev = to_phy_device(dev); in phy_dev_flags_show()
620 struct phy_device *phydev = to_phy_device(dev); \
697 struct phy_device *phydev = to_phy_device(dev); in phy_mmd_is_visible()
[all …]
/linux/include/linux/
H A Dphy.h817 #define to_phy_device(__dev) container_of_const(to_mdio_device(__dev), struct phy_device, mdio) macro