Searched refs:cppc_get_perf_caps (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/acpi/ |
| H A D | cppc_acpi.c | 177 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); 1359 * cppc_get_perf_caps - Get a CPU's performance capabilities. in cppc_get_perf_caps() 1365 int cppc_get_perf_caps(in in cppc_get_perf_caps() 1351 int cppc_get_perf_caps(int cpunum, struct cppc_perf_caps *perf_caps) cppc_get_perf_caps() function [all...] |
| /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 | 162 ret = cppc_get_perf_caps(cpu, &cppc_perf); in amd_pstate_ut_check_perf()
|
| 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()
|
| H A D | amd-pstate.c | 512 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()
|
| /linux/drivers/base/ |
| H A D | arch_topology.c | 342 if (!cppc_get_perf_caps(cpu, &perf_caps) && in topology_init_cpu_capacity_cppc()
|