Lines Matching refs:cpufreq_clamp
64 static struct wf_control *cpufreq_clamp; variable
188 if (cpufreq_clamp) in cpu_max_all_fans()
189 wf_control_set_max(cpufreq_clamp); in cpu_max_all_fans()
490 if (cpufreq_clamp) in set_fail_state()
491 wf_control_set_max(cpufreq_clamp); in set_fail_state()
541 if (failure_state && last_failure == 0 && cpufreq_clamp) in pm112_tick()
542 wf_control_set_max(cpufreq_clamp); in pm112_tick()
543 if (failure_state == 0 && last_failure && cpufreq_clamp) in pm112_tick()
544 wf_control_set_min(cpufreq_clamp); in pm112_tick()
555 if (cpufreq_clamp == NULL && !strcmp(ct->name, "cpufreq-clamp")) { in pm112_new_control()
557 cpufreq_clamp = ct; in pm112_new_control()