Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
clkdm_autodep Struct Reference

#include <clockdomain.h>

Data Fields

union {
   const char *   name
 
   struct clockdomain *   ptr
 
clkdm
 

Detailed Description

struct clkdm_autodep - clkdm deps to add when entering/exiting hwsup mode : clockdomain to add wkdep+sleepdep on - set name member only

A clockdomain that should have wkdeps and sleepdeps added when a clockdomain should stay active in hwsup mode; and conversely, removed when the clockdomain should be allowed to go inactive in hwsup mode.

Autodeps are deprecated and should be removed after omap_hwmod-based fine-grained module idle control is added.

Definition at line 74 of file clockdomain.h.

Field Documentation

union { ... } clkdm
const char* name

Definition at line 76 of file clockdomain.h.

Definition at line 77 of file clockdomain.h.


The documentation for this struct was generated from the following file: