Home
last modified time | relevance | path

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

/linux/include/acpi/
H A Dcppc_acpi.h169 extern int cppc_get_perf_caps(int cpu, struct cppc_perf_caps *caps);
226 static inline int cppc_get_perf_caps(int cpu, struct cppc_perf_caps *caps) in cppc_get_perf_caps() function
/linux/drivers/acpi/
H A Dcppc_acpi.c177 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, highest_perf);
178 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, lowest_perf);
179 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, nominal_perf);
180 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, reference_perf);
181 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, lowest_nonlinear_perf);
182 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, guaranteed_perf);
183 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, lowest_freq);
184 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, nominal_freq);
1488 int cppc_get_perf_caps(int cpunum, struct cppc_perf_caps *perf_caps) in cppc_get_perf_caps() function
1604 EXPORT_SYMBOL_GPL(cppc_get_perf_caps);
/linux/drivers/base/
H A Darch_topology.c342 if (!cppc_get_perf_caps(cpu, &perf_caps) && in topology_init_cpu_capacity_cppc()
/linux/drivers/cpufreq/
H A Dcppc_cpufreq.c625 ret = cppc_get_perf_caps(cpu, &cpu_data->perf_caps); in cppc_cpufreq_get_cpu_data()
H A Damd-pstate.c504 int ret = cppc_get_perf_caps(cpudata->cpu, &cppc_perf); in shmem_init_perf()
994 ret = cppc_get_perf_caps(cpudata->cpu, &cppc_perf); in amd_pstate_init_freq()
H A Dintel_pstate.c367 ret = cppc_get_perf_caps(cpu, &cppc_perf); in intel_pstate_set_itmt_prio()
409 ret = cppc_get_perf_caps(cpu, &cppc_perf); in intel_pstate_get_cppc_guaranteed()
427 if (!cppc_get_perf_caps(cpu, &cppc_perf) && in intel_pstate_cppc_get_scaling()