Home
last modified time | relevance | path

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

/linux/drivers/net/phy/
H A Dmdio_device.c116 kfree(to_mdio_device(dev)); in mdio_device_release()
235 struct mdio_device *mdiodev = to_mdio_device(dev); in mdio_probe()
256 struct mdio_device *mdiodev = to_mdio_device(dev); in mdio_remove()
271 struct mdio_device *mdiodev = to_mdio_device(dev); in mdio_shutdown()
H A Dphy_device.c3626 return to_mdio_device(d); in fwnode_mdio_find_device()
/linux/include/linux/
H A Dmdio.h46 #define to_mdio_device(__dev) container_of_const(__dev, struct mdio_device, dev) macro
H A Dphy.h820 #define to_phy_device(__dev) container_of_const(to_mdio_device(__dev), struct phy_device, mdio)