Linux Kernel
3.7.1
|
Data Fields | |
union { | |
unsigned long iobases [PORTS_PER_SUBDEV] | |
unsigned long iobase | |
}; | |
union { | |
struct { | |
struct { | |
int asic | |
int first_chan | |
int num_asic_chans | |
int asic_chan | |
int enabled_mask | |
int active | |
int stop_count | |
int continuous | |
spinlock_t spinlock | |
} intr | |
} dio | |
struct { | |
unsigned int shadow_samples [8] | |
} ao | |
}; | |
union { ... } |
union { ... } |
struct { ... } ao |
struct { ... } dio |
struct { ... } intr |
unsigned long iobases[PORTS_PER_SUBDEV] |