s3c_pm_do_restore   85 arch/arm/mach-s3c24xx/irq-pm.c 	s3c_pm_do_restore(irq_save, ARRAY_SIZE(irq_save));
s3c_pm_do_restore  108 arch/arm/mach-s3c24xx/irq-pm.c 	s3c_pm_do_restore(s3c2416_irq_save, ARRAY_SIZE(s3c2416_irq_save));
s3c_pm_do_restore  120 arch/arm/mach-s3c24xx/pm-s3c2412.c 	s3c_pm_do_restore(s3c2412_sleep, ARRAY_SIZE(s3c2412_sleep));
s3c_pm_do_restore  123 arch/arm/mach-s3c24xx/s3c244x.c 	s3c_pm_do_restore(s3c244x_sleep, ARRAY_SIZE(s3c244x_sleep));
s3c_pm_do_restore   89 arch/arm/mach-s3c64xx/irq-pm.c 	s3c_pm_do_restore(irq_save, ARRAY_SIZE(irq_save));
s3c_pm_do_restore  230 arch/arm/mach-s3c64xx/pm.c 	s3c_pm_do_restore(misc_save, ARRAY_SIZE(misc_save));
s3c_pm_do_restore   36 arch/arm/plat-samsung/include/plat/pm-common.h extern void s3c_pm_do_restore(const struct sleep_save *ptr, int count);