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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/plat-s3c24xx/
H A Dpm.h56 struct sleep_save { struct
64 extern void s3c2410_pm_do_save(struct sleep_save *ptr, int count);
65 extern void s3c2410_pm_do_restore(struct sleep_save *ptr, int count);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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]
59 unsigned long gpio, sleep_save[SLEEP_SAVE_SIZE]; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-pxa/
H A Dpm.c33 #define SAVE(x) sleep_save[SLEEP_SAVE_##x] = x
34 #define RESTORE(x) x = sleep_save[SLEEP_SAVE_##x]
37 GPSR##n = sleep_save[SLEEP_SAVE_GPLR##n]; \
38 GPCR##n = ~sleep_save[SLEEP_SAVE_GPLR##n]; \
78 unsigned long sleep_save[SLEEP_SAVE_SIZE]; local
132 checksum += sleep_save[i];
133 sleep_save[SLEEP_SAVE_CKSUM] = checksum;
143 checksum += sleep_save[i];
146 if (checksum != sleep_save[SLEEP_SAVE_CKSUM]) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/plat-s3c24xx/
H A Dpm.c59 static struct sleep_save core_save[] = {
86 static struct sleep_save gpio_save[] = {
130 static struct sleep_save uart_save[] = {
177 static struct sleep_save uart_save[] = {};
376 void s3c2410_pm_do_save(struct sleep_save *ptr, int count)
392 void s3c2410_pm_do_restore(struct sleep_save *ptr, int count)
410 static void s3c2410_pm_do_restore_core(struct sleep_save *ptr, int count)
H A Ds3c244x.c127 static struct sleep_save s3c244x_sleep[] = {
H A Dirq.c604 static struct sleep_save irq_save[] = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-s3c2412/
H A Dpm.c74 static struct sleep_save s3c2412_sleep[] = {

Completed in 124 milliseconds