Home
last modified time | relevance | path

Searched refs:pm_cpu_sleep (Results 1 – 9 of 9) sorted by relevance

/arch/arm/plat-samsung/
Dpm.c237 int (*pm_cpu_sleep)(unsigned long); variable
255 if (pm_cpu_prep == NULL || pm_cpu_sleep == NULL) { in s3c_pm_enter()
310 ret = cpu_suspend(0, pm_cpu_sleep); in s3c_pm_enter()
/arch/arm/mach-s3c24xx/
Dpm-s3c2416.c56 pm_cpu_sleep = s3c2416_cpu_suspend; in s3c2416_pm_add()
Dpm-s3c2412.c69 pm_cpu_sleep = s3c2412_cpu_suspend; in s3c2412_pm_add()
Dpm-s3c2410.c121 pm_cpu_sleep = s3c2410_cpu_suspend; in s3c2410_pm_add()
/arch/arm/plat-samsung/include/plat/
Dpm.h51 extern int (*pm_cpu_sleep)(unsigned long);
/arch/arm/mach-s5pv210/
Dpm.c139 pm_cpu_sleep = s5pv210_cpu_suspend; in s5pv210_pm_add()
/arch/arm/mach-s5p64x0/
Dpm.c166 pm_cpu_sleep = s5p64x0_cpu_suspend; in s5p64x0_pm_add()
/arch/arm/mach-exynos/
Dpm.c138 pm_cpu_sleep = exynos_cpu_suspend; in exynos_pm_add()
/arch/arm/mach-s3c64xx/
Dpm.c354 pm_cpu_sleep = s3c64xx_cpu_suspend; in s3c64xx_pm_initcall()