Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/macintosh/
Dwindfarm_pm91.c213 wf_control_set_max(cpufreq_clamp); in wf_smu_create_cpu_fans()
215 wf_control_set_max(fan_cpu_main); in wf_smu_create_cpu_fans()
324 wf_control_set_max(fan_hd); in wf_smu_create_drive_fans()
405 wf_control_set_max(fan_slots); in wf_smu_create_slots_fans()
493 wf_control_set_max(cpufreq_clamp); in wf_smu_tick()
495 wf_control_set_max(fan_cpu_main); in wf_smu_tick()
497 wf_control_set_max(fan_cpu_second); in wf_smu_tick()
499 wf_control_set_max(fan_cpu_third); in wf_smu_tick()
501 wf_control_set_max(fan_hd); in wf_smu_tick()
503 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.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.c587 wf_control_set_max(control); in pm121_create_sys_fans()
722 wf_control_set_max(controls[CPUFREQ]); in pm121_create_cpu_fans()
724 wf_control_set_max(fan_cpu); in pm121_create_cpu_fans()
842 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