Searched refs:to_phy_device (Results 1 – 4 of 4) sorted by relevance
488 struct phy_device *phydev = to_phy_device(dev); in mdio_bus_match()553 struct phy_device *phydev = to_phy_device(dev); in mdio_bus_suspend()571 struct phy_device *phydev = to_phy_device(dev); in mdio_bus_resume()590 struct phy_device *phydev = to_phy_device(dev); in mdio_bus_restore()629 struct phy_device *phydev = to_phy_device(dev); in phy_id_show()638 struct phy_device *phydev = to_phy_device(dev); in phy_interface_show()653 struct phy_device *phydev = to_phy_device(dev); in phy_has_fixups_show()
52 kfree(to_phy_device(dev)); in phy_device_release()519 phydev = to_phy_device(d); in phy_connect()715 phydev = to_phy_device(d); in phy_attach()1329 struct phy_device *phydev = to_phy_device(dev); in phy_probe()1369 struct phy_device *phydev = to_phy_device(dev); in phy_remove()
210 return d ? to_phy_device(d) : NULL; in of_phy_find_device()
438 #define to_phy_device(d) container_of(d, struct phy_device, dev) macro