Searched refs:to_phy_device (Results 1 – 3 of 3) sorted by relevance
216 kfree(to_phy_device(dev)); in phy_device_release()274 struct phy_device *phydev = to_phy_device(dev); in mdio_bus_phy_suspend()292 struct phy_device *phydev = to_phy_device(dev); in mdio_bus_phy_resume()311 struct phy_device *phydev = to_phy_device(dev); in mdio_bus_phy_restore()478 struct phy_device *phydev = to_phy_device(dev); in phy_bus_match()509 struct phy_device *phydev = to_phy_device(dev); in phy_id_show()518 struct phy_device *phydev = to_phy_device(dev); in phy_interface_show()534 struct phy_device *phydev = to_phy_device(dev); in phy_has_fixups_show()997 phydev = to_phy_device(d); in phy_connect()1171 struct phy_device *phydev = to_phy_device(dev); in phy_standalone_show()[all …]
302 return to_phy_device(d); in of_phy_find_device()
444 #define to_phy_device(d) container_of(to_mdio_device(d), \ macro