Home
last modified time | relevance | path

Searched defs:sleep_save (Results 1 – 7 of 7) sorted by relevance

/arch/arm/plat-samsung/include/plat/
Dpm-common.h28 struct sleep_save { struct
38 extern void s3c_pm_do_save(struct sleep_save *ptr, int count); argument
/arch/unicore32/kernel/
Dpuv3-core.c184 static void puv3_cpu_pm_save(unsigned long *sleep_save) in puv3_cpu_pm_save()
189 static void puv3_cpu_pm_restore(unsigned long *sleep_save) in puv3_cpu_pm_restore()
Dpm.c26 static unsigned long *sleep_save; variable
/arch/arm/mach-pxa/
Dpm.c22 static unsigned long *sleep_save; variable
Dpxa25x.c238 static void pxa25x_cpu_pm_save(unsigned long *sleep_save) in pxa25x_cpu_pm_save()
243 static void pxa25x_cpu_pm_restore(unsigned long *sleep_save) in pxa25x_cpu_pm_restore()
Dpxa27x.c278 void pxa27x_cpu_pm_save(unsigned long *sleep_save) in pxa27x_cpu_pm_save()
286 void pxa27x_cpu_pm_restore(unsigned long *sleep_save) in pxa27x_cpu_pm_restore()
/arch/arm/mach-sa1100/
Dpm.c57 unsigned long gpio, sleep_save[SLEEP_SAVE_COUNT]; in sa11x0_pm_enter() local