Home
last modified time | relevance | path

Searched refs:wm8350_data (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/sound/soc/codecs/
Dwm8350.c62 struct wm8350_data { struct
78 static inline int wm8350_out1_ramp_step(struct wm8350_data *wm8350_data) in wm8350_out1_ramp_step() argument
80 struct wm8350_output *out1 = &wm8350_data->out1; in wm8350_out1_ramp_step()
81 struct wm8350 *wm8350 = wm8350_data->wm8350; in wm8350_out1_ramp_step()
143 static inline int wm8350_out2_ramp_step(struct wm8350_data *wm8350_data) in wm8350_out2_ramp_step() argument
145 struct wm8350_output *out2 = &wm8350_data->out2; in wm8350_out2_ramp_step()
146 struct wm8350 *wm8350 = wm8350_data->wm8350; in wm8350_out2_ramp_step()
212 struct wm8350_data *wm8350_data = in wm8350_pga_work() local
213 container_of(work, struct wm8350_data, pga_work.work); in wm8350_pga_work()
214 struct wm8350_output *out1 = &wm8350_data->out1, in wm8350_pga_work()
[all …]