Lines Matching refs:amd_pstate_cppc_enable
405 DEFINE_STATIC_CALL(amd_pstate_cppc_enable, msr_cppc_enable);
407 static inline int amd_pstate_cppc_enable(bool enable) in amd_pstate_cppc_enable() function
409 return static_call(amd_pstate_cppc_enable)(enable); in amd_pstate_cppc_enable()
1063 ret = amd_pstate_cppc_enable(true); in amd_pstate_cpu_resume()
1074 ret = amd_pstate_cppc_enable(false); in amd_pstate_cpu_suspend()
1219 amd_pstate_cppc_enable(false); in amd_pstate_driver_cleanup()
1253 ret = amd_pstate_cppc_enable(true); in amd_pstate_register_driver()
1609 ret = amd_pstate_cppc_enable(true); in amd_pstate_epp_reenable()
1678 ret = amd_pstate_cppc_enable(false); in amd_pstate_epp_suspend()
1843 static_call_update(amd_pstate_cppc_enable, shmem_cppc_enable); in amd_pstate_init()
1876 amd_pstate_cppc_enable(false); in amd_pstate_init()