Lines Matching defs:sta350_priv
169 struct sta350_priv { struct
170 struct regmap *regmap;
171 struct regulator_bulk_data supplies[ARRAY_SIZE(sta350_supply_names)];
172 struct sta350_platform_data *pdata;
174 unsigned int mclk;
175 unsigned int format;
177 u32 coef_shadow[STA350_COEF_COUNT];
178 int shutdown;
180 struct gpio_desc *gpiod_nreset;
181 struct gpio_desc *gpiod_power_down;
183 struct mutex coeff_lock;