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.c454 DEFINE_STATIC_CALL(amd_pstate_cppc_enable, msr_cppc_enable); in shmem_cppc_enable()
456 static inline int amd_pstate_cppc_enable(struct cpufreq_policy *policy)
458 return static_call(amd_pstate_cppc_enable)(policy);
1089 ret = amd_pstate_cppc_enable(policy); in amd_pstate_cpu_init()
1917 ret = amd_pstate_cppc_enable(policy); in amd_pstate_epp_cpu_init()
2040 ret = amd_pstate_cppc_enable(policy); in amd_pstate_cpu_online()
2280 static_call_update(amd_pstate_cppc_enable, shmem_cppc_enable); in amd_pstate_init()
459 static inline int amd_pstate_cppc_enable(struct cpufreq_policy *policy) amd_pstate_cppc_enable() function