Home
last modified time | relevance | path

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

/drivers/macintosh/
Dwindfarm_pid.c33 s32 wf_pid_run(struct wf_pid_state *st, s32 new_sample) in wf_pid_run() argument
40 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()