Searched refs:sleep_save (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/
H A Dpm.c22 static unsigned long *sleep_save; variable
37 pxa_cpu_pm_fns->save(sleep_save);
40 sleep_save_checksum += sleep_save[i];
50 checksum += sleep_save[i];
60 pxa_cpu_pm_fns->restore(sleep_save);
113 sleep_save = kmalloc(pxa_cpu_pm_fns->save_count * sizeof(unsigned long),
115 if (!sleep_save) {
H A Dpxa25x.c212 #define SAVE(x) sleep_save[SLEEP_SAVE_##x] = x
213 #define RESTORE(x) x = sleep_save[SLEEP_SAVE_##x]
227 static void pxa25x_cpu_pm_save(unsigned long *sleep_save) argument
233 static void pxa25x_cpu_pm_restore(unsigned long *sleep_save) argument
H A Dpxa27x.c222 #define SAVE(x) sleep_save[SLEEP_SAVE_##x] = x
223 #define RESTORE(x) x = sleep_save[SLEEP_SAVE_##x]
255 void pxa27x_cpu_pm_save(unsigned long *sleep_save) argument
264 void pxa27x_cpu_pm_restore(unsigned long *sleep_save) argument
H A Dpxa3xx.c288 #define SAVE(x) sleep_save[SLEEP_SAVE_##x] = x
289 #define RESTORE(x) x = sleep_save[SLEEP_SAVE_##x]
298 static void pxa3xx_cpu_pm_save(unsigned long *sleep_save) argument
305 static void pxa3xx_cpu_pm_restore(unsigned long *sleep_save) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-samsung/include/plat/
H A Dpm.h61 * struct sleep_save - save information for shared peripherals.
68 struct sleep_save { struct
98 extern void s3c_pm_do_save(struct sleep_save *ptr, int count);
99 extern void s3c_pm_do_restore(struct sleep_save *ptr, int count);
100 extern void s3c_pm_do_restore_core(struct sleep_save *ptr, int count);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-sa1100/
H A Dpm.c38 #define SAVE(x) sleep_save[SLEEP_SAVE_##x] = x
39 #define RESTORE(x) x = sleep_save[SLEEP_SAVE_##x]
57 unsigned long gpio, sleep_save[SLEEP_SAVE_COUNT]; local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-s3c24xx/
H A Dpm.c51 static struct sleep_save core_save[] = {
80 static struct sleep_save misc_save[] = {
H A Dirq-pm.c51 static struct sleep_save irq_save[] = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s3c64xx/
H A Dpm.c57 static struct sleep_save core_save[] = {
83 static struct sleep_save misc_save[] = {
H A Dirq-pm.c37 static struct sleep_save irq_save[] = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s3c2412/
H A Dpm.c66 static struct sleep_save s3c2412_sleep[] = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-samsung/
H A Dpm.c167 void s3c_pm_do_save(struct sleep_save *ptr, int count)
186 void s3c_pm_do_restore(struct sleep_save *ptr, int count)
207 void s3c_pm_do_restore_core(struct sleep_save *ptr, int count)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s3c2440/
H A Ds3c244x.c138 static struct sleep_save s3c244x_sleep[] = {

Completed in 140 milliseconds