Searched refs:wf_cpu_pid_run (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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_pm121.c755 new_setpoint = wf_cpu_pid_run(&st->pid, power, temp);
H A Dwindfarm_pm81.c511 new_setpoint = wf_cpu_pid_run(&st->pid, power, temp);

Completed in 59 milliseconds