Linux Kernel
3.7.1
|
Data Fields | |
struct spi_device * | spi |
struct ad5755_chip_info * | chip_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] |
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
union { ... } ____cacheline_aligned[2] |
struct iio_chan_spec channels[AD5755_NUM_CHANNELS] |
struct ad5755_chip_info* chip_info |
unsigned int ctrl[AD5755_NUM_CHANNELS] |
struct spi_device* spi |