Home
last modified time | relevance | path

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

/openbmc/linux/drivers/cpufreq/
H A Damd-pstate.c310 DEFINE_STATIC_CALL(amd_pstate_enable, pstate_enable);
312 static inline int amd_pstate_enable(bool enable) in amd_pstate_enable() function
314 return static_call(amd_pstate_enable)(enable); in amd_pstate_enable()
919 ret = amd_pstate_enable(true); in amd_pstate_cpu_resume()
930 ret = amd_pstate_enable(false); in amd_pstate_cpu_suspend()
1052 amd_pstate_enable(false); in amd_pstate_driver_cleanup()
1070 ret = amd_pstate_enable(true); in amd_pstate_register_driver()
1452 ret = amd_pstate_enable(true); in amd_pstate_epp_reenable()
1546 ret = amd_pstate_enable(false); in amd_pstate_epp_suspend()
1669 static_call_update(amd_pstate_enable, cppc_enable); in amd_pstate_init()
[all …]