Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/cpufreq/
Damd-pstate.c83 DEFINE_STATIC_CALL(amd_pstate_enable, pstate_enable);
85 static inline int amd_pstate_enable(bool enable) in amd_pstate_enable() function
87 return static_call(amd_pstate_enable)(enable); in amd_pstate_enable()
528 ret = amd_pstate_enable(true); in amd_pstate_cpu_resume()
539 ret = amd_pstate_enable(false); in amd_pstate_cpu_suspend()
650 static_call_update(amd_pstate_enable, cppc_enable); in amd_pstate_init()
656 ret = amd_pstate_enable(true); in amd_pstate_init()