|
Linux Kernel
3.7.1
|
#include <clockdomain.h>
Data Fields | |
| const char * | clkdm_name |
| struct clockdomain * | clkdm |
| atomic_t | wkdep_usecount |
| atomic_t | sleepdep_usecount |
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.
| struct clockdomain* clkdm |
Definition at line 95 of file clockdomain.h.
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.
1.8.2