Searched refs:wm8350_data (Results 1 – 1 of 1) sorted by relevance
59 struct wm8350_data { struct75 static inline int wm8350_out1_ramp_step(struct wm8350_data *wm8350_data) in wm8350_out1_ramp_step() argument77 struct wm8350_output *out1 = &wm8350_data->out1; in wm8350_out1_ramp_step()78 struct wm8350 *wm8350 = wm8350_data->wm8350; in wm8350_out1_ramp_step()140 static inline int wm8350_out2_ramp_step(struct wm8350_data *wm8350_data) in wm8350_out2_ramp_step() argument142 struct wm8350_output *out2 = &wm8350_data->out2; in wm8350_out2_ramp_step()143 struct wm8350 *wm8350 = wm8350_data->wm8350; in wm8350_out2_ramp_step()209 struct wm8350_data *wm8350_data = in wm8350_pga_work() local210 container_of(work, struct wm8350_data, pga_work.work); in wm8350_pga_work()211 struct wm8350_output *out1 = &wm8350_data->out1, in wm8350_pga_work()[all …]