Searched refs:wf_pid_run (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dwindfarm_pid.h46 extern s32 wf_pid_run(struct wf_pid_state *st, s32 sample);
H A Dwindfarm_pid.c34 s32 wf_pid_run(struct wf_pid_state *st, s32 new_sample) function
78 EXPORT_SYMBOL_GPL(wf_pid_run); variable
H A Dwindfarm_pm112.c379 speed = wf_pid_run(&backside_pid, temp);
429 speed = wf_pid_run(&drive_bay_pid, temp);
476 speed = wf_pid_run(&slots_pid, power);
H A Dwindfarm_pm91.c356 new_setpoint = wf_pid_run(&st->pid, temp);
435 new_setpoint = wf_pid_run(&st->pid, power);
H A Dwindfarm_pm81.c355 new_setpoint = wf_pid_run(&st->pid, temp);

Completed in 62 milliseconds