Searched refs:s3c_pm_do_restore_core (Results 1 - 4 of 4) sorted by path

/linux-master/arch/arm/mach-s3c/
H A Dpm-common.c57 * s3c_pm_do_restore_core() - early restore register values from save list.
69 void s3c_pm_do_restore_core(const struct sleep_save *ptr, int count) function
H A Dpm-common.h38 extern void s3c_pm_do_restore_core(const struct sleep_save *ptr, int count);
H A Dpm-s3c64xx.c210 s3c_pm_do_restore_core(core_save, ARRAY_SIZE(core_save));
/linux-master/arch/arm/mach-s5pv210/
H A Dpm.c50 * s3c_pm_do_restore_core() - restore register values from the save list.
60 static void s3c_pm_do_restore_core(const struct sleep_save *ptr, int count) function
200 s3c_pm_do_restore_core(s5pv210_core_save, ARRAY_SIZE(s5pv210_core_save));

Completed in 334 milliseconds