#include <linux/notifier.h>
#include <asm/ptrace.h>
Go to the source code of this file.
#define SH_MOBILE_POST |
( |
|
x | ) |
(-(x)) |
#define SH_MOBILE_PRE |
( |
|
x | ) |
(x) |
#define SH_MOBILE_SLEEP_BOARD 0 |
#define SH_MOBILE_SLEEP_CPU 1 |
#define SUSP_SH_MMU (1 << 5) /* Save/restore MMU and cache */ |
#define SUSP_SH_REGS (1 << 6) /* Save/restore registers */ |
#define SUSP_SH_SF (1 << 4) /* Enable self-refresh */ |
#define SUSP_SH_SLEEP (1 << 0) /* Regular sleep mode */ |
#define SUSP_SH_STANDBY (1 << 1) /* SH-Mobile Software standby mode */ |
void sh_mobile_call_standby |
( |
unsigned long |
mode | ) |
|
Definition at line 49 of file pm.c.
void sh_mobile_register_self_refresh |
( |
unsigned long |
flags, |
|
|
void * |
pre_start, |
|
|
void * |
pre_end, |
|
|
void * |
post_start, |
|
|
void * |
post_end |
|
) |
| |
Definition at line 80 of file pm.c.
unsigned long sh_mobile_sleep_supported |
Definition at line 78 of file pm.c.