Lines Matching defs:sta32x_priv
143 struct sta32x_priv { struct
144 struct regmap *regmap;
145 struct regulator_bulk_data supplies[ARRAY_SIZE(sta32x_supply_names)];
146 struct snd_soc_codec *codec;
147 struct sta32x_platform_data *pdata;
149 unsigned int mclk;
150 unsigned int format;
152 u32 coef_shadow[STA32X_COEF_COUNT];
153 struct delayed_work watchdog_work;
154 int shutdown;
155 struct gpio_desc *gpiod_nreset;
156 struct mutex coeff_lock;