Searched defs:realtek_priv (Results 1 – 1 of 1) sorted by relevance
49 struct realtek_priv { struct50 struct device *dev;51 struct gpio_desc *reset;52 struct gpio_desc *mdc;53 struct gpio_desc *mdio;54 struct regmap *map;55 struct regmap *map_nolock;56 struct mutex map_lock;57 struct mii_bus *slave_mii_bus;58 struct mii_bus *bus;[all …]