Searched refs:new_sample (Results 1 – 1 of 1) sorted by relevance
34 s32 wf_pid_run(struct wf_pid_state *st, s32 new_sample) in wf_pid_run() argument41 error = new_sample - st->param.itarget; in wf_pid_run()46 st->samples[i] = new_sample; in wf_pid_run()53 st->samples[st->index] = new_sample; in wf_pid_run()