wf_pid_run
EXPORT_SYMBOL_GPL(wf_pid_run);
extern s32 wf_pid_run(struct wf_pid_state *st, s32 sample);
speed = wf_pid_run(&backside_pid, temp);
speed = wf_pid_run(&drive_bay_pid, temp);
speed = wf_pid_run(&slots_pid, power);
new_setpoint = wf_pid_run(&st->pid, temp);
speed = wf_pid_run(&backside_pid, temp);
speed = wf_pid_run(&drives_pid, temp);
new_setpoint = wf_pid_run(&st->pid, temp);
new_setpoint = wf_pid_run(&st->pid, temp);
new_setpoint = wf_pid_run(&st->pid, power);
speed = wf_pid_run(&backside_pid, temp);
dspeed = wf_pid_run(&dimms_pid, dtemp);
speed = wf_pid_run(&slots_pid, temp);