Searched refs:pid_param (Results 1 – 3 of 3) sorted by relevance
300 pid_param.gd = param->gd; in wf_smu_create_sys_fans()301 pid_param.gp = param->gp; in wf_smu_create_sys_fans()302 pid_param.gr = param->gr; in wf_smu_create_sys_fans()309 pid_param.min = in wf_smu_create_sys_fans()311 pid_param.max = in wf_smu_create_sys_fans()318 FIX32TOPRINT(pid_param.itarget), pid_param.min, pid_param.max); in wf_smu_create_sys_fans()439 pid_param.gd = piddata->gd; in wf_smu_create_cpu_fans()441 pid_param.gr = piddata->gr / pid_param.history_len; in wf_smu_create_cpu_fans()447 pid_param.tmax = tmax; in wf_smu_create_cpu_fans()458 FIX32TOPRINT(pid_param.ttarget), FIX32TOPRINT(pid_param.tmax), in wf_smu_create_cpu_fans()[all …]
543 pid_param.gd = PM121_SYS_GD; in pm121_create_sys_fans()544 pid_param.gp = param->gp; in pm121_create_sys_fans()558 pid_param.min = 0; in pm121_create_sys_fans()559 pid_param.max = 0; in pm121_create_sys_fans()567 pid_param.min, pid_param.max); in pm121_create_sys_fans()685 pid_param.gd = piddata->gd; in pm121_create_cpu_fans()686 pid_param.gp = piddata->gp; in pm121_create_cpu_fans()687 pid_param.gr = piddata->gr / pid_param.history_len; in pm121_create_cpu_fans()693 pid_param.tmax = tmax; in pm121_create_cpu_fans()704 FIX32TOPRINT(pid_param.ttarget), FIX32TOPRINT(pid_param.tmax), in pm121_create_cpu_fans()[all …]
145 struct wf_cpu_pid_param pid_param; in wf_smu_create_cpu_fans() local178 pid_param.interval = WF_SMU_CPU_FANS_INTERVAL; in wf_smu_create_cpu_fans()179 pid_param.history_len = piddata->history_len; in wf_smu_create_cpu_fans()185 pid_param.gd = piddata->gd; in wf_smu_create_cpu_fans()186 pid_param.gp = piddata->gp; in wf_smu_create_cpu_fans()187 pid_param.gr = piddata->gr / pid_param.history_len; in wf_smu_create_cpu_fans()193 pid_param.tmax = tmax; in wf_smu_create_cpu_fans()194 pid_param.ttarget = tmax - tdelta; in wf_smu_create_cpu_fans()195 pid_param.pmaxadj = maxpow - powadj; in wf_smu_create_cpu_fans()204 FIX32TOPRINT(pid_param.ttarget), FIX32TOPRINT(pid_param.tmax), in wf_smu_create_cpu_fans()[all …]
Completed in 11 milliseconds