Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dmdio.h60 #define to_mdio_common_driver(d) \ macro
77 container_of(to_mdio_common_driver(d), struct mdio_driver, mdiodrv)
Dphy.h877 #define to_phy_driver(d) container_of(to_mdio_common_driver(d), \