Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Variables
clockdomain33xx.c File Reference
#include <linux/kernel.h>
#include "clockdomain.h"
#include "cm33xx.h"

Go to the source code of this file.

Variables

struct clkdm_ops am33xx_clkdm_operations
 

Variable Documentation

struct clkdm_ops am33xx_clkdm_operations
Initial value:
= {
.clkdm_sleep = am33xx_clkdm_sleep,
.clkdm_wakeup = am33xx_clkdm_wakeup,
.clkdm_allow_idle = am33xx_clkdm_allow_idle,
.clkdm_deny_idle = am33xx_clkdm_deny_idle,
.clkdm_clk_enable = am33xx_clkdm_clk_enable,
.clkdm_clk_disable = am33xx_clkdm_clk_disable,
}

Definition at line 67 of file clockdomain33xx.c.