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.c327 DEFINE_STATIC_CALL(amd_pstate_set_epp, msr_set_epp); in msr_set_epp()
329 static inline int amd_pstate_set_epp(struct cpufreq_policy *policy, u8 epp)
331 return static_call(amd_pstate_set_epp)(policy, epp);
1177 ret = amd_pstate_set_epp(policy, epp); in amd_pstate_power_supply_notifier()
1212 ret = amd_pstate_set_epp(policy, AMD_CPPC_EPP_POWERSAVE); in amd_pstate_profile_set()
1217 ret = amd_pstate_set_epp(policy, in amd_pstate_profile_set()
1223 ret = amd_pstate_set_epp(policy, AMD_CPPC_EPP_PERFORMANCE); in amd_pstate_profile_set()
1278 ret = amd_pstate_set_epp(policy, epp); in amd_pstate_set_dynamic_epp()
1429 ret = amd_pstate_set_epp(policy, epp); in store_energy_performance_preference()
1945 ret = amd_pstate_set_epp(polic in amd_pstate_epp_cpu_init()
332 static inline int amd_pstate_set_epp(struct cpufreq_policy *policy, u8 epp) amd_pstate_set_epp() function
[all...]