Searched refs:wf_cpu_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.h85 extern s32 wf_cpu_pid_run(struct wf_cpu_pid_state *st, s32 power, s32 temp);
H A Dwindfarm_pid.c89 s32 wf_cpu_pid_run(struct wf_cpu_pid_state *st, s32 new_power, s32 new_temp) function
145 EXPORT_SYMBOL_GPL(wf_cpu_pid_run); variable
H A Dwindfarm_pm91.c256 new_setpoint = wf_cpu_pid_run(&st->pid, power, temp);
H A Dwindfarm_pm112.c303 t = wf_cpu_pid_run(sp, power, temp);
H A Dwindfarm_pm81.c511 new_setpoint = wf_cpu_pid_run(&st->pid, power, temp);

Completed in 42 milliseconds