Linux Kernel
3.7.1
|
#include <linux/pm.h>
#include <linux/cpuidle.h>
#include <linux/suspend.h>
#include <linux/module.h>
#include <linux/err.h>
#include <asm/cpuidle.h>
#include <asm/io.h>
Go to the source code of this file.
Functions | |
int | shmobile_enter_wfi (struct cpuidle_device *dev, struct cpuidle_driver *drv, int index) |
void | shmobile_cpuidle_set_driver (struct cpuidle_driver *drv) |
int | shmobile_cpuidle_init (void) |
void shmobile_cpuidle_set_driver | ( | struct cpuidle_driver * | drv | ) |
int shmobile_enter_wfi | ( | struct cpuidle_device * | dev, |
struct cpuidle_driver * | drv, | ||
int | index | ||
) |