Searched refs:s3c_pm_do_restore (Results 1 – 11 of 11) sorted by relevance
/arch/arm/plat-s5p/ |
D | irq-pm.c | 101 s3c_pm_do_restore(eint_save, ARRAY_SIZE(eint_save)); in s3c24xx_irq_resume()
|
/arch/arm/plat-s3c24xx/ |
D | irq-pm.c | 93 s3c_pm_do_restore(irq_save, ARRAY_SIZE(irq_save)); in s3c24xx_irq_resume()
|
D | pm.c | 141 s3c_pm_do_restore(misc_save, ARRAY_SIZE(misc_save)); in s3c_pm_restore_core()
|
/arch/arm/mach-s3c24xx/ |
D | pm-s3c2412.c | 118 s3c_pm_do_restore(s3c2412_sleep, ARRAY_SIZE(s3c2412_sleep)); in s3c2412_pm_resume()
|
D | s3c244x.c | 190 s3c_pm_do_restore(s3c244x_sleep, ARRAY_SIZE(s3c244x_sleep)); in s3c244x_resume()
|
/arch/arm/plat-samsung/include/plat/ |
D | pm.h | 106 extern void s3c_pm_do_restore(struct sleep_save *ptr, int count);
|
/arch/arm/mach-s5p64x0/ |
D | irq-pm.c | 67 s3c_pm_do_restore(irq_save, ARRAY_SIZE(irq_save)); in s5p64x0_irq_pm_resume()
|
D | pm.c | 77 s3c_pm_do_restore(s5p64x0_misc_save, ARRAY_SIZE(s5p64x0_misc_save)); in s3c_pm_restore_core()
|
/arch/arm/mach-s3c64xx/ |
D | irq-pm.c | 85 s3c_pm_do_restore(irq_save, ARRAY_SIZE(irq_save)); in s3c64xx_irq_pm_resume()
|
D | pm.c | 252 s3c_pm_do_restore(misc_save, ARRAY_SIZE(misc_save)); in s3c_pm_restore_core()
|
/arch/arm/plat-samsung/ |
D | pm.c | 187 void s3c_pm_do_restore(struct sleep_save *ptr, int count) in s3c_pm_do_restore() function
|