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 <linux/io.h>
#include <mach/hardware.h>
#include <mach/pm.h>
#include "setup.h"
Go to the source code of this file.
Functions | |
int | puv3_pm_enter (suspend_state_t state) |
EXPORT_SYMBOL_GPL (puv3_pm_enter) | |
unsigned long | sleep_phys_sp (void *sp) |
device_initcall (puv3_pm_init) | |
Variables | |
struct puv3_cpu_pm_fns * | puv3_cpu_pm_fns |
device_initcall | ( | puv3_pm_init | ) |
EXPORT_SYMBOL_GPL | ( | puv3_pm_enter | ) |
int puv3_pm_enter | ( | suspend_state_t | state | ) |