Linux Kernel
3.7.1
|
#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 |
DEFINE_PER_CPU | ( | struct cpuidle_device | , |
omap4_idle_dev | |||
) |
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.
struct cpuidle_driver omap4_idle_driver |
Definition at line 166 of file cpuidle44xx.c.