Searched refs:to_phy_device (Results 1 – 3 of 3) sorted by relevance
217 kfree(to_phy_device(dev)); in phy_device_release()274 struct phy_device *phydev = to_phy_device(dev); in mdio_bus_phy_suspend()294 struct phy_device *phydev = to_phy_device(dev); in mdio_bus_phy_resume()453 struct phy_device *phydev = to_phy_device(dev); in phy_bus_match()484 struct phy_device *phydev = to_phy_device(dev); in phy_id_show()493 struct phy_device *phydev = to_phy_device(dev); in phy_interface_show()509 struct phy_device *phydev = to_phy_device(dev); in phy_has_fixups_show()1029 phydev = to_phy_device(d); in phy_connect()1218 struct phy_device *phydev = to_phy_device(dev); in phy_standalone_show()1463 phydev = to_phy_device(d); in phy_attach()[all …]
380 return to_phy_device(&mdiodev->dev); in of_phy_find_device()
649 #define to_phy_device(d) container_of(to_mdio_device(d), \ macro