Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/mediatek/lib/pm/
H A Dmtk_pm.c28 return MTK_CPUPM_E_FAIL; in plat_pm_ops_setup_pwr()
59 return MTK_CPUPM_E_FAIL; in plat_pm_ops_setup_smp()
87 return MTK_CPUPM_E_FAIL; in plat_pm_ops_setup_reset()
H A Dmtk_pm.h18 #define MTK_CPUPM_E_FAIL (-3) macro
/rk3399_ARM-atf/plat/mediatek/drivers/cpu_pm/cpcv3_2/
H A Dmt_cpu_pm.c187 return MTK_CPUPM_E_FAIL; in mcusys_prepare_suspend()
193 return MTK_CPUPM_E_FAIL; in mcusys_prepare_resume()
393 MTK_CPUPM_E_OK : MTK_CPUPM_E_FAIL; in cpupm_init()
405 return MTK_CPUPM_E_FAIL; in cpupm_pwr_state_valid()
416 return MTK_CPUPM_E_FAIL; in cpupm_pwr_state_valid()
420 return MTK_CPUPM_E_FAIL; in cpupm_pwr_state_valid()
/rk3399_ARM-atf/plat/mediatek/drivers/cpu_pm/cpcv5_4/
H A Dmt_cpu_pm.c343 return MTK_CPUPM_E_FAIL; in mcusys_prepare_suspend()
408 return MTK_CPUPM_E_FAIL; in mcusys_prepare_suspend()
490 return MTK_CPUPM_E_FAIL; in mcusys_prepare_resume()
503 return MTK_CPUPM_E_FAIL; in mcusys_prepare_resume()
507 return MTK_CPUPM_E_FAIL; in mcusys_prepare_resume()
761 return MTK_CPUPM_E_FAIL; in cpupm_pwr_state_valid()
877 return MTK_CPUPM_E_FAIL; in mt_plat_cpu_pm_dev_config()
/rk3399_ARM-atf/plat/mediatek/lib/pm/armv9_0/
H A Dpwr_ctrl.c201 int b_ret = MTK_CPUPM_E_FAIL; in power_domain_on()
345 int ret = MTK_CPUPM_E_FAIL; in validate_power_state()
/rk3399_ARM-atf/plat/mediatek/include/lib/pm/
H A Dmtk_pm.h18 #define MTK_CPUPM_E_FAIL -3 macro