Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dcppc_acpi.c144 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, highest_perf);
145 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, lowest_perf);
146 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, nominal_perf);
147 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, lowest_nonlinear_perf);
148 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, lowest_freq);
149 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, nominal_freq);
1073 int cppc_get_perf_caps(int cpunum, struct cppc_perf_caps *perf_caps) in cppc_get_perf_caps() function
1154 EXPORT_SYMBOL_GPL(cppc_get_perf_caps);
/OK3568_Linux_fs/kernel/include/acpi/
H A Dcppc_acpi.h139 extern int cppc_get_perf_caps(int cpu, struct cppc_perf_caps *caps);
/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dcppc_cpufreq.c251 ret = cppc_get_perf_caps(policy->cpu, &cpu->perf_caps); in cppc_cpufreq_cpu_init()
H A Dacpi-cpufreq.c642 ret = cppc_get_perf_caps(cpu, &perf_caps); in get_max_boost_ratio()
H A Dintel_pstate.c349 ret = cppc_get_perf_caps(cpu, &cppc_perf); in intel_pstate_set_itmt_prio()
384 ret = cppc_get_perf_caps(cpu, &cppc_perf); in intel_pstate_get_cppc_guranteed()