Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm/mach-s3c/
Dpm.c60 void (*pm_cpu_prep)(void); variable
78 if (pm_cpu_prep == NULL || pm_cpu_sleep == NULL) { in s3c_pm_enter()
117 pm_cpu_prep(); in s3c_pm_enter()
Dpm.h42 extern void (*pm_cpu_prep)(void);
Dpm-s3c2416.c51 pm_cpu_prep = s3c2416_pm_prepare; in s3c2416_pm_add()
Dpm-s3c2412.c63 pm_cpu_prep = s3c2412_pm_prepare; in s3c2412_pm_add()
Dpm-s3c2410.c106 pm_cpu_prep = s3c2410_pm_prepare; in s3c2410_pm_add()
Dpm-s3c64xx.c384 pm_cpu_prep = s3c64xx_pm_prepare; in s3c64xx_pm_initcall()