Home
last modified time | relevance | path

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

/linux-2.6.39/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()
327 wf_control_set_max(fan_hd); in wf_smu_create_drive_fans()
408 wf_control_set_max(fan_slots); in wf_smu_create_slots_fans()
496 wf_control_set_max(cpufreq_clamp); in wf_smu_tick()
498 wf_control_set_max(fan_cpu_main); in wf_smu_tick()
500 wf_control_set_max(fan_cpu_second); in wf_smu_tick()
502 wf_control_set_max(fan_cpu_third); in wf_smu_tick()
504 wf_control_set_max(fan_hd); in wf_smu_tick()
506 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.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()
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.c577 wf_control_set_max(control); in pm121_create_sys_fans()
712 wf_control_set_max(controls[CPUFREQ]); in pm121_create_cpu_fans()
714 wf_control_set_max(fan_cpu); in pm121_create_cpu_fans()
832 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