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

Data Fields

enum chips type
 
int conversion_time
 
struct devicehwmon_dev
 
struct mutex update_lock
 
bool valid
 
unsigned long last_updated
 
u16 adc [SMM665_NUM_ADC]
 
u16 faults
 
int critical_min_limit [SMM665_NUM_ADC]
 
int alarm_min_limit [SMM665_NUM_ADC]
 
int critical_max_limit [SMM665_NUM_ADC]
 
int alarm_max_limit [SMM665_NUM_ADC]
 
struct i2c_clientcmdreg
 

Detailed Description

Definition at line 140 of file smm665.c.

Field Documentation

Definition at line 147 of file smm665.c.

int alarm_max_limit[SMM665_NUM_ADC]

Definition at line 153 of file smm665.c.

int alarm_min_limit[SMM665_NUM_ADC]

Definition at line 151 of file smm665.c.

struct i2c_client* cmdreg

Definition at line 154 of file smm665.c.

int conversion_time

Definition at line 142 of file smm665.c.

int critical_max_limit[SMM665_NUM_ADC]

Definition at line 152 of file smm665.c.

int critical_min_limit[SMM665_NUM_ADC]

Definition at line 150 of file smm665.c.

u16 faults

Definition at line 148 of file smm665.c.

struct device* hwmon_dev

Definition at line 143 of file smm665.c.

unsigned long last_updated

Definition at line 146 of file smm665.c.

enum chips type

Definition at line 141 of file smm665.c.

struct mutex update_lock

Definition at line 144 of file smm665.c.

bool valid

Definition at line 145 of file smm665.c.


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