Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dmdio.h29 struct mdio_device { struct
36 void (*device_free)(struct mdio_device *mdiodev); argument
37 void (*device_remove)(struct mdio_device *mdiodev); argument
46 #define to_mdio_device(d) container_of(d, struct mdio_device, dev) argument