Home
last modified time | relevance | path

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

/linux-6.1.9/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.c986 struct mdio_driver *mdiodrv = to_mdio_driver(drv); in mdio_bus_match()
/linux-6.1.9/include/linux/
Dmdio.h91 to_mdio_driver(const struct device_driver *driver) in to_mdio_driver() function