Home
last modified time | relevance | path

Searched defs:to_phy_device (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dphy.h649 #define to_phy_device(d) container_of(to_mdio_device(d), \ macro
/kernel/linux/linux-6.6/include/linux/
Dphy.h769 #define to_phy_device(__dev) container_of_const(to_mdio_device(__dev), struct phy_device, mdio) macro