Searched defs:wm2200_priv (Results 1 – 1 of 1) sorted by relevance
75 struct wm2200_priv { struct76 struct wm_adsp dsp[2];77 struct regmap *regmap;78 struct device *dev;79 struct snd_soc_component *component;80 struct wm2200_pdata pdata;81 struct regulator_bulk_data core_supplies[WM2200_NUM_CORE_SUPPLIES];82 struct gpio_desc *ldo_ena;83 struct gpio_desc *reset;85 struct completion fll_lock;[all …]