static void s3c_pm_finish(void) { if (pm_finish) pm_finish(); s3c_pm_check_cleanup(); enable_hlt(); }
static void exynos_suspend_finish(void) { int ret; s3c_pm_check_cleanup(); ret = regulator_suspend_finish(); if (ret) pr_warn("Failed to resume regulators from suspend (%d)\n", ret); }
static void s3c_pm_finish(void) { if (pm_finish) pm_finish(); s3c_pm_check_cleanup(); #if defined(CONFIG_MACH_P8LTE) \ || defined(CONFIG_MACH_U1_NA_SPR) enable_hlt(); #endif }
static void s3c_pm_finish(void) { s3c_pm_check_cleanup(); }
static void s3c_pm_finish(void) { s3c_pm_check_cleanup(); if (pm_logic_finish) pm_logic_finish(); }