Lines Matching defs:sta32x_priv
136 struct sta32x_priv { struct
137 struct regmap *regmap;
138 struct clk *xti_clk;
139 struct regulator_bulk_data supplies[ARRAY_SIZE(sta32x_supply_names)];
140 struct snd_soc_component *component;
141 struct sta32x_platform_data *pdata;
143 unsigned int mclk;
144 unsigned int format;
146 u32 coef_shadow[STA32X_COEF_COUNT];
147 struct delayed_work watchdog_work;
148 int shutdown;
149 struct gpio_desc *gpiod_nreset;
150 struct mutex coeff_lock;