Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
cpuidle.c File Reference
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/cpu.h>
#include <linux/cpuidle.h>
#include <linux/hrtimer.h>
#include <asm/proc-fns.h>
#include <mach/iomap.h>

Go to the source code of this file.

Functions

 device_initcall (tegra_cpuidle_init)
 

Variables

struct cpuidle_driver tegra_idle_driver
 

Function Documentation

device_initcall ( tegra_cpuidle_init  )

Variable Documentation

struct cpuidle_driver tegra_idle_driver
Initial value:
= {
.name = "tegra_idle",
.owner = THIS_MODULE,
.state_count = 1,
.states = {
[0] = {
.enter = tegra_idle_enter_lp3,
.exit_latency = 10,
.target_residency = 10,
.power_usage = 600,
.name = "LP3",
.desc = "CPU flow-controlled",
},
},
}

Definition at line 37 of file cpuidle.c.