Home
last modified time | relevance | path

Searched refs:cppc_get_perf_caps (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/acpi/
Dcppc_acpi.c156 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, highest_perf);
157 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, lowest_perf);
158 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, nominal_perf);
159 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, lowest_nonlinear_perf);
160 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, lowest_freq);
161 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, nominal_freq);
1060 int cppc_get_perf_caps(int cpunum, struct cppc_perf_caps *perf_caps) in cppc_get_perf_caps() function
1132 EXPORT_SYMBOL_GPL(cppc_get_perf_caps);
/Linux-v4.19/include/acpi/
Dcppc_acpi.h141 extern int cppc_get_perf_caps(int cpu, struct cppc_perf_caps *caps);
/Linux-v4.19/drivers/cpufreq/
Dcppc_cpufreq.c236 ret = cppc_get_perf_caps(policy->cpu, &cpu->perf_caps); in cppc_cpufreq_cpu_init()
Dintel_pstate.c347 ret = cppc_get_perf_caps(cpu, &cppc_perf); in intel_pstate_set_itmt_prio()