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

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
 
}; 
 

Detailed Description

Definition at line 183 of file pcmmio.c.

Field Documentation

union { ... }
union { ... }
int active

Definition at line 223 of file pcmmio.c.

struct { ... } ao
int asic

Definition at line 202 of file pcmmio.c.

int asic_chan

Definition at line 217 of file pcmmio.c.

Definition at line 225 of file pcmmio.c.

struct { ... } dio
int enabled_mask

Definition at line 222 of file pcmmio.c.

int first_chan

Definition at line 207 of file pcmmio.c.

struct { ... } intr
unsigned long iobase

Definition at line 191 of file pcmmio.c.

unsigned long iobases[PORTS_PER_SUBDEV]

Definition at line 188 of file pcmmio.c.

int num_asic_chans

Definition at line 212 of file pcmmio.c.

unsigned int shadow_samples[8]

Definition at line 231 of file pcmmio.c.

Definition at line 226 of file pcmmio.c.

int stop_count

Definition at line 224 of file pcmmio.c.


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