Home
last modified time | relevance | path

Searched refs:wf_control_set_max (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/macintosh/
Dwindfarm_pm91.c214 wf_control_set_max(cpufreq_clamp); in wf_smu_create_cpu_fans()
216 wf_control_set_max(fan_cpu_main); in wf_smu_create_cpu_fans()
325 wf_control_set_max(fan_hd); in wf_smu_create_drive_fans()
406 wf_control_set_max(fan_slots); in wf_smu_create_slots_fans()
494 wf_control_set_max(cpufreq_clamp); in wf_smu_tick()
496 wf_control_set_max(fan_cpu_main); in wf_smu_tick()
498 wf_control_set_max(fan_cpu_second); in wf_smu_tick()
500 wf_control_set_max(fan_cpu_third); in wf_smu_tick()
502 wf_control_set_max(fan_hd); in wf_smu_tick()
504 wf_control_set_max(fan_slots); in wf_smu_tick()
Dwindfarm_pm112.c190 wf_control_set_max(cpufreq_clamp); in cpu_max_all_fans()
193 wf_control_set_max(cpu_fans[i]); in cpu_max_all_fans()
376 wf_control_set_max(backside_fan); in backside_fan_tick()
426 wf_control_set_max(drive_bay_fan); in drive_bay_fan_tick()
473 wf_control_set_max(slots_fan); in slots_fan_tick()
492 wf_control_set_max(cpufreq_clamp); in set_fail_state()
495 wf_control_set_max(cpu_fans[i]); in set_fail_state()
497 wf_control_set_max(backside_fan); in set_fail_state()
499 wf_control_set_max(slots_fan); in set_fail_state()
501 wf_control_set_max(drive_bay_fan); in set_fail_state()
[all …]
Dwindfarm_rm31.c109 wf_control_set_max(cpufreq_clamp); in cpu_max_all_fans()
112 wf_control_set_max(cpu_fans[i][0]); in cpu_max_all_fans()
114 wf_control_set_max(cpu_fans[i][1]); in cpu_max_all_fans()
116 wf_control_set_max(cpu_fans[i][2]); in cpu_max_all_fans()
390 wf_control_set_max(backside_fan); in backside_fan_tick()
403 wf_control_set_max(backside_fan); in backside_fan_tick()
471 wf_control_set_max(slots_fan); in slots_fan_tick()
507 wf_control_set_max(backside_fan); in set_fail_state()
509 wf_control_set_max(slots_fan); in set_fail_state()
559 wf_control_set_max(cpufreq_clamp); in rm31_tick()
Dwindfarm_pm72.c115 wf_control_set_max(cpufreq_clamp); in cpu_max_all_fans()
118 wf_control_set_max(cpu_front_fans[i]); in cpu_max_all_fans()
120 wf_control_set_max(cpu_rear_fans[i]); in cpu_max_all_fans()
122 wf_control_set_max(cpu_pumps[i]); in cpu_max_all_fans()
488 wf_control_set_max(backside_fan); in backside_fan_tick()
567 wf_control_set_max(drives_fan); in drives_fan_tick()
602 wf_control_set_max(backside_fan); in set_fail_state()
604 wf_control_set_max(slots_fan); in set_fail_state()
606 wf_control_set_max(drives_fan); in set_fail_state()
661 wf_control_set_max(cpufreq_clamp); in pm72_tick()
Dwindfarm_pm81.c325 wf_control_set_max(fan_system); in wf_smu_create_sys_fans()
327 wf_control_set_max(fan_hd); in wf_smu_create_sys_fans()
469 wf_control_set_max(cpufreq_clamp); in wf_smu_create_cpu_fans()
471 wf_control_set_max(fan_cpu_main); in wf_smu_create_cpu_fans()
574 wf_control_set_max(cpufreq_clamp); in wf_smu_tick()
576 wf_control_set_max(fan_system); in wf_smu_tick()
578 wf_control_set_max(fan_cpu_main); in wf_smu_tick()
580 wf_control_set_max(fan_hd); in wf_smu_tick()
Dwindfarm_pm121.c588 wf_control_set_max(control); in pm121_create_sys_fans()
723 wf_control_set_max(controls[CPUFREQ]); in pm121_create_cpu_fans()
725 wf_control_set_max(fan_cpu); in pm121_create_cpu_fans()
843 wf_control_set_max(controls[i]); in pm121_tick()
Dwindfarm.h62 static inline int wf_control_set_max(struct wf_control *ct) in wf_control_set_max() function