Home
last modified time | relevance | path

Searched refs:perf_caps (Results 1 – 2 of 2) sorted by relevance

/drivers/cpufreq/
Dcppc_cpufreq.c144 struct cppc_perf_caps *caps = &cpu->perf_caps; in cppc_cpufreq_perf_to_khz()
159 div = cpu->perf_caps.highest_perf; in cppc_cpufreq_perf_to_khz()
168 struct cppc_perf_caps *caps = &cpu->perf_caps; in cppc_cpufreq_khz_to_perf()
182 mul = cpu->perf_caps.highest_perf; in cppc_cpufreq_khz_to_perf()
232 cpu->perf_ctrls.desired_perf = cpu->perf_caps.lowest_perf; in cppc_cpufreq_stop_cpu()
237 cpu->perf_caps.lowest_perf, cpu_num, ret); in cppc_cpufreq_stop_cpu()
292 ret = cppc_get_perf_caps(policy->cpu, &cpu->perf_caps); in cppc_cpufreq_cpu_init()
301 cpu->perf_caps.lowest_freq *= 1000; in cppc_cpufreq_cpu_init()
302 cpu->perf_caps.nominal_freq *= 1000; in cppc_cpufreq_cpu_init()
308 policy->min = cppc_cpufreq_perf_to_khz(cpu, cpu->perf_caps.lowest_nonlinear_perf); in cppc_cpufreq_cpu_init()
[all …]
/drivers/acpi/
Dcppc_acpi.c1100 int cppc_get_perf_caps(int cpunum, struct cppc_perf_caps *perf_caps) in cppc_get_perf_caps() argument
1143 perf_caps->highest_perf = high; in cppc_get_perf_caps()
1146 perf_caps->lowest_perf = low; in cppc_get_perf_caps()
1149 perf_caps->nominal_perf = nom; in cppc_get_perf_caps()
1153 perf_caps->guaranteed_perf = 0; in cppc_get_perf_caps()
1156 perf_caps->guaranteed_perf = guaranteed; in cppc_get_perf_caps()
1160 perf_caps->lowest_nonlinear_perf = min_nonlinear; in cppc_get_perf_caps()
1172 perf_caps->lowest_freq = low_f; in cppc_get_perf_caps()
1173 perf_caps->nominal_freq = nom_f; in cppc_get_perf_caps()