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

Data Fields

struct devicehwmon_dev
 
enum chips type
 
struct mutex update_lock
 
char valid
 
unsigned long last_updated
 
s8 temp_max [5]
 
s8 temp_min [5]
 
s8 temp [5]
 
u16 alarms
 

Detailed Description

Definition at line 68 of file max1668.c.

Field Documentation

u16 alarms

Definition at line 80 of file max1668.c.

struct device* hwmon_dev

Definition at line 69 of file max1668.c.

unsigned long last_updated

Definition at line 74 of file max1668.c.

s8 temp[5]

Definition at line 79 of file max1668.c.

s8 temp_max[5]

Definition at line 77 of file max1668.c.

s8 temp_min[5]

Definition at line 78 of file max1668.c.

enum chips type

Definition at line 70 of file max1668.c.

struct mutex update_lock

Definition at line 72 of file max1668.c.

char valid

Definition at line 73 of file max1668.c.


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