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

#include <clockdomain.h>

Data Fields

const charclkdm_name
 
struct clockdomainclkdm
 
atomic_t wkdep_usecount
 
atomic_t sleepdep_usecount
 

Detailed Description

struct clkdm_dep - encode dependencies between clockdomains : clockdomain name : pointer to the struct clockdomain of : Number of wakeup dependencies causing this clkdm to wake : Number of sleep deps that could prevent clkdm from idle

Statically defined. is resolved from at runtime and should not be pre-initialized.

XXX Should also include hardware (fixed) dependencies.

Definition at line 93 of file clockdomain.h.

Field Documentation

Definition at line 95 of file clockdomain.h.

const char* clkdm_name

Definition at line 94 of file clockdomain.h.

atomic_t sleepdep_usecount

Definition at line 97 of file clockdomain.h.

atomic_t wkdep_usecount

Definition at line 96 of file clockdomain.h.


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