Home
last modified time | relevance | path

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

/linux-3.3/arch/arm/plat-samsung/include/plat/
Dpm.h75 struct sleep_save { struct
76 void __iomem *reg;
77 unsigned long val;
/linux-3.3/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
/linux-3.3/arch/arm/mach-pxa/
Dpm.c22 static unsigned long *sleep_save; variable
Dpxa25x.c233 static void pxa25x_cpu_pm_save(unsigned long *sleep_save) in pxa25x_cpu_pm_save()
238 static void pxa25x_cpu_pm_restore(unsigned long *sleep_save) in pxa25x_cpu_pm_restore()
Dpxa27x.c269 void pxa27x_cpu_pm_save(unsigned long *sleep_save) in pxa27x_cpu_pm_save()
277 void pxa27x_cpu_pm_restore(unsigned long *sleep_save) in pxa27x_cpu_pm_restore()
/linux-3.3/arch/arm/mach-sa1100/
Dpm.c57 unsigned long gpio, sleep_save[SLEEP_SAVE_COUNT]; in sa11x0_pm_enter() local