Searched refs:to_phy_device (Results 1 – 4 of 4) sorted by relevance
422 struct phy_device *phydev = to_phy_device(dev); in mdio_bus_match()472 struct phy_device *phydev = to_phy_device(dev); in mdio_bus_suspend()490 struct phy_device *phydev = to_phy_device(dev); in mdio_bus_resume()509 struct phy_device *phydev = to_phy_device(dev); in mdio_bus_restore()548 struct phy_device *phydev = to_phy_device(dev); in phy_id_show()557 struct phy_device *phydev = to_phy_device(dev); in phy_interface_show()572 struct phy_device *phydev = to_phy_device(dev); in phy_has_fixups_show()
52 kfree(to_phy_device(dev)); in phy_device_release()469 phydev = to_phy_device(d); in phy_connect()659 phydev = to_phy_device(d); in phy_attach()1242 struct phy_device *phydev = to_phy_device(dev); in phy_probe()1282 struct phy_device *phydev = to_phy_device(dev); in phy_remove()
205 return d ? to_phy_device(d) : NULL; in of_phy_find_device()
426 #define to_phy_device(d) container_of(d, struct phy_device, dev) macro