Searched refs:amd_pstate_set_epp (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/cpufreq/ |
| H A D | amd-pstate.c | 329 DEFINE_STATIC_CALL(amd_pstate_set_epp, msr_set_epp); 331 static inline int amd_pstate_set_epp(struct cpufreq_policy *policy, u8 epp) in amd_pstate_set_epp() function 333 return static_call(amd_pstate_set_epp)(policy, epp); in amd_pstate_set_epp() 1188 ret = amd_pstate_set_epp(policy, epp); in amd_pstate_power_supply_notifier() 1248 ret = amd_pstate_set_epp(policy, epp); in amd_pstate_profile_set() 1290 ret = amd_pstate_set_epp(policy, epp); in amd_pstate_set_dynamic_epp() 1324 amd_pstate_set_epp(policy, epp); in amd_pstate_set_dynamic_epp() 1465 ret = amd_pstate_set_epp(policy, epp); in store_energy_performance_preference() 1953 ret = amd_pstate_set_epp(policy, cpudata->epp_default_dc); in amd_pstate_epp_cpu_init() 2309 static_call_update(amd_pstate_set_epp, shmem_set_epp); in amd_pstate_init()
|