Home
last modified time | relevance | path

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

/linux/drivers/cpufreq/
H A Damd-pstate.c89 static bool amd_pstate_prefcore = true; variable
902 if (!amd_pstate_prefcore) in amd_pstate_init_prefcore()
908 amd_pstate_prefcore = false; in amd_pstate_init_prefcore()
925 if (!amd_pstate_prefcore) in amd_pstate_update_limits()
1575 return amd_pstate_prefcore; in prefcore_visibility()
1643 if (amd_pstate_prefcore) in amd_pstate_driver_cleanup()
1708 if (amd_pstate_prefcore) in amd_pstate_register_driver()
1838 return sysfs_emit(buf, "%s\n", str_enabled_disabled(amd_pstate_prefcore)); in prefcore_show()
2312 if (amd_pstate_prefcore) { in amd_pstate_init()
2313 ret = amd_detect_prefcore(&amd_pstate_prefcore); in amd_pstate_init()
[all …]