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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/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_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-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-powerpc/
H A Dsmu.h505 __u8 history_len; member in struct:smu_sdbp_cpupiddata

Completed in 125 milliseconds