Searched defs:realtek_priv (Results 1 – 1 of 1) sorted by relevance
51 struct realtek_priv { struct52 struct device *dev;53 struct reset_control *reset_ctl;54 struct gpio_desc *reset;55 struct gpio_desc *mdc;56 struct gpio_desc *mdio;57 struct regmap *map;58 struct regmap *map_nolock;59 struct mutex map_lock;60 struct mii_bus *user_mii_bus;[all …]