Searched defs:sleep_save (Results 1 – 6 of 6) sorted by relevance
26 struct sleep_save { struct36 extern void s3c_pm_do_save(struct sleep_save *ptr, int count); argument
25 struct sleep_save { struct41 static void s3c_pm_do_save(struct sleep_save *ptr, int count) in s3c_pm_do_save() argument
64 static void pxa25x_cpu_pm_save(unsigned long *sleep_save) in pxa25x_cpu_pm_save()69 static void pxa25x_cpu_pm_restore(unsigned long *sleep_save) in pxa25x_cpu_pm_restore()
103 static void pxa27x_cpu_pm_save(unsigned long *sleep_save) in pxa27x_cpu_pm_save()111 static void pxa27x_cpu_pm_restore(unsigned long *sleep_save) in pxa27x_cpu_pm_restore()
22 static unsigned long *sleep_save; variable
59 unsigned long gpio, sleep_save[SLEEP_SAVE_COUNT]; in sa11x0_pm_enter() local