Home
last modified time | relevance | path

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

/linux-6.1.9/include/acpi/
Dcppc_acpi.h142 extern int cppc_get_perf_caps(int cpu, struct cppc_perf_caps *caps);
173 static inline int cppc_get_perf_caps(int cpu, struct cppc_perf_caps *caps) in cppc_get_perf_caps() function
/linux-6.1.9/drivers/cpufreq/
Damd-pstate.c123 int ret = cppc_get_perf_caps(cpudata->cpu, &cppc_perf); in cppc_init_perf()
317 int ret = cppc_get_perf_caps(cpudata->cpu, &cppc_perf); in amd_get_min_freq()
331 int ret = cppc_get_perf_caps(cpudata->cpu, &cppc_perf); in amd_get_max_freq()
352 int ret = cppc_get_perf_caps(cpudata->cpu, &cppc_perf); in amd_get_nominal_freq()
367 int ret = cppc_get_perf_caps(cpudata->cpu, &cppc_perf); in amd_get_lowest_nonlinear_freq()
Damd-pstate-ut.c157 ret = cppc_get_perf_caps(cpu, &cppc_perf); in amd_pstate_ut_check_perf()
Dacpi-cpufreq.c647 ret = cppc_get_perf_caps(cpu, &perf_caps); in get_max_boost_ratio()
Dcppc_cpufreq.c673 ret = cppc_get_perf_caps(cpu, &cpu_data->perf_caps); in cppc_cpufreq_get_cpu_data()
Dintel_pstate.c350 ret = cppc_get_perf_caps(cpu, &cppc_perf); in intel_pstate_set_itmt_prio()
393 ret = cppc_get_perf_caps(cpu, &cppc_perf); in intel_pstate_get_cppc_guaranteed()
/linux-6.1.9/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);
1163 int cppc_get_perf_caps(int cpunum, struct cppc_perf_caps *perf_caps) in cppc_get_perf_caps() function
1244 EXPORT_SYMBOL_GPL(cppc_get_perf_caps);
/linux-6.1.9/arch/x86/kernel/acpi/
Dcppc.c76 rc = cppc_get_perf_caps(0, &perf_caps); in amd_set_max_freq_ratio()
/linux-6.1.9/drivers/base/
Darch_topology.c365 if (!cppc_get_perf_caps(cpu, &perf_caps) && in topology_init_cpu_capacity_cppc()