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

Data Fields

unsigned short addr
 
const charname
 
struct devicehwmon_dev
 
struct mutex update_lock
 
char valid
 
unsigned long last_updated
 
unsigned long last_limits
 
u8 in [11]
 
u8 in_high [11]
 
u8 in_low [11]
 
u16 has_in
 
u16 fan [3]
 
u16 fan_low [3]
 
u16 fan_target [3]
 
u8 fan_ctrl [3]
 
u8 pwm [3]
 
u8 pwm_freq [3]
 
u8 temp [3]
 
u8 temp_high [3]
 
u8 temp_hyst [3]
 
u8 temp_mode
 
unsigned long alarms
 
struct f71805f_auto_point auto_points [3]
 

Detailed Description

Definition at line 169 of file f71805f.c.

Field Documentation

unsigned short addr

Definition at line 170 of file f71805f.c.

unsigned long alarms

Definition at line 194 of file f71805f.c.

struct f71805f_auto_point auto_points[3]

Definition at line 195 of file f71805f.c.

u16 fan[3]

Definition at line 184 of file f71805f.c.

u8 fan_ctrl[3]

Definition at line 187 of file f71805f.c.

u16 fan_low[3]

Definition at line 185 of file f71805f.c.

u16 fan_target[3]

Definition at line 186 of file f71805f.c.

u16 has_in

Definition at line 183 of file f71805f.c.

struct device* hwmon_dev

Definition at line 172 of file f71805f.c.

u8 in[11]

Definition at line 180 of file f71805f.c.

u8 in_high[11]

Definition at line 181 of file f71805f.c.

u8 in_low[11]

Definition at line 182 of file f71805f.c.

unsigned long last_limits

Definition at line 177 of file f71805f.c.

unsigned long last_updated

Definition at line 176 of file f71805f.c.

const char* name

Definition at line 171 of file f71805f.c.

u8 pwm[3]

Definition at line 188 of file f71805f.c.

Definition at line 189 of file f71805f.c.

u8 temp[3]

Definition at line 190 of file f71805f.c.

u8 temp_high[3]

Definition at line 191 of file f71805f.c.

u8 temp_hyst[3]

Definition at line 192 of file f71805f.c.

u8 temp_mode

Definition at line 193 of file f71805f.c.

struct mutex update_lock

Definition at line 174 of file f71805f.c.

char valid

Definition at line 175 of file f71805f.c.


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