Home
last modified time | relevance | path

Searched refs:to_phy_device (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/phy/
H A Dphy_device.c217 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 …]
/OK3568_Linux_fs/kernel/drivers/net/mdio/
H A Dof_mdio.c380 return to_phy_device(&mdiodev->dev); in of_phy_find_device()
/OK3568_Linux_fs/kernel/include/linux/
H A Dphy.h655 #define to_phy_device(d) container_of(to_mdio_device(d), \ macro