Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/cpufreq/
Dcppc_cpufreq.c88 struct cppc_perf_caps *caps = &cpu->perf_caps; in cppc_cpufreq_perf_to_khz()
103 div = cpu->perf_caps.highest_perf; in cppc_cpufreq_perf_to_khz()
112 struct cppc_perf_caps *caps = &cpu->perf_caps; in cppc_cpufreq_khz_to_perf()
126 mul = cpu->perf_caps.highest_perf; in cppc_cpufreq_khz_to_perf()
176 cpu->perf_ctrls.desired_perf = cpu->perf_caps.lowest_perf; in cppc_cpufreq_stop_cpu()
181 cpu->perf_caps.lowest_perf, cpu_num, ret); in cppc_cpufreq_stop_cpu()
236 ret = cppc_get_perf_caps(policy->cpu, &cpu->perf_caps); in cppc_cpufreq_cpu_init()
245 cpu->perf_caps.lowest_freq *= 1000; in cppc_cpufreq_cpu_init()
246 cpu->perf_caps.nominal_freq *= 1000; in cppc_cpufreq_cpu_init()
252 policy->min = cppc_cpufreq_perf_to_khz(cpu, cpu->perf_caps.lowest_nonlinear_perf); in cppc_cpufreq_cpu_init()
[all …]
/Linux-v4.19/drivers/acpi/
Dcppc_acpi.c1060 int cppc_get_perf_caps(int cpunum, struct cppc_perf_caps *perf_caps) in cppc_get_perf_caps() argument
1102 perf_caps->highest_perf = high; in cppc_get_perf_caps()
1105 perf_caps->lowest_perf = low; in cppc_get_perf_caps()
1108 perf_caps->nominal_perf = nom; in cppc_get_perf_caps()
1111 perf_caps->lowest_nonlinear_perf = min_nonlinear; in cppc_get_perf_caps()
1123 perf_caps->lowest_freq = low_f; in cppc_get_perf_caps()
1124 perf_caps->nominal_freq = nom_f; in cppc_get_perf_caps()
/Linux-v4.19/include/acpi/
Dcppc_acpi.h131 struct cppc_perf_caps perf_caps; member