Home
last modified time | relevance | path

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

/linux-6.14.4/include/acpi/
Dcppc_acpi.h148 extern int cppc_get_perf_caps(int cpu, struct cppc_perf_caps *caps);
192 static inline int cppc_get_perf_caps(int cpu, struct cppc_perf_caps *caps) in cppc_get_perf_caps() function
/linux-6.14.4/drivers/acpi/
Dcppc_acpi.c164 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, highest_perf);
165 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, lowest_perf);
166 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, nominal_perf);
167 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, lowest_nonlinear_perf);
168 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, guaranteed_perf);
169 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, lowest_freq);
170 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, nominal_freq);
1275 int cppc_get_perf_caps(int cpunum, struct cppc_perf_caps *perf_caps) in cppc_get_perf_caps() function
1356 EXPORT_SYMBOL_GPL(cppc_get_perf_caps);
/linux-6.14.4/arch/x86/kernel/acpi/
Dcppc.c87 rc = cppc_get_perf_caps(0, &perf_caps); in amd_set_max_freq_ratio()
/linux-6.14.4/drivers/cpufreq/
Damd-pstate-ut.c140 ret = cppc_get_perf_caps(cpu, &cppc_perf); in amd_pstate_ut_check_perf()
Damd-pstate.c440 int ret = cppc_get_perf_caps(cpudata->cpu, &cppc_perf); in shmem_init_perf()
917 ret = cppc_get_perf_caps(cpudata->cpu, &cppc_perf); in amd_pstate_init_freq()
Dcppc_cpufreq.c566 ret = cppc_get_perf_caps(cpu, &cpu_data->perf_caps); in cppc_cpufreq_get_cpu_data()
Dacpi-cpufreq.c642 ret = cppc_get_perf_caps(cpu, &perf_caps); in get_max_boost_ratio()
Dintel_pstate.c363 ret = cppc_get_perf_caps(cpu, &cppc_perf); in intel_pstate_set_itmt_prio()
405 ret = cppc_get_perf_caps(cpu, &cppc_perf); in intel_pstate_get_cppc_guaranteed()
423 if (!cppc_get_perf_caps(cpu, &cppc_perf) && in intel_pstate_cppc_get_scaling()
/linux-6.14.4/drivers/base/
Darch_topology.c384 if (!cppc_get_perf_caps(cpu, &perf_caps) && in topology_init_cpu_capacity_cppc()