Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dmdio.h54 #define to_mdio_common_driver(d) \ macro
74 container_of(to_mdio_common_driver(d), struct mdio_driver, mdiodrv)
Dphy.h664 #define to_phy_driver(d) container_of(to_mdio_common_driver(d), \