Home
last modified time | relevance | path

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

/include/linux/
Dmdio.h53 static inline struct mdio_device *to_mdio_device(const struct device *dev) in to_mdio_device() function
Dphy.h689 return container_of(to_mdio_device(dev), struct phy_device, mdio); in to_phy_device()