Searched refs:s3c_pm_do_restore_core (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-s5pv210/ |
H A D | pm.c | 60 static void s3c_pm_do_restore_core(const struct sleep_save *ptr, int count) in s3c_pm_do_restore_core() function 200 s3c_pm_do_restore_core(s5pv210_core_save, ARRAY_SIZE(s5pv210_core_save)); in s5pv210_pm_resume()
|
/kernel/linux/linux-6.6/arch/arm/mach-s5pv210/ |
H A D | pm.c | 60 static void s3c_pm_do_restore_core(const struct sleep_save *ptr, int count) in s3c_pm_do_restore_core() function 200 s3c_pm_do_restore_core(s5pv210_core_save, ARRAY_SIZE(s5pv210_core_save)); in s5pv210_pm_resume()
|
/kernel/linux/linux-5.10/arch/arm/mach-s3c/ |
H A D | pm-common.h | 38 extern void s3c_pm_do_restore_core(const struct sleep_save *ptr, int count);
|
H A D | pm-common.c | 57 * 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) in s3c_pm_do_restore_core() function
|
H A D | pm-s3c24xx.c | 114 s3c_pm_do_restore_core(core_save, ARRAY_SIZE(core_save)); in s3c_pm_restore_core()
|
H A D | pm-s3c64xx.c | 229 s3c_pm_do_restore_core(core_save, ARRAY_SIZE(core_save)); in s3c_pm_restore_core()
|
/kernel/linux/linux-6.6/arch/arm/mach-s3c/ |
H A D | pm-common.h | 38 extern void s3c_pm_do_restore_core(const struct sleep_save *ptr, int count);
|
H A D | pm-common.c | 57 * 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) in s3c_pm_do_restore_core() function
|
H A D | pm-s3c64xx.c | 210 s3c_pm_do_restore_core(core_save, ARRAY_SIZE(core_save)); in s3c_pm_restore_core()
|
Completed in 4 milliseconds