Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/plat-samsung/
Dpm-common.c71 void s3c_pm_do_restore_core(const struct sleep_save *ptr, int count) in s3c_pm_do_restore_core() function
/linux-4.4.14/arch/arm/plat-samsung/include/plat/
Dpm-common.h40 extern void s3c_pm_do_restore_core(const struct sleep_save *ptr, int count);
/linux-4.4.14/arch/arm/mach-s3c24xx/
Dpm.c129 s3c_pm_do_restore_core(core_save, ARRAY_SIZE(core_save)); in s3c_pm_restore_core()
/linux-4.4.14/arch/arm/mach-s5pv210/
Dpm.c165 s3c_pm_do_restore_core(s5pv210_core_save, ARRAY_SIZE(s5pv210_core_save)); in s5pv210_pm_resume()
/linux-4.4.14/arch/arm/mach-exynos/
Dsuspend.c470 s3c_pm_do_restore_core(exynos_core_save, ARRAY_SIZE(exynos_core_save)); in exynos_pm_resume()
538 s3c_pm_do_restore_core(exynos_core_save, ARRAY_SIZE(exynos_core_save)); in exynos5420_pm_resume()
/linux-4.4.14/arch/arm/mach-s3c64xx/
Dpm.c233 s3c_pm_do_restore_core(core_save, ARRAY_SIZE(core_save)); in s3c_pm_restore_core()