Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-s3c/
H A Dpm.c61 int (*pm_cpu_sleep)(unsigned long); variable
78 if (pm_cpu_prep == NULL || pm_cpu_sleep == NULL) { in s3c_pm_enter()
133 ret = cpu_suspend(0, pm_cpu_sleep); in s3c_pm_enter()
H A Dpm.h43 extern int (*pm_cpu_sleep)(unsigned long);
H A Dpm-s3c64xx.c313 pm_cpu_sleep = s3c64xx_cpu_suspend; in s3c64xx_pm_initcall()