Home
last modified time | relevance | path

Searched refs:amd_detect_prefcore (Results 1 – 2 of 2) sorted by relevance

/linux/include/acpi/
H A Dcppc_acpi.h177 extern int amd_detect_prefcore(bool *detected);
271 static inline int amd_detect_prefcore(bool *detected) in amd_detect_prefcore() function
/linux/drivers/cpufreq/
H A Damd-pstate.c1823 ret = amd_detect_prefcore(&amd_pstate_prefcore); in amd_pstate_init()