Home
last modified time | relevance | path

Searched refs:s3c_pm_do_restore_core (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/arch/arm/mach-s5pv210/
Dpm.c60 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()
/linux-6.1.9/arch/arm/mach-s3c/
Dpm-common.h38 extern void s3c_pm_do_restore_core(const struct sleep_save *ptr, int count);
Dpm-common.c69 void s3c_pm_do_restore_core(const struct sleep_save *ptr, int count) in s3c_pm_do_restore_core() function
Dpm-s3c24xx.c114 s3c_pm_do_restore_core(core_save, ARRAY_SIZE(core_save)); in s3c_pm_restore_core()
Dpm-s3c64xx.c229 s3c_pm_do_restore_core(core_save, ARRAY_SIZE(core_save)); in s3c_pm_restore_core()