Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dmdio.h54 #define to_mdio_common_driver(d) \ macro
71 container_of(to_mdio_common_driver(d), struct mdio_driver, mdiodrv)
Dphy.h662 #define to_phy_driver(d) container_of(to_mdio_common_driver(d), \