Lines Matching refs:cpufreq_clamp
64 static struct wf_control *cpufreq_clamp; variable
193 if (cpufreq_clamp) in cpu_max_all_fans()
194 wf_control_set_max(cpufreq_clamp); in cpu_max_all_fans()
495 if (cpufreq_clamp) in set_fail_state()
496 wf_control_set_max(cpufreq_clamp); in set_fail_state()
546 if (failure_state && last_failure == 0 && cpufreq_clamp) in pm112_tick()
547 wf_control_set_max(cpufreq_clamp); in pm112_tick()
548 if (failure_state == 0 && last_failure && cpufreq_clamp) in pm112_tick()
549 wf_control_set_min(cpufreq_clamp); in pm112_tick()
560 if (cpufreq_clamp == NULL && !strcmp(ct->name, "cpufreq-clamp")) { in pm112_new_control()
562 cpufreq_clamp = ct; in pm112_new_control()