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

Data Fields

struct spi_devicespi
 
struct regulatorreg_vdd
 
struct regulatorreg_vss
 
struct ad5791_chip_infochip_info
 
unsigned short vref_mv
 
unsigned int vref_neg_mv
 
unsigned ctrl
 
unsigned pwr_down_mode
 
bool pwr_down
 

Detailed Description

struct ad5791_state - driver instance specific data : spi_device : positive supply regulator : negative supply regulator : chip model specific constants : actual reference voltage used : voltage of the negative supply current power down mode

Definition at line 84 of file ad5791.c.

Field Documentation

Definition at line 88 of file ad5791.c.

unsigned ctrl

Definition at line 91 of file ad5791.c.

bool pwr_down

Definition at line 93 of file ad5791.c.

unsigned pwr_down_mode

Definition at line 92 of file ad5791.c.

struct regulator* reg_vdd

Definition at line 86 of file ad5791.c.

struct regulator* reg_vss

Definition at line 87 of file ad5791.c.

Definition at line 85 of file ad5791.c.

unsigned short vref_mv

Definition at line 89 of file ad5791.c.

unsigned int vref_neg_mv

Definition at line 90 of file ad5791.c.


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