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

Data Fields

struct devicehwmon_dev
 
struct mutex update_lock
 
char valid
 
unsigned long last_updated
 
u16 temp [2]
 
bool temp_fault [2]
 
u8 fan [2]
 
u8 status
 
u8 pwm [2]
 
u8 temp_therm [2]
 
u8 temp_alert [2]
 
u8 temp_ot [2]
 
u8 ppr
 
u8 rpm_range
 

Detailed Description

Definition at line 82 of file max6639.c.

Field Documentation

u8 fan[2]

Definition at line 91 of file max6639.c.

struct device* hwmon_dev

Definition at line 83 of file max6639.c.

unsigned long last_updated

Definition at line 86 of file max6639.c.

u8 ppr

Definition at line 101 of file max6639.c.

u8 pwm[2]

Definition at line 95 of file max6639.c.

u8 rpm_range

Definition at line 102 of file max6639.c.

Definition at line 92 of file max6639.c.

u16 temp[2]

Definition at line 89 of file max6639.c.

u8 temp_alert[2]

Definition at line 97 of file max6639.c.

bool temp_fault[2]

Definition at line 90 of file max6639.c.

u8 temp_ot[2]

Definition at line 98 of file max6639.c.

u8 temp_therm[2]

Definition at line 96 of file max6639.c.

struct mutex update_lock

Definition at line 84 of file max6639.c.

char valid

Definition at line 85 of file max6639.c.


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