Lines Matching refs: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;
223 out1_complete = wm8350_out1_ramp_step(wm8350_data);
225 out2_complete = wm8350_out2_ramp_step(wm8350_data);
257 struct wm8350_data *wm8350_data = snd_soc_component_get_drvdata(component);
263 out = &wm8350_data->out1;
267 out = &wm8350_data->out2;
280 schedule_delayed_work(&wm8350_data->pga_work,
288 schedule_delayed_work(&wm8350_data->pga_work,
300 struct wm8350_data *wm8350_priv = snd_soc_component_get_drvdata(component);
343 struct wm8350_data *wm8350_priv = snd_soc_component_get_drvdata(component);
754 struct wm8350_data *wm8350_data = snd_soc_component_get_drvdata(component);
755 struct wm8350 *wm8350 = wm8350_data->wm8350;
908 struct wm8350_data *wm8350_data = snd_soc_component_get_drvdata(component);
909 struct wm8350 *wm8350 = wm8350_data->wm8350;
1025 struct wm8350_data *priv = snd_soc_component_get_drvdata(component);
1077 struct wm8350_data *priv = snd_soc_component_get_drvdata(component);
1237 static void wm8350_hp_work(struct wm8350_data *priv,
1257 struct wm8350_data *priv =
1258 container_of(work, struct wm8350_data, hpl.work.work);
1265 struct wm8350_data *priv =
1266 container_of(work, struct wm8350_data, hpr.work.work);
1273 struct wm8350_data *priv = data;
1291 struct wm8350_data *priv = data;
1321 struct wm8350_data *priv = snd_soc_component_get_drvdata(component);
1365 struct wm8350_data *priv = data;
1401 struct wm8350_data *priv = snd_soc_component_get_drvdata(component);
1459 struct wm8350_data *priv;
1469 priv = devm_kzalloc(component->dev, sizeof(struct wm8350_data),
1575 struct wm8350_data *priv = snd_soc_component_get_drvdata(component);