Lines Matching refs:cpufreq_clamp
65 static struct wf_control *cpufreq_clamp; variable
189 if (cpufreq_clamp) in cpu_max_all_fans()
190 wf_control_set_max(cpufreq_clamp); in cpu_max_all_fans()
491 if (cpufreq_clamp) in set_fail_state()
492 wf_control_set_max(cpufreq_clamp); in set_fail_state()
542 if (failure_state && last_failure == 0 && cpufreq_clamp) in pm112_tick()
543 wf_control_set_max(cpufreq_clamp); in pm112_tick()
544 if (failure_state == 0 && last_failure && cpufreq_clamp) in pm112_tick()
545 wf_control_set_min(cpufreq_clamp); in pm112_tick()
556 if (cpufreq_clamp == NULL && !strcmp(ct->name, "cpufreq-clamp")) { in pm112_new_control()
558 cpufreq_clamp = ct; in pm112_new_control()