Searched refs:pm_cpu_sleep (Results 1 – 6 of 6) sorted by relevance
61 int (*pm_cpu_sleep)(unsigned long); variable78 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()
52 pm_cpu_sleep = s3c2416_cpu_suspend; in s3c2416_pm_add()
43 extern int (*pm_cpu_sleep)(unsigned long);
64 pm_cpu_sleep = s3c2412_cpu_suspend; in s3c2412_pm_add()
107 pm_cpu_sleep = s3c2410_cpu_suspend; in s3c2410_pm_add()
385 pm_cpu_sleep = s3c64xx_cpu_suspend; in s3c64xx_pm_initcall()
Completed in 7 milliseconds