Home
last modified time | relevance | path

Searched refs:to_mdio_device (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/drivers/net/phy/ !
Dmdio_device.c33 kfree(to_mdio_device(dev)); in mdio_device_release()
38 struct mdio_device *mdiodev = to_mdio_device(dev); in mdio_device_bus_match()
148 struct mdio_device *mdiodev = to_mdio_device(dev); in mdio_probe()
169 struct mdio_device *mdiodev = to_mdio_device(dev); in mdio_remove()
184 struct mdio_device *mdiodev = to_mdio_device(dev); in mdio_shutdown()
Dmdio_bus.c242 struct mdio_device *mdiodev = to_mdio_device(dev); in mdio_bus_device_stat_field_show()
982 struct mdio_device *mdio = to_mdio_device(dev); in mdio_bus_match()
Dphy_device.c2959 return to_mdio_device(d); in fwnode_mdio_find_device()
/linux-5.19.10/include/linux/ !
Dmdio.h55 static inline struct mdio_device *to_mdio_device(const struct device *dev) in to_mdio_device() function
Dphy.h721 return container_of(to_mdio_device(dev), struct phy_device, mdio); in to_phy_device()