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

Data Fields

struct devicehwmon_dev
 
struct mutex update_lock
 
bool valid
 
unsigned long last_updated
 
u16 temp_input [2]
 
u16 temp_high [2]
 
u8 alarms
 

Detailed Description

Definition at line 89 of file max6642.c.

Field Documentation

u8 alarms

Definition at line 98 of file max6642.c.

struct device* hwmon_dev

Definition at line 90 of file max6642.c.

unsigned long last_updated

Definition at line 93 of file max6642.c.

u16 temp_high[2]

Definition at line 97 of file max6642.c.

u16 temp_input[2]

Definition at line 96 of file max6642.c.

struct mutex update_lock

Definition at line 91 of file max6642.c.

bool valid

Definition at line 92 of file max6642.c.


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