Searched refs:pid_param (Results 1 – 3 of 3) sorted by relevance
299 pid_param.gd = param->gd; in wf_smu_create_sys_fans()300 pid_param.gp = param->gp; in wf_smu_create_sys_fans()301 pid_param.gr = param->gr; in wf_smu_create_sys_fans()308 pid_param.min = in wf_smu_create_sys_fans()310 pid_param.max = in wf_smu_create_sys_fans()317 FIX32TOPRINT(pid_param.itarget), pid_param.min, pid_param.max); in wf_smu_create_sys_fans()438 pid_param.gd = piddata->gd; in wf_smu_create_cpu_fans()440 pid_param.gr = piddata->gr / pid_param.history_len; in wf_smu_create_cpu_fans()446 pid_param.tmax = tmax; in wf_smu_create_cpu_fans()457 FIX32TOPRINT(pid_param.ttarget), FIX32TOPRINT(pid_param.tmax), in wf_smu_create_cpu_fans()[all …]
542 pid_param.gd = PM121_SYS_GD; in pm121_create_sys_fans()543 pid_param.gp = param->gp; in pm121_create_sys_fans()557 pid_param.min = 0; in pm121_create_sys_fans()558 pid_param.max = 0; in pm121_create_sys_fans()566 pid_param.min, pid_param.max); in pm121_create_sys_fans()684 pid_param.gd = piddata->gd; in pm121_create_cpu_fans()685 pid_param.gp = piddata->gp; in pm121_create_cpu_fans()686 pid_param.gr = piddata->gr / pid_param.history_len; in pm121_create_cpu_fans()692 pid_param.tmax = tmax; in pm121_create_cpu_fans()703 FIX32TOPRINT(pid_param.ttarget), FIX32TOPRINT(pid_param.tmax), in pm121_create_cpu_fans()[all …]
144 struct wf_cpu_pid_param pid_param; in wf_smu_create_cpu_fans() local177 pid_param.interval = WF_SMU_CPU_FANS_INTERVAL; in wf_smu_create_cpu_fans()178 pid_param.history_len = piddata->history_len; in wf_smu_create_cpu_fans()184 pid_param.gd = piddata->gd; in wf_smu_create_cpu_fans()185 pid_param.gp = piddata->gp; in wf_smu_create_cpu_fans()186 pid_param.gr = piddata->gr / pid_param.history_len; in wf_smu_create_cpu_fans()192 pid_param.tmax = tmax; in wf_smu_create_cpu_fans()193 pid_param.ttarget = tmax - tdelta; in wf_smu_create_cpu_fans()194 pid_param.pmaxadj = maxpow - powadj; in wf_smu_create_cpu_fans()203 FIX32TOPRINT(pid_param.ttarget), FIX32TOPRINT(pid_param.tmax), in wf_smu_create_cpu_fans()[all …]
Completed in 8 milliseconds