Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/phy/
Dmdio_device.c41 struct mdio_driver *mdiodrv = to_mdio_driver(drv); in mdio_device_bus_match()
152 struct mdio_driver *mdiodrv = to_mdio_driver(drv); in mdio_probe()
173 struct mdio_driver *mdiodrv = to_mdio_driver(drv); in mdio_remove()
188 struct mdio_driver *mdiodrv = to_mdio_driver(drv); in mdio_shutdown()
Dmdio_bus.c1341 struct mdio_driver *mdiodrv = to_mdio_driver(drv); in mdio_bus_match()
/Linux-v6.6/include/linux/
Dmdio.h83 to_mdio_driver(const struct device_driver *driver) in to_mdio_driver() function