Lines Matching defs:sta350_priv
161 struct sta350_priv { struct
162 struct regmap *regmap;
163 struct regulator_bulk_data supplies[ARRAY_SIZE(sta350_supply_names)];
164 struct sta350_platform_data *pdata;
166 unsigned int mclk;
167 unsigned int format;
169 u32 coef_shadow[STA350_COEF_COUNT];
170 int shutdown;
172 struct gpio_desc *gpiod_nreset;
173 struct gpio_desc *gpiod_power_down;
175 struct mutex coeff_lock;