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

/linux-master/drivers/macintosh/
H A Dwindfarm_pm91.c75 static struct wf_control *cpufreq_clamp; variable in typeref:struct:wf_control
213 if (cpufreq_clamp)
214 wf_control_set_max(cpufreq_clamp);
493 if (cpufreq_clamp)
494 wf_control_set_max(cpufreq_clamp);
511 if (cpufreq_clamp)
512 wf_control_set_min(cpufreq_clamp);
558 if (cpufreq_clamp == NULL && !strcmp(ct->name, "cpufreq-clamp")) {
560 cpufreq_clamp = ct;
574 fan_slots && cpufreq_clamp)
[all...]
H A Dwindfarm_pm81.c139 static struct wf_control *cpufreq_clamp; variable in typeref:struct:wf_control
467 if (cpufreq_clamp)
468 wf_control_set_max(cpufreq_clamp);
572 if (cpufreq_clamp)
573 wf_control_set_max(cpufreq_clamp);
586 if (cpufreq_clamp)
587 wf_control_set_min(cpufreq_clamp);
627 if (cpufreq_clamp == NULL && !strcmp(ct->name, "cpufreq-clamp")) {
629 cpufreq_clamp = ct;
637 if (fan_system && fan_cpu_main && cpufreq_clamp)
[all...]
H A Dwindfarm_pm112.c66 static struct wf_control *cpufreq_clamp; variable in typeref:struct:wf_control
195 if (cpufreq_clamp)
196 wf_control_set_max(cpufreq_clamp);
497 if (cpufreq_clamp)
498 wf_control_set_max(cpufreq_clamp);
548 if (failure_state && last_failure == 0 && cpufreq_clamp)
549 wf_control_set_max(cpufreq_clamp);
550 if (failure_state == 0 && last_failure && cpufreq_clamp)
551 wf_control_set_min(cpufreq_clamp);
562 if (cpufreq_clamp
[all...]
H A Dwindfarm_pm72.c60 static struct wf_control *cpufreq_clamp; variable in typeref:struct:wf_control
113 if (cpufreq_clamp)
114 wf_control_set_max(cpufreq_clamp);
659 if (failure_state && last_failure == 0 && cpufreq_clamp)
660 wf_control_set_max(cpufreq_clamp);
661 if (failure_state == 0 && last_failure && cpufreq_clamp)
662 wf_control_set_min(cpufreq_clamp);
693 cpufreq_clamp = ct;
H A Dwindfarm_rm31.c58 static struct wf_control *cpufreq_clamp; variable in typeref:struct:wf_control
107 if (cpufreq_clamp)
108 wf_control_set_max(cpufreq_clamp);
557 if (failure_state && last_failure == 0 && cpufreq_clamp)
558 wf_control_set_max(cpufreq_clamp);
559 if (failure_state == 0 && last_failure && cpufreq_clamp)
560 wf_control_set_min(cpufreq_clamp);
588 cpufreq_clamp = ct;

Completed in 192 milliseconds