Home
last modified time | relevance | path

Searched refs:s3c_pm_do_save (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/arch/arm/mach-s3c24xx/
Dirq-pm.c69 s3c_pm_do_save(irq_save, ARRAY_SIZE(irq_save)); in s3c24xx_irq_suspend()
101 s3c_pm_do_save(s3c2416_irq_save, ARRAY_SIZE(s3c2416_irq_save)); in s3c2416_irq_suspend()
Dpm.c119 s3c_pm_do_save(core_save, ARRAY_SIZE(core_save)); in s3c_pm_save_core()
Ds3c244x.c117 s3c_pm_do_save(s3c244x_sleep, ARRAY_SIZE(s3c244x_sleep)); in s3c244x_suspend()
Dpm-s3c2412.c107 s3c_pm_do_save(s3c2412_sleep, ARRAY_SIZE(s3c2412_sleep)); in s3c2412_pm_suspend()
/Linux-v4.19/arch/arm/plat-samsung/
Dpm-common.c27 void s3c_pm_do_save(struct sleep_save *ptr, int count) in s3c_pm_do_save() function
/Linux-v4.19/arch/arm/plat-samsung/include/plat/
Dpm-common.h35 extern void s3c_pm_do_save(struct sleep_save *ptr, int count);
/Linux-v4.19/arch/arm/mach-s3c64xx/
Dpm.c235 s3c_pm_do_save(misc_save, ARRAY_SIZE(misc_save)); in s3c_pm_save_core()
236 s3c_pm_do_save(core_save, ARRAY_SIZE(core_save)); in s3c_pm_save_core()
Dirq-pm.c68 s3c_pm_do_save(irq_save, ARRAY_SIZE(irq_save)); in s3c64xx_irq_pm_suspend()
/Linux-v4.19/arch/arm/mach-s5pv210/
Dpm.c84 s3c_pm_do_save(s5pv210_core_save, ARRAY_SIZE(s5pv210_core_save)); in s5pv210_pm_prepare()