Lines Matching refs:cpufreq_clamp
66 static struct wf_control *cpufreq_clamp; variable
195 if (cpufreq_clamp) in cpu_max_all_fans()
196 wf_control_set_max(cpufreq_clamp); in cpu_max_all_fans()
497 if (cpufreq_clamp) in set_fail_state()
498 wf_control_set_max(cpufreq_clamp); in set_fail_state()
548 if (failure_state && last_failure == 0 && cpufreq_clamp) in pm112_tick()
549 wf_control_set_max(cpufreq_clamp); in pm112_tick()
550 if (failure_state == 0 && last_failure && cpufreq_clamp) in pm112_tick()
551 wf_control_set_min(cpufreq_clamp); in pm112_tick()
562 if (cpufreq_clamp == NULL && !strcmp(ct->name, "cpufreq-clamp")) { in pm112_new_control()
564 cpufreq_clamp = ct; in pm112_new_control()