Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/phy/
Dmdio_device.c39 struct mdio_driver *mdiodrv = to_mdio_driver(drv); in mdio_device_bus_match()
150 struct mdio_driver *mdiodrv = to_mdio_driver(drv); in mdio_probe()
171 struct mdio_driver *mdiodrv = to_mdio_driver(drv); in mdio_remove()
186 struct mdio_driver *mdiodrv = to_mdio_driver(drv); in mdio_shutdown()
/Linux-v5.15/include/linux/
Dmdio.h89 to_mdio_driver(const struct device_driver *driver) in to_mdio_driver() function