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

Data Fields

struct spi_devicespi
 
struct ad5755_chip_infochip_info
 
unsigned int pwr_down
 
unsigned int ctrl [AD5755_NUM_CHANNELS]
 
struct iio_chan_spec channels [AD5755_NUM_CHANNELS]
 
union {
   u32   d32
 
   u8   d8 [4]
 
____cacheline_aligned [2]
 

Detailed Description

struct ad5755_state - driver instance specific data : spi device the driver is attached to : chip model specific constants, available modes etc : bitmask which contains hether a channel is powered down or not : software shadow of the channel ctrl registers : iio channel spec for the device : spi transfer buffers

Definition at line 87 of file ad5755.c.

Field Documentation

union { ... } ____cacheline_aligned[2]

Definition at line 92 of file ad5755.c.

Definition at line 89 of file ad5755.c.

Definition at line 91 of file ad5755.c.

u32 d32

Definition at line 100 of file ad5755.c.

u8 d8[4]

Definition at line 101 of file ad5755.c.

unsigned int pwr_down

Definition at line 90 of file ad5755.c.

Definition at line 88 of file ad5755.c.


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