Searched refs:s3c_pm_do_save (Results 1 - 10 of 10) sorted by relevance
/linux-4.4.14/arch/arm/plat-samsung/ |
H A D | pm-common.c | 24 * s3c_pm_do_save() - save a set of registers for restoration on resume. 31 void s3c_pm_do_save(struct sleep_save *ptr, int count) s3c_pm_do_save() function 44 * Restore the register values saved from s3c_pm_do_save().
|
/linux-4.4.14/arch/arm/mach-s3c24xx/ |
H A D | irq-pm.c | 83 s3c_pm_do_save(irq_save, ARRAY_SIZE(irq_save)); s3c24xx_irq_suspend() 115 s3c_pm_do_save(s3c2416_irq_save, ARRAY_SIZE(s3c2416_irq_save)); s3c2416_irq_suspend()
|
H A D | pm-s3c2412.c | 112 s3c_pm_do_save(s3c2412_sleep, ARRAY_SIZE(s3c2412_sleep)); s3c2412_pm_suspend()
|
H A D | pm.c | 134 s3c_pm_do_save(core_save, ARRAY_SIZE(core_save)); s3c_pm_save_core()
|
H A D | s3c244x.c | 122 s3c_pm_do_save(s3c244x_sleep, ARRAY_SIZE(s3c244x_sleep)); s3c244x_suspend()
|
/linux-4.4.14/arch/arm/mach-s3c64xx/ |
H A D | irq-pm.c | 73 s3c_pm_do_save(irq_save, ARRAY_SIZE(irq_save)); s3c64xx_irq_pm_suspend()
|
H A D | pm.c | 239 s3c_pm_do_save(misc_save, ARRAY_SIZE(misc_save)); s3c_pm_save_core() 240 s3c_pm_do_save(core_save, ARRAY_SIZE(core_save)); s3c_pm_save_core()
|
/linux-4.4.14/arch/arm/plat-samsung/include/plat/ |
H A D | pm-common.h | 38 extern void s3c_pm_do_save(struct sleep_save *ptr, int count);
|
/linux-4.4.14/arch/arm/mach-s5pv210/ |
H A D | pm.c | 89 s3c_pm_do_save(s5pv210_core_save, ARRAY_SIZE(s5pv210_core_save)); s5pv210_pm_prepare()
|
/linux-4.4.14/arch/arm/mach-exynos/ |
H A D | suspend.c | 346 s3c_pm_do_save(exynos_core_save, ARRAY_SIZE(exynos_core_save)); exynos_pm_prepare() 378 s3c_pm_do_save(exynos_core_save, ARRAY_SIZE(exynos_core_save)); exynos5420_pm_prepare()
|
Completed in 175 milliseconds