Home
last modified time | relevance | path

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

/drivers/macintosh/
Dwindfarm_pm91.c212 wf_control_set_max(cpufreq_clamp); in wf_smu_create_cpu_fans()
214 wf_control_set_max(fan_cpu_main); in wf_smu_create_cpu_fans()
326 wf_control_set_max(fan_hd); in wf_smu_create_drive_fans()
407 wf_control_set_max(fan_slots); in wf_smu_create_slots_fans()
495 wf_control_set_max(cpufreq_clamp); in wf_smu_tick()
497 wf_control_set_max(fan_cpu_main); in wf_smu_tick()
499 wf_control_set_max(fan_cpu_second); in wf_smu_tick()
501 wf_control_set_max(fan_cpu_third); in wf_smu_tick()
503 wf_control_set_max(fan_hd); in wf_smu_tick()
505 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_pm81.c323 wf_control_set_max(fan_system); in wf_smu_create_sys_fans()
325 wf_control_set_max(fan_hd); in wf_smu_create_sys_fans()
467 wf_control_set_max(cpufreq_clamp); in wf_smu_create_cpu_fans()
469 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.c576 wf_control_set_max(control); in pm121_create_sys_fans()
711 wf_control_set_max(controls[CPUFREQ]); in pm121_create_cpu_fans()
713 wf_control_set_max(fan_cpu); in pm121_create_cpu_fans()
831 wf_control_set_max(controls[i]); in pm121_tick()
Dwindfarm.h63 static inline int wf_control_set_max(struct wf_control *ct) in wf_control_set_max() function