Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions | Variables
cpuidle44xx.c File Reference
#include <linux/sched.h>
#include <linux/cpuidle.h>
#include <linux/cpu_pm.h>
#include <linux/export.h>
#include <linux/clockchips.h>
#include <asm/proc-fns.h>
#include "common.h"
#include "pm.h"
#include "prm.h"
#include "clockdomain.h"

Go to the source code of this file.

Data Structures

struct  omap4_idle_statedata
 

Functions

 DEFINE_PER_CPU (struct cpuidle_device, omap4_idle_dev)
 
int __init omap4_idle_init (void)
 

Variables

struct cpuidle_driver omap4_idle_driver
 

Function Documentation

DEFINE_PER_CPU ( struct cpuidle_device  ,
omap4_idle_dev   
)
int __init omap4_idle_init ( void  )

omap4_idle_init - Init routine for OMAP4 idle

Registers the OMAP4 specific cpuidle driver to the cpuidle framework with the valid set of states.

Definition at line 219 of file cpuidle44xx.c.

Variable Documentation

struct cpuidle_driver omap4_idle_driver

Definition at line 166 of file cpuidle44xx.c.