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 int gpio_reset;98 int gpio_reset_value;100 struct regulator_bulk_data core_supplies[2];101 struct regulator *dbvdd;103 int sysclk;[all …]