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()518 struct phy_device *phydev = to_phy_device(dev); in phy_registers_show()533 struct phy_device *phydev = to_phy_device(dev); in phy_registers_store()1087 phydev = to_phy_device(d); in phy_connect()[all …]
380 return to_phy_device(&mdiodev->dev); in of_phy_find_device()
655 #define to_phy_device(d) container_of(to_mdio_device(d), \ macro