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.c457 DEFINE_STATIC_CALL(amd_pstate_cppc_enable, msr_cppc_enable);
459 static inline int amd_pstate_cppc_enable(struct cpufreq_policy *policy) in amd_pstate_cppc_enable() function
461 return static_call(amd_pstate_cppc_enable)(policy); in amd_pstate_cppc_enable()
1095 ret = amd_pstate_cppc_enable(policy); in amd_pstate_cpu_init()
1924 ret = amd_pstate_cppc_enable(policy); in amd_pstate_epp_cpu_init()
2047 ret = amd_pstate_cppc_enable(policy); in amd_pstate_cpu_online()
2287 static_call_update(amd_pstate_cppc_enable, shmem_cppc_enable); in amd_pstate_init()