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