Searched defs:sleep_save (Results 1 – 7 of 7) sorted by relevance
28 struct sleep_save { struct38 extern void s3c_pm_do_save(struct sleep_save *ptr, int count); argument
184 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()
26 static unsigned long *sleep_save; variable
22 static unsigned long *sleep_save; variable
238 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()
278 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()
57 unsigned long gpio, sleep_save[SLEEP_SAVE_COUNT]; in sa11x0_pm_enter() local