Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/plat-s3c24xx/
Dpm.c146 s3c_pm_do_save(misc_save, ARRAY_SIZE(misc_save)); in s3c_pm_save_core()
147 s3c_pm_do_save(core_save, ARRAY_SIZE(core_save)); in s3c_pm_save_core()
Dirq-pm.c78 s3c_pm_do_save(irq_save, ARRAY_SIZE(irq_save)); in s3c24xx_irq_suspend()
/linux-2.6.39/arch/arm/mach-s3c64xx/
Dpm.c114 s3c_pm_do_save(misc_save, ARRAY_SIZE(misc_save)); in s3c_pm_save_core()
115 s3c_pm_do_save(core_save, ARRAY_SIZE(core_save)); in s3c_pm_save_core()
Dirq-pm.c64 s3c_pm_do_save(irq_save, ARRAY_SIZE(irq_save)); in s3c64xx_irq_pm_suspend()
/linux-2.6.39/arch/arm/plat-s5p/
Dirq-pm.c82 s3c_pm_do_save(eint_save, ARRAY_SIZE(eint_save)); in s3c24xx_irq_suspend()
/linux-2.6.39/arch/arm/mach-s3c2412/
Dpm.c91 s3c_pm_do_save(s3c2412_sleep, ARRAY_SIZE(s3c2412_sleep)); in s3c2412_pm_suspend()
/linux-2.6.39/arch/arm/plat-samsung/include/plat/
Dpm.h100 extern void s3c_pm_do_save(struct sleep_save *ptr, int count);
/linux-2.6.39/arch/arm/mach-s5pv210/
Dpm.c132 s3c_pm_do_save(s5pv210_core_save, ARRAY_SIZE(s5pv210_core_save)); in s5pv210_pm_prepare()
/linux-2.6.39/arch/arm/mach-s3c2440/
Ds3c244x.c149 s3c_pm_do_save(s3c244x_sleep, ARRAY_SIZE(s3c244x_sleep)); in s3c244x_suspend()
/linux-2.6.39/arch/arm/mach-exynos4/
Dpm.c326 s3c_pm_do_save(exynos4_core_save, ARRAY_SIZE(exynos4_core_save)); in exynos4_pm_prepare()
327 s3c_pm_do_save(exynos4_l2cc_save, ARRAY_SIZE(exynos4_l2cc_save)); in exynos4_pm_prepare()
/linux-2.6.39/arch/arm/plat-samsung/
Dpm.c167 void s3c_pm_do_save(struct sleep_save *ptr, int count) in s3c_pm_do_save() function