Searched defs:wm0010_priv (Results 1 – 1 of 1) sorted by relevance
89 struct wm0010_priv { struct90 struct snd_soc_component *component;92 struct mutex lock;93 struct device *dev;95 struct wm0010_pdata pdata;97 struct gpio_desc *reset;99 struct regulator_bulk_data core_supplies[2];100 struct regulator *dbvdd;102 int sysclk;104 enum wm0010_state state;[all …]