Searched refs:cppc_get_perf_caps (Results 1 – 6 of 6) sorted by relevance
/linux/include/acpi/ ! |
H A D | cppc_acpi.h | 156 extern int cppc_get_perf_caps(int cpu, struct cppc_perf_caps *caps); 203 static inline int cppc_get_perf_caps(int cpu, struct cppc_perf_caps *caps) in cppc_get_perf_caps() function
|
/linux/arch/x86/kernel/acpi/ ! |
H A D | cppc.c | 89 rc = cppc_get_perf_caps(0, &perf_caps); in amd_set_max_freq_ratio()
|
/linux/drivers/cpufreq/ ! |
H A D | amd-pstate-ut.c | 131 ret = cppc_get_perf_caps(cpu, &cppc_perf); in amd_pstate_ut_check_perf()
|
H A D | amd-pstate.c | 439 int ret = cppc_get_perf_caps(cpudata->cpu, &cppc_perf); in shmem_init_perf() 918 ret = cppc_get_perf_caps(cpudata->cpu, &cppc_perf); in amd_pstate_init_freq()
|
H A D | acpi-cpufreq.c | 642 ret = cppc_get_perf_caps(cpu, &perf_caps); in get_max_boost_ratio()
|
H A D | intel_pstate.c | 368 ret = cppc_get_perf_caps(cpu, &cppc_perf); in intel_pstate_set_itmt_prio() 410 ret = cppc_get_perf_caps(cpu, &cppc_perf); in intel_pstate_get_cppc_guaranteed() 428 if (!cppc_get_perf_caps(cpu, &cppc_perf) && in intel_pstate_cppc_get_scaling()
|