Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/phy/
Dmdio_device.c35 kfree(to_mdio_device(dev)); in mdio_device_release()
40 struct mdio_device *mdiodev = to_mdio_device(dev); in mdio_device_bus_match()
150 struct mdio_device *mdiodev = to_mdio_device(dev); in mdio_probe()
171 struct mdio_device *mdiodev = to_mdio_device(dev); in mdio_remove()
186 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.c2953 return to_mdio_device(d); in fwnode_mdio_find_device()
/Linux-v6.1/include/linux/
Dmdio.h55 static inline struct mdio_device *to_mdio_device(const struct device *dev) in to_mdio_device() function
Dphy.h737 return container_of(to_mdio_device(dev), struct phy_device, mdio); in to_phy_device()