Linux Kernel
3.7.1
|
#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 |
DEFINE_PER_CPU | ( | struct cpuidle_device | , |
omap3_idle_dev | |||
) |
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.
struct cpuidle_driver omap3_idle_driver |
Definition at line 266 of file cpuidle34xx.c.