Home
last modified time | relevance | path

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

/Linux-v5.10/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()
/Linux-v5.10/include/linux/
Dmdio.h76 #define to_mdio_driver(d) \ macro