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.c88 static bool amd_pstate_prefcore = true; variable
841 if (!amd_pstate_prefcore) in amd_pstate_init_prefcore()
847 amd_pstate_prefcore = false; in amd_pstate_init_prefcore()
864 if (!amd_pstate_prefcore) in amd_pstate_update_limits()
1226 if (amd_pstate_prefcore) in amd_pstate_driver_cleanup()
1272 if (amd_pstate_prefcore) in amd_pstate_register_driver()
1400 return sysfs_emit(buf, "%s\n", str_enabled_disabled(amd_pstate_prefcore)); in prefcore_show()
1837 if (amd_pstate_prefcore) { in amd_pstate_init()
1838 ret = amd_detect_prefcore(&amd_pstate_prefcore); in amd_pstate_init()
1884 amd_pstate_prefcore = false; in amd_prefcore_param()