Home
last modified time | relevance | path

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

/linux-5.19.10/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.c196 wf_control_set_max(cpufreq_clamp); in cpu_max_all_fans()
199 wf_control_set_max(cpu_fans[i]); in cpu_max_all_fans()
382 wf_control_set_max(backside_fan); in backside_fan_tick()
432 wf_control_set_max(drive_bay_fan); in drive_bay_fan_tick()
479 wf_control_set_max(slots_fan); in slots_fan_tick()
498 wf_control_set_max(cpufreq_clamp); in set_fail_state()
501 wf_control_set_max(cpu_fans[i]); in set_fail_state()
503 wf_control_set_max(backside_fan); in set_fail_state()
505 wf_control_set_max(slots_fan); in set_fail_state()
507 wf_control_set_max(drive_bay_fan); in set_fail_state()
[all …]
Dwindfarm_rm31.c108 wf_control_set_max(cpufreq_clamp); in cpu_max_all_fans()
111 wf_control_set_max(cpu_fans[i][0]); in cpu_max_all_fans()
113 wf_control_set_max(cpu_fans[i][1]); in cpu_max_all_fans()
115 wf_control_set_max(cpu_fans[i][2]); in cpu_max_all_fans()
389 wf_control_set_max(backside_fan); in backside_fan_tick()
402 wf_control_set_max(backside_fan); in backside_fan_tick()
470 wf_control_set_max(slots_fan); in slots_fan_tick()
506 wf_control_set_max(backside_fan); in set_fail_state()
508 wf_control_set_max(slots_fan); in set_fail_state()
558 wf_control_set_max(cpufreq_clamp); in rm31_tick()
Dwindfarm_pm72.c114 wf_control_set_max(cpufreq_clamp); in cpu_max_all_fans()
117 wf_control_set_max(cpu_front_fans[i]); in cpu_max_all_fans()
119 wf_control_set_max(cpu_rear_fans[i]); in cpu_max_all_fans()
121 wf_control_set_max(cpu_pumps[i]); in cpu_max_all_fans()
487 wf_control_set_max(backside_fan); in backside_fan_tick()
566 wf_control_set_max(drives_fan); in drives_fan_tick()
601 wf_control_set_max(backside_fan); in set_fail_state()
603 wf_control_set_max(slots_fan); in set_fail_state()
605 wf_control_set_max(drives_fan); in set_fail_state()
660 wf_control_set_max(cpufreq_clamp); in pm72_tick()
Dwindfarm_pm81.c324 wf_control_set_max(fan_system); in wf_smu_create_sys_fans()
326 wf_control_set_max(fan_hd); in wf_smu_create_sys_fans()
468 wf_control_set_max(cpufreq_clamp); in wf_smu_create_cpu_fans()
470 wf_control_set_max(fan_cpu_main); in wf_smu_create_cpu_fans()
573 wf_control_set_max(cpufreq_clamp); in wf_smu_tick()
575 wf_control_set_max(fan_system); in wf_smu_tick()
577 wf_control_set_max(fan_cpu_main); in wf_smu_tick()
579 wf_control_set_max(fan_hd); in wf_smu_tick()
Dwindfarm_pm121.c578 wf_control_set_max(control); in pm121_create_sys_fans()
713 wf_control_set_max(controls[CPUFREQ]); in pm121_create_cpu_fans()
715 wf_control_set_max(fan_cpu); in pm121_create_cpu_fans()
833 wf_control_set_max(controls[i]); in pm121_tick()
Dwindfarm.h61 static inline int wf_control_set_max(struct wf_control *ct) in wf_control_set_max() function