Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dmdio.h34 struct mdio_device { struct
41 void (*device_free)(struct mdio_device *mdiodev); argument
42 void (*device_remove)(struct mdio_device *mdiodev); argument
52 #define to_mdio_device(d) container_of(d, struct mdio_device, dev) argument