Searched refs:history_len (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/drivers/macintosh/ |
D | windfarm_pm91.c | 179 pid_param.history_len = piddata->history_len; in wf_smu_create_cpu_fans() 180 if (pid_param.history_len > WF_CPU_PID_MAX_HISTORY) { in wf_smu_create_cpu_fans() 182 "CPU control loop (%d)\n", piddata->history_len); in wf_smu_create_cpu_fans() 183 pid_param.history_len = WF_CPU_PID_MAX_HISTORY; in wf_smu_create_cpu_fans() 187 pid_param.gr = piddata->gr / pid_param.history_len; in wf_smu_create_cpu_fans() 295 .history_len = 2, in wf_smu_create_drive_fans() 376 .history_len = 8, in wf_smu_create_slots_fans()
|
D | windfarm_pm121.c | 557 pid_param.history_len = PM121_SYS_HISTORY_SIZE; in pm121_create_sys_fans() 689 pid_param.history_len = piddata->history_len; in pm121_create_cpu_fans() 690 if (pid_param.history_len > WF_CPU_PID_MAX_HISTORY) { in pm121_create_cpu_fans() 692 "CPU control loop (%d)\n", piddata->history_len); in pm121_create_cpu_fans() 693 pid_param.history_len = WF_CPU_PID_MAX_HISTORY; in pm121_create_cpu_fans() 697 pid_param.gr = piddata->gr / pid_param.history_len; in pm121_create_cpu_fans() 819 for (i = 0; i < pm121_cpu_state->pid.param.history_len; i++) in pm121_tick() 822 average_power = total_power / pm121_cpu_state->pid.param.history_len; in pm121_tick()
|
D | windfarm_pid.h | 28 int history_len; /* Size of history buffer */ member 62 int history_len; /* Size of history buffer */ member
|
D | windfarm_pm81.c | 305 pid_param.history_len = WF_SMU_SYS_FANS_HISTORY_SIZE; in wf_smu_create_sys_fans() 434 pid_param.history_len = piddata->history_len; in wf_smu_create_cpu_fans() 435 if (pid_param.history_len > WF_CPU_PID_MAX_HISTORY) { in wf_smu_create_cpu_fans() 437 "CPU control loop (%d)\n", piddata->history_len); in wf_smu_create_cpu_fans() 438 pid_param.history_len = WF_CPU_PID_MAX_HISTORY; in wf_smu_create_cpu_fans() 442 pid_param.gr = piddata->gr / pid_param.history_len; in wf_smu_create_cpu_fans()
|
D | windfarm_pm112.c | 165 pid.history_len = piddata->history_len; in create_cpu_loop() 168 pid.gr = piddata->gr / piddata->history_len; in create_cpu_loop() 343 .history_len = 2, 393 .history_len = 2, 444 .history_len = 2,
|
D | windfarm_pid.c | 38 int i, hlen = st->param.history_len; in wf_pid_run() 93 int i, hlen = st->param.history_len; in wf_cpu_pid_run()
|
D | windfarm_rm31.c | 324 pid.history_len = hsize; in cpu_setup_pid() 343 .history_len = 2, 356 .history_len = 20, 443 .history_len = 20,
|
D | windfarm_pm72.c | 423 pid.history_len = hsize; in cpu_setup_pid() 442 .history_len = 2, 454 .history_len = 2, 534 .history_len = 2,
|
/Linux-v4.19/drivers/crypto/cavium/zip/ |
D | zip_deflate.c | 81 zip_cmd->s.historylength = zip_ops->history_len; in prepare_zip_command() 87 zip_ops->history_len); in prepare_zip_command()
|
D | common.h | 143 u32 history_len; member
|
D | zip_crypto.c | 66 zip_ops->history_len = 0; in zip_static_init_zip_ops()
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | smu.h | 623 __u8 history_len; member
|