Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/phy/
Dmdio_bus.c422 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()
Dphy_device.c52 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()
/linux-4.1.27/drivers/of/
Dof_mdio.c205 return d ? to_phy_device(d) : NULL; in of_phy_find_device()
/linux-4.1.27/include/linux/
Dphy.h426 #define to_phy_device(d) container_of(d, struct phy_device, dev) macro