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

Data Fields

struct spi_devicespi
 
struct ad5360_chip_infochip_info
 
struct regulator_bulk_data vref_reg [3]
 
unsigned int ctrl
 
union {
   __be32   d32
 
   u8   d8 [4]
 
____cacheline_aligned [2]
 

Detailed Description

struct ad5360_state - driver instance specific data : spi_device : chip model specific constants, available modes etc : vref supply regulators : control register cache : spi transfer buffers

Definition at line 74 of file ad5360.c.

Field Documentation

union { ... } ____cacheline_aligned[2]

Definition at line 76 of file ad5360.c.

unsigned int ctrl

Definition at line 78 of file ad5360.c.

__be32 d32

Definition at line 85 of file ad5360.c.

u8 d8[4]

Definition at line 86 of file ad5360.c.

Definition at line 75 of file ad5360.c.

Definition at line 77 of file ad5360.c.


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