Home
last modified time | relevance | path

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

/arch/arm/plat-samsung/
Dpm.c236 void (*pm_cpu_prep)(void); variable
255 if (pm_cpu_prep == NULL || pm_cpu_sleep == NULL) { in s3c_pm_enter()
294 pm_cpu_prep(); in s3c_pm_enter()
/arch/arm/mach-s3c24xx/
Dpm-s3c2416.c55 pm_cpu_prep = s3c2416_pm_prepare; in s3c2416_pm_add()
Dpm-s3c2412.c68 pm_cpu_prep = s3c2412_pm_prepare; in s3c2412_pm_add()
Dpm-s3c2410.c120 pm_cpu_prep = s3c2410_pm_prepare; in s3c2410_pm_add()
/arch/arm/plat-samsung/include/plat/
Dpm.h50 extern void (*pm_cpu_prep)(void);
/arch/arm/mach-s5pv210/
Dpm.c138 pm_cpu_prep = s5pv210_pm_prepare; in s5pv210_pm_add()
/arch/arm/mach-s5p64x0/
Dpm.c165 pm_cpu_prep = s5p64x0_pm_prepare; in s5p64x0_pm_add()
/arch/arm/mach-exynos/
Dpm.c137 pm_cpu_prep = exynos_pm_prepare; in exynos_pm_add()
/arch/arm/mach-s3c64xx/
Dpm.c353 pm_cpu_prep = s3c64xx_pm_prepare; in s3c64xx_pm_initcall()