Searched refs:cppc_get_perf (Results 1 – 1 of 1) sorted by relevance
| /drivers/acpi/ |
| D | cppc_acpi.c | 1176 static int cppc_get_perf(int cpunum, enum cppc_regs reg_idx, u64 *perf) in cppc_get_perf() function 1224 return cppc_get_perf(cpunum, DESIRED_PERF, desired_perf); in cppc_get_desired_perf() 1237 return cppc_get_perf(cpunum, NOMINAL_PERF, nominal_perf); in cppc_get_nominal_perf() 1249 return cppc_get_perf(cpunum, HIGHEST_PERF, highest_perf); in cppc_get_highest_perf() 1262 return cppc_get_perf(cpunum, ENERGY_PERF, epp_perf); in cppc_get_epp_perf()
|