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

Data Fields

struct spi_devicespi
 
struct ad5686_chip_infochip_info
 
struct regulatorreg
 
unsigned short vref_mv
 
unsigned pwr_down_mask
 
unsigned pwr_down_mode
 
union {
   u32   d32
 
   u8   d8 [4]
 
____cacheline_aligned [3]
 

Detailed Description

struct ad5446_state - driver instance specific data : spi_device : chip model specific constants, available modes etc : supply regulator : actual reference voltage used : power down mask : current power down mode : spi transfer buffers

Definition at line 68 of file ad5686.c.

Field Documentation

union { ... } ____cacheline_aligned[3]

Definition at line 70 of file ad5686.c.

u32 d32

Definition at line 81 of file ad5686.c.

u8 d8[4]

Definition at line 82 of file ad5686.c.

unsigned pwr_down_mask

Definition at line 73 of file ad5686.c.

unsigned pwr_down_mode

Definition at line 74 of file ad5686.c.

Definition at line 71 of file ad5686.c.

Definition at line 69 of file ad5686.c.

unsigned short vref_mv

Definition at line 72 of file ad5686.c.


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