Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm/mach-s3c/
Dirq-pm-s3c24xx.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-common.h36 extern void s3c_pm_do_save(struct sleep_save *ptr, int count);
Dpm-common.c27 void s3c_pm_do_save(struct sleep_save *ptr, int count) in s3c_pm_do_save() function
Dpm-s3c24xx.c119 s3c_pm_do_save(core_save, ARRAY_SIZE(core_save)); in s3c_pm_save_core()
Ds3c244x.c115 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()
Dpm-s3c64xx.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-s3c64xx.c68 s3c_pm_do_save(irq_save, ARRAY_SIZE(irq_save)); in s3c64xx_irq_pm_suspend()
/linux-6.1.9/arch/arm/mach-s5pv210/
Dpm.c41 static void s3c_pm_do_save(struct sleep_save *ptr, int count) in s3c_pm_do_save() function
132 s3c_pm_do_save(s5pv210_core_save, ARRAY_SIZE(s5pv210_core_save)); in s5pv210_pm_prepare()