Lines Matching defs:wm8350_data
59 struct wm8350_data {
75 static inline int wm8350_out1_ramp_step(struct wm8350_data *wm8350_data)
77 struct wm8350_output *out1 = &wm8350_data->out1;
78 struct wm8350 *wm8350 = wm8350_data->wm8350;
140 static inline int wm8350_out2_ramp_step(struct wm8350_data *wm8350_data)
142 struct wm8350_output *out2 = &wm8350_data->out2;
143 struct wm8350 *wm8350 = wm8350_data->wm8350;
209 struct wm8350_data *wm8350_data =
210 container_of(work, struct wm8350_data, pga_work.work);
211 struct wm8350_output *out1 = &wm8350_data->out1,
212 *out2 = &wm8350_data->out2;
224 out1_complete = wm8350_out1_ramp_step(wm8350_data);
226 out2_complete = wm8350_out2_ramp_step(wm8350_data);
258 struct wm8350_data *wm8350_data = snd_soc_component_get_drvdata(component);
264 out = &wm8350_data->out1;
268 out = &wm8350_data->out2;
281 schedule_delayed_work(&wm8350_data->pga_work,
289 schedule_delayed_work(&wm8350_data->pga_work,
301 struct wm8350_data *wm8350_priv = snd_soc_component_get_drvdata(component);
344 struct wm8350_data *wm8350_priv = snd_soc_component_get_drvdata(component);
755 struct wm8350_data *wm8350_data = snd_soc_component_get_drvdata(component);
756 struct wm8350 *wm8350 = wm8350_data->wm8350;
909 struct wm8350_data *wm8350_data = snd_soc_component_get_drvdata(component);
910 struct wm8350 *wm8350 = wm8350_data->wm8350;
1026 struct wm8350_data *priv = snd_soc_component_get_drvdata(component);
1078 struct wm8350_data *priv = snd_soc_component_get_drvdata(component);
1238 static void wm8350_hp_work(struct wm8350_data *priv,
1258 struct wm8350_data *priv =
1259 container_of(work, struct wm8350_data, hpl.work.work);
1266 struct wm8350_data *priv =
1267 container_of(work, struct wm8350_data, hpr.work.work);
1274 struct wm8350_data *priv = data;
1292 struct wm8350_data *priv = data;
1322 struct wm8350_data *priv = snd_soc_component_get_drvdata(component);
1366 struct wm8350_data *priv = data;
1402 struct wm8350_data *priv = snd_soc_component_get_drvdata(component);
1460 struct wm8350_data *priv;
1470 priv = devm_kzalloc(component->dev, sizeof(struct wm8350_data),
1576 struct wm8350_data *priv = snd_soc_component_get_drvdata(component);