Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
cpuidle.c File Reference
#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)
 

Function Documentation

int shmobile_cpuidle_init ( void  )

Definition at line 44 of file cpuidle.c.

void shmobile_cpuidle_set_driver ( struct cpuidle_driver drv)

Definition at line 39 of file cpuidle.c.

int shmobile_enter_wfi ( struct cpuidle_device dev,
struct cpuidle_driver drv,
int  index 
)

Definition at line 19 of file cpuidle.c.