Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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-s3c2416.c52 pm_cpu_sleep = s3c2416_cpu_suspend; in s3c2416_pm_add()
H A Dpm-s3c2412.c64 pm_cpu_sleep = s3c2412_cpu_suspend; in s3c2412_pm_add()
H A Dpm-s3c2410.c107 pm_cpu_sleep = s3c2410_cpu_suspend; in s3c2410_pm_add()
H A Dpm-s3c64xx.c385 pm_cpu_sleep = s3c64xx_cpu_suspend; in s3c64xx_pm_initcall()
/kernel/linux/linux-6.6/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()

Completed in 3 milliseconds