Searched defs:wm0010_priv (Results 1 – 1 of 1) sorted by relevance
92 struct wm0010_priv { struct93 struct snd_soc_component *component;95 struct mutex lock;96 struct device *dev;98 struct wm0010_pdata pdata;100 int gpio_reset;101 int gpio_reset_value;103 struct regulator_bulk_data core_supplies[2];104 struct regulator *dbvdd;106 int sysclk;[all …]