Home
last modified time | relevance | path

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

/linux/drivers/cpufreq/
H A Damd-pstate.c324 DEFINE_STATIC_CALL(amd_pstate_set_epp, msr_set_epp);
326 static inline int amd_pstate_set_epp(struct cpufreq_policy *policy, u8 epp) in amd_pstate_set_epp() function
328 return static_call(amd_pstate_set_epp)(policy, epp); in amd_pstate_set_epp()
1182 ret = amd_pstate_set_epp(policy, epp); in store_energy_performance_preference()
1526 ret = amd_pstate_set_epp(policy, cpudata->epp_default); in amd_pstate_epp_cpu_init()
1819 static_call_update(amd_pstate_set_epp, shmem_set_epp); in amd_pstate_init()