Searched defs:mii_bus (Results 1 – 1 of 1) sorted by relevance
69233 struct mii_bus { struct69238 int (*read)(struct mii_bus *, int, int); argument69239 int (*write)(struct mii_bus *, int, int, u16); argument69240 int (*reset)(struct mii_bus *); argument69241 struct mdio_bus_stats stats[32];69242 struct mutex mdio_lock;69243 struct device *parent;69244 enum {69249 } state;69250 struct device dev;[all …]