Lines Matching defs:pid
433 struct wf_pid_state pid;
450 struct wf_cpu_pid_state pid;
561 wf_pid_init(&pm121_sys_state[loop_id]->pid, &pid_param);
613 new_setpoint = wf_pid_run(&st->pid, temp);
618 st->pid.param.min);
699 wf_cpu_pid_init(&pm121_cpu_state->pid, &pid_param);
752 if (temp > st->pid.param.tmax)
755 new_setpoint = wf_cpu_pid_run(&st->pid, power, temp);
760 st->pid.param.min);
808 for (i = 0; i < pm121_cpu_state->pid.param.history_len; i++)
809 total_power += pm121_cpu_state->pid.powers[i];
811 average_power = total_power / pm121_cpu_state->pid.param.history_len;