Home
last modified time | relevance | path

Searched refs:s3c_pm_do_restore (Results 1 – 11 of 11) sorted by relevance

/linux-3.4.99/arch/arm/plat-s5p/
Dirq-pm.c101 s3c_pm_do_restore(eint_save, ARRAY_SIZE(eint_save)); in s3c24xx_irq_resume()
/linux-3.4.99/arch/arm/mach-s3c24xx/
Dpm-s3c2412.c118 s3c_pm_do_restore(s3c2412_sleep, ARRAY_SIZE(s3c2412_sleep)); in s3c2412_pm_resume()
Ds3c244x.c190 s3c_pm_do_restore(s3c244x_sleep, ARRAY_SIZE(s3c244x_sleep)); in s3c244x_resume()
/linux-3.4.99/arch/arm/plat-s3c24xx/
Dirq-pm.c93 s3c_pm_do_restore(irq_save, ARRAY_SIZE(irq_save)); in s3c24xx_irq_resume()
Dpm.c141 s3c_pm_do_restore(misc_save, ARRAY_SIZE(misc_save)); in s3c_pm_restore_core()
/linux-3.4.99/arch/arm/plat-samsung/include/plat/
Dpm.h106 extern void s3c_pm_do_restore(struct sleep_save *ptr, int count);
/linux-3.4.99/arch/arm/mach-s5p64x0/
Dirq-pm.c67 s3c_pm_do_restore(irq_save, ARRAY_SIZE(irq_save)); in s5p64x0_irq_pm_resume()
Dpm.c77 s3c_pm_do_restore(s5p64x0_misc_save, ARRAY_SIZE(s5p64x0_misc_save)); in s3c_pm_restore_core()
/linux-3.4.99/arch/arm/mach-s3c64xx/
Dirq-pm.c85 s3c_pm_do_restore(irq_save, ARRAY_SIZE(irq_save)); in s3c64xx_irq_pm_resume()
Dpm.c252 s3c_pm_do_restore(misc_save, ARRAY_SIZE(misc_save)); in s3c_pm_restore_core()
/linux-3.4.99/arch/arm/plat-samsung/
Dpm.c187 void s3c_pm_do_restore(struct sleep_save *ptr, int count) in s3c_pm_do_restore() function