Lines Matching refs:pid
103 struct wf_cpu_pid_state pid;
118 struct wf_pid_state pid;
131 struct wf_pid_state pid;
199 wf_cpu_pid_init(&wf_smu_cpu_fans->pid, &pid_param);
253 if (temp > st->pid.param.tmax)
256 new_setpoint = wf_cpu_pid_run(&st->pid, power, temp);
315 wf_pid_init(&wf_smu_drive_fans->pid, ¶m);
337 st->ticks = st->pid.param.interval;
350 if (temp > (st->pid.param.itarget + 0x50000))
353 new_setpoint = wf_pid_run(&st->pid, temp);
396 wf_pid_init(&wf_smu_slots_fans->pid, ¶m);
418 st->ticks = st->pid.param.interval;
432 if (power > (st->pid.param.itarget + 0x50000))
436 new_setpoint = wf_pid_run(&st->pid, power);