Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dmdio.h28 struct mdio_device { struct
35 void (*device_free)(struct mdio_device *mdiodev); argument
36 void (*device_remove)(struct mdio_device *mdiodev); argument
47 #define to_mdio_device(__dev) container_of_const(__dev, struct mdio_device, dev) argument