Home
last modified time | relevance | path

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

/openbmc/linux/include/acpi/
H A Dcppc_acpi.h148 extern int cppc_get_perf_caps(int cpu, struct cppc_perf_caps *caps);
189 static inline int cppc_get_perf_caps(int cpu, struct cppc_perf_caps *caps) in cppc_get_perf_caps() function
/openbmc/linux/drivers/acpi/
H A 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, lowest_freq);
169 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);
/openbmc/linux/arch/x86/kernel/acpi/
H A Dcppc.c76 rc = cppc_get_perf_caps(0, &perf_caps); in amd_set_max_freq_ratio()
/openbmc/linux/drivers/cpufreq/
H A Damd-pstate.c366 int ret = cppc_get_perf_caps(cpudata->cpu, &cppc_perf); in cppc_init_perf()
626 int ret = cppc_get_perf_caps(cpudata->cpu, &cppc_perf); in amd_get_min_freq()
640 int ret = cppc_get_perf_caps(cpudata->cpu, &cppc_perf); in amd_get_max_freq()
661 int ret = cppc_get_perf_caps(cpudata->cpu, &cppc_perf); in amd_get_nominal_freq()
676 int ret = cppc_get_perf_caps(cpudata->cpu, &cppc_perf); in amd_get_lowest_nonlinear_freq()
H A Damd-pstate-ut.c137 ret = cppc_get_perf_caps(cpu, &cppc_perf); in amd_pstate_ut_check_perf()
H A Dcppc_cpufreq.c590 ret = cppc_get_perf_caps(cpu, &cpu_data->perf_caps); in cppc_cpufreq_get_cpu_data()
H A Dacpi-cpufreq.c647 ret = cppc_get_perf_caps(cpu, &perf_caps); in get_max_boost_ratio()
H A Dintel_pstate.c358 ret = cppc_get_perf_caps(cpu, &cppc_perf); in intel_pstate_set_itmt_prio()
400 ret = cppc_get_perf_caps(cpu, &cppc_perf); in intel_pstate_get_cppc_guaranteed()
415 ret = cppc_get_perf_caps(cpu, &cppc_perf); in intel_pstate_cppc_get_scaling()
/openbmc/linux/drivers/base/
H A Darch_topology.c365 if (!cppc_get_perf_caps(cpu, &perf_caps) && in topology_init_cpu_capacity_cppc()