Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/phy/
Dmdio_device.c43 struct mdio_driver *mdiodrv = to_mdio_driver(drv); in mdio_device_bus_match()
146 struct mdio_driver *mdiodrv = to_mdio_driver(drv); in mdio_probe()
167 struct mdio_driver *mdiodrv = to_mdio_driver(drv); in mdio_remove()
/Linux-v4.19/include/linux/
Dmdio.h70 #define to_mdio_driver(d) \ macro