Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions | Variables
cpuidle34xx.c File Reference
#include <linux/sched.h>
#include <linux/cpuidle.h>
#include <linux/export.h>
#include <linux/cpu_pm.h>
#include <plat/prcm.h>
#include "powerdomain.h"
#include "clockdomain.h"
#include "pm.h"
#include "control.h"
#include "common.h"

Go to the source code of this file.

Data Structures

struct  omap3_idle_statedata
 

Functions

 DEFINE_PER_CPU (struct cpuidle_device, omap3_idle_dev)
 
int __init omap3_idle_init (void)
 

Variables

struct cpuidle_driver omap3_idle_driver
 

Function Documentation

DEFINE_PER_CPU ( struct cpuidle_device  ,
omap3_idle_dev   
)
int __init omap3_idle_init ( void  )

omap3_idle_init - Init routine for OMAP3 idle

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

Definition at line 337 of file cpuidle34xx.c.

Variable Documentation

struct cpuidle_driver omap3_idle_driver

Definition at line 266 of file cpuidle34xx.c.