Searched refs:wm8350_data (Results 1 – 1 of 1) sorted by relevance
62 struct wm8350_data { struct78 static inline int wm8350_out1_ramp_step(struct wm8350_data *wm8350_data) in wm8350_out1_ramp_step() argument80 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() argument145 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() local213 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 …]