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

Data Fields

enum chips type
 
struct devicehwmon_dev
 
struct mutex update_lock
 
bool valid
 
unsigned long last_updated
 
int num_adc
 
bool have_current
 
int curr_gain
 
int limit [MAX16065_NUM_LIMIT][MAX16065_NUM_ADC]
 
int range [MAX16065_NUM_ADC+1]
 
int adc [MAX16065_NUM_ADC+1]
 
int curr_sense
 
int fault [2]
 

Detailed Description

Definition at line 77 of file max16065.c.

Field Documentation

Definition at line 89 of file max16065.c.

int curr_gain

Definition at line 85 of file max16065.c.

int curr_sense

Definition at line 90 of file max16065.c.

int fault[2]

Definition at line 91 of file max16065.c.

bool have_current

Definition at line 84 of file max16065.c.

struct device* hwmon_dev

Definition at line 79 of file max16065.c.

unsigned long last_updated

Definition at line 82 of file max16065.c.

Definition at line 87 of file max16065.c.

int num_adc

Definition at line 83 of file max16065.c.

Definition at line 88 of file max16065.c.

enum chips type

Definition at line 78 of file max16065.c.

struct mutex update_lock

Definition at line 80 of file max16065.c.

bool valid

Definition at line 81 of file max16065.c.


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