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

Data Fields

struct devicehwmon_dev
 
struct mutex update_lock
 
char valid
 
unsigned long last_updated
 
int temp_input
 
int temp_crit
 
int temp_min
 
int temp_max
 
int temp_hyst
 
u8 alarms
 

Detailed Description

Definition at line 51 of file lm77.c.

Field Documentation

u8 alarms

Definition at line 61 of file lm77.c.

struct device* hwmon_dev

Definition at line 52 of file lm77.c.

unsigned long last_updated

Definition at line 55 of file lm77.c.

int temp_crit

Definition at line 57 of file lm77.c.

int temp_hyst

Definition at line 60 of file lm77.c.

int temp_input

Definition at line 56 of file lm77.c.

int temp_max

Definition at line 59 of file lm77.c.

int temp_min

Definition at line 58 of file lm77.c.

struct mutex update_lock

Definition at line 53 of file lm77.c.

char valid

Definition at line 54 of file lm77.c.


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