Searched refs:history_len (Results 1 - 7 of 7) 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.h28 int history_len; /* Size of history buffer */ member in struct:wf_pid_param
62 int history_len; /* Size of history buffer */ member in struct:wf_cpu_pid_param
H A Dwindfarm_pm91.c178 pid_param.history_len = piddata->history_len;
179 if (pid_param.history_len > WF_CPU_PID_MAX_HISTORY) {
181 "CPU control loop (%d)\n", piddata->history_len);
182 pid_param.history_len = WF_CPU_PID_MAX_HISTORY;
186 pid_param.gr = piddata->gr / pid_param.history_len;
297 .history_len = 2,
378 .history_len = 8,
H A Dwindfarm_pm121.c556 pid_param.history_len = PM121_SYS_HISTORY_SIZE;
678 pid_param.history_len = piddata->history_len;
679 if (pid_param.history_len > WF_CPU_PID_MAX_HISTORY) {
681 "CPU control loop (%d)\n", piddata->history_len);
682 pid_param.history_len = WF_CPU_PID_MAX_HISTORY;
686 pid_param.gr = piddata->gr / pid_param.history_len;
808 for (i = 0; i < pm121_cpu_state->pid.param.history_len; i++)
811 average_power = total_power / pm121_cpu_state->pid.param.history_len;
H A Dwindfarm_pm81.c304 pid_param.history_len = WF_SMU_SYS_FANS_HISTORY_SIZE;
433 pid_param.history_len = piddata->history_len;
434 if (pid_param.history_len > WF_CPU_PID_MAX_HISTORY) {
436 "CPU control loop (%d)\n", piddata->history_len);
437 pid_param.history_len = WF_CPU_PID_MAX_HISTORY;
441 pid_param.gr = piddata->gr / pid_param.history_len;
H A Dwindfarm_pm112.c165 pid.history_len = piddata->history_len;
168 pid.gr = piddata->gr / piddata->history_len;
343 .history_len = 2,
393 .history_len = 2,
444 .history_len = 2,
H A Dwindfarm_pid.c38 int i, hlen = st->param.history_len;
93 int i, hlen = st->param.history_len;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dsmu.h629 __u8 history_len; member in struct:smu_sdbp_cpupiddata

Completed in 75 milliseconds