Searched refs:cppc_get_highest_perf (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/acpi/
H A Dcppc_acpi.h142 extern int cppc_get_highest_perf(int cpunum, u64 *highest_perf);
171 static inline int cppc_get_highest_perf(int cpunum, u64 *highest_perf) function
/linux-master/drivers/acpi/
H A Dcppc_acpi.c1203 * cppc_get_highest_perf - Get the highest performance register value.
1209 int cppc_get_highest_perf(int cpunum, u64 *highest_perf) function
1213 EXPORT_SYMBOL_GPL(cppc_get_highest_perf); variable
/linux-master/drivers/cpufreq/
H A Damd-pstate.c754 ret = cppc_get_highest_perf(cpu, &cppc_highest_perf);

Completed in 164 milliseconds