Linux Kernel
3.7.1
|
#include <clockdomain.h>
Data Fields | |
union { | |
const char * name | |
struct clockdomain * ptr | |
} | clkdm |
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.
union { ... } clkdm |
Definition at line 76 of file clockdomain.h.
struct clockdomain* ptr |
Definition at line 77 of file clockdomain.h.