Linux Kernel
3.7.1
|
#include <linux/init.h>
#include <linux/module.h>
#include <linux/suspend.h>
#include <linux/errno.h>
#include <linux/slab.h>
#include <mach/pm.h>
Go to the source code of this file.
Functions | |
int | pxa_pm_enter (suspend_state_t state) |
EXPORT_SYMBOL_GPL (pxa_pm_enter) | |
int | pxa_pm_prepare (void) |
void | pxa_pm_finish (void) |
device_initcall (pxa_pm_init) | |
Variables | |
struct pxa_cpu_pm_fns * | pxa_cpu_pm_fns |
device_initcall | ( | pxa_pm_init | ) |
EXPORT_SYMBOL_GPL | ( | pxa_pm_enter | ) |
int pxa_pm_enter | ( | suspend_state_t | state | ) |