Home
last modified time | relevance | path

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

/linux/drivers/cpufreq/
H A Damd-pstate.c384 DEFINE_STATIC_CALL(amd_pstate_cppc_enable, msr_cppc_enable);
386 static inline int amd_pstate_cppc_enable(struct cpufreq_policy *policy) in amd_pstate_cppc_enable() function
388 return static_call(amd_pstate_cppc_enable)(policy); in amd_pstate_cppc_enable()
1015 ret = amd_pstate_cppc_enable(policy); in amd_pstate_cpu_init()
1498 ret = amd_pstate_cppc_enable(policy); in amd_pstate_epp_cpu_init()
1599 return amd_pstate_cppc_enable(policy); in amd_pstate_cpu_online()
1817 static_call_update(amd_pstate_cppc_enable, shmem_cppc_enable); in amd_pstate_init()