s3c_pm_do_save     69 arch/arm/mach-s3c24xx/irq-pm.c 	s3c_pm_do_save(irq_save, ARRAY_SIZE(irq_save));
s3c_pm_do_save    101 arch/arm/mach-s3c24xx/irq-pm.c 	s3c_pm_do_save(s3c2416_irq_save, ARRAY_SIZE(s3c2416_irq_save));
s3c_pm_do_save    107 arch/arm/mach-s3c24xx/pm-s3c2412.c 	s3c_pm_do_save(s3c2412_sleep, ARRAY_SIZE(s3c2412_sleep));
s3c_pm_do_save    119 arch/arm/mach-s3c24xx/pm.c 	s3c_pm_do_save(core_save, ARRAY_SIZE(core_save));
s3c_pm_do_save    117 arch/arm/mach-s3c24xx/s3c244x.c 	s3c_pm_do_save(s3c244x_sleep, ARRAY_SIZE(s3c244x_sleep));
s3c_pm_do_save     68 arch/arm/mach-s3c64xx/irq-pm.c 	s3c_pm_do_save(irq_save, ARRAY_SIZE(irq_save));
s3c_pm_do_save    235 arch/arm/mach-s3c64xx/pm.c 	s3c_pm_do_save(misc_save, ARRAY_SIZE(misc_save));
s3c_pm_do_save    236 arch/arm/mach-s3c64xx/pm.c 	s3c_pm_do_save(core_save, ARRAY_SIZE(core_save));
s3c_pm_do_save     91 arch/arm/mach-s5pv210/pm.c 	s3c_pm_do_save(s5pv210_core_save, ARRAY_SIZE(s5pv210_core_save));
s3c_pm_do_save     35 arch/arm/plat-samsung/include/plat/pm-common.h extern void s3c_pm_do_save(struct sleep_save *ptr, int count);