Searched refs:s3c_pm_do_save (Results 1 - 5 of 5) sorted by path

/linux-master/arch/arm/mach-s3c/
H A Dirq-pm-s3c64xx.c68 s3c_pm_do_save(irq_save, ARRAY_SIZE(irq_save));
H A Dpm-common.c20 * s3c_pm_do_save() - save a set of registers for restoration on resume.
27 void s3c_pm_do_save(struct sleep_save *ptr, int count) function
40 * Restore the register values saved from s3c_pm_do_save().
H A Dpm-common.h36 extern void s3c_pm_do_save(struct sleep_save *ptr, int count);
H A Dpm-s3c64xx.c216 s3c_pm_do_save(misc_save, ARRAY_SIZE(misc_save));
217 s3c_pm_do_save(core_save, ARRAY_SIZE(core_save));
/linux-master/arch/arm/mach-s5pv210/
H A Dpm.c34 * s3c_pm_do_save() - save a set of registers for restoration on resume.
41 static void s3c_pm_do_save(struct sleep_save *ptr, int count) function
54 * Restore the register values saved from s3c_pm_do_save().
132 s3c_pm_do_save(s5pv210_core_save, ARRAY_SIZE(s5pv210_core_save));

Completed in 168 milliseconds