Searched refs:cpufreq_clamp (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/drivers/macintosh/
H A Dwindfarm_pm112.c65 static struct wf_control *cpufreq_clamp; variable in typeref:struct:wf_control
189 if (cpufreq_clamp) cpu_max_all_fans()
190 wf_control_set_max(cpufreq_clamp); cpu_max_all_fans()
491 if (cpufreq_clamp) set_fail_state()
492 wf_control_set_max(cpufreq_clamp); set_fail_state()
542 if (failure_state && last_failure == 0 && cpufreq_clamp) pm112_tick()
543 wf_control_set_max(cpufreq_clamp); pm112_tick()
544 if (failure_state == 0 && last_failure && cpufreq_clamp) pm112_tick()
545 wf_control_set_min(cpufreq_clamp); pm112_tick()
556 if (cpufreq_clamp == NULL && !strcmp(ct->name, "cpufreq-clamp")) { pm112_new_control()
558 cpufreq_clamp = ct; pm112_new_control()
H A Dwindfarm_pm81.c140 static struct wf_control *cpufreq_clamp; variable in typeref:struct:wf_control
467 if (cpufreq_clamp) wf_smu_create_cpu_fans()
468 wf_control_set_max(cpufreq_clamp); wf_smu_create_cpu_fans()
572 if (cpufreq_clamp) wf_smu_tick()
573 wf_control_set_max(cpufreq_clamp); wf_smu_tick()
586 if (cpufreq_clamp) wf_smu_tick()
587 wf_control_set_min(cpufreq_clamp); wf_smu_tick()
627 if (cpufreq_clamp == NULL && !strcmp(ct->name, "cpufreq-clamp")) { wf_smu_new_control()
629 cpufreq_clamp = ct; wf_smu_new_control()
637 if (fan_system && fan_cpu_main && cpufreq_clamp) wf_smu_new_control()
647 if (fan_system && fan_hd && fan_cpu_main && cpufreq_clamp) wf_smu_new_control()
758 if (cpufreq_clamp) wf_smu_remove()
759 wf_put_control(cpufreq_clamp); wf_smu_remove()
H A Dwindfarm_pm91.c75 static struct wf_control *cpufreq_clamp; variable in typeref:struct:wf_control
212 if (cpufreq_clamp) wf_smu_create_cpu_fans()
213 wf_control_set_max(cpufreq_clamp); wf_smu_create_cpu_fans()
492 if (cpufreq_clamp) wf_smu_tick()
493 wf_control_set_max(cpufreq_clamp); wf_smu_tick()
510 if (cpufreq_clamp) wf_smu_tick()
511 wf_control_set_min(cpufreq_clamp); wf_smu_tick()
557 if (cpufreq_clamp == NULL && !strcmp(ct->name, "cpufreq-clamp")) { wf_smu_new_control()
559 cpufreq_clamp = ct; wf_smu_new_control()
573 fan_slots && cpufreq_clamp) wf_smu_new_control()
686 if (cpufreq_clamp) wf_smu_remove()
687 wf_put_control(cpufreq_clamp); wf_smu_remove()
H A Dwindfarm_rm31.c59 static struct wf_control *cpufreq_clamp; variable in typeref:struct:wf_control
108 if (cpufreq_clamp) cpu_max_all_fans()
109 wf_control_set_max(cpufreq_clamp); cpu_max_all_fans()
558 if (failure_state && last_failure == 0 && cpufreq_clamp) rm31_tick()
559 wf_control_set_max(cpufreq_clamp); rm31_tick()
560 if (failure_state == 0 && last_failure && cpufreq_clamp) rm31_tick()
561 wf_control_set_min(cpufreq_clamp); rm31_tick()
589 cpufreq_clamp = ct; rm31_new_control()
H A Dwindfarm_pm72.c61 static struct wf_control *cpufreq_clamp; variable in typeref:struct:wf_control
114 if (cpufreq_clamp) cpu_max_all_fans()
115 wf_control_set_max(cpufreq_clamp); cpu_max_all_fans()
660 if (failure_state && last_failure == 0 && cpufreq_clamp) pm72_tick()
661 wf_control_set_max(cpufreq_clamp); pm72_tick()
662 if (failure_state == 0 && last_failure && cpufreq_clamp) pm72_tick()
663 wf_control_set_min(cpufreq_clamp); pm72_tick()
694 cpufreq_clamp = ct; pm72_new_control()

Completed in 135 milliseconds