Linux Kernel
3.7.1
|
Data Fields | |
unsigned short | addr |
const char * | name |
struct device * | hwmon_dev |
struct mutex | lock |
enum chips | type |
struct mutex | update_lock |
char | valid |
unsigned long | last_updated |
u8 | in [9] |
u8 | in_max [9] |
u8 | in_min [9] |
u8 | fan [3] |
u8 | fan_min [3] |
u16 | temp [3] |
u16 | temp_max [3] |
u16 | temp_max_hyst [3] |
u8 | fan_div [3] |
u8 | vid |
u32 | alarms |
u32 | beep_mask |
u8 | pwm [3] |
u8 | pwm_enable [3] |
u8 | pwm_freq [3] |
u16 | sens [3] |
u8 | vrm |
u8 | vrm_ovt |
Definition at line 358 of file w83627hf.c.
unsigned short addr |
Definition at line 359 of file w83627hf.c.
u32 alarms |
Definition at line 379 of file w83627hf.c.
u32 beep_mask |
Definition at line 380 of file w83627hf.c.
u8 fan[3] |
Definition at line 372 of file w83627hf.c.
u8 fan_div[3] |
Definition at line 377 of file w83627hf.c.
u8 fan_min[3] |
Definition at line 373 of file w83627hf.c.
Definition at line 361 of file w83627hf.c.
u8 in[9] |
Definition at line 369 of file w83627hf.c.
u8 in_max[9] |
Definition at line 370 of file w83627hf.c.
u8 in_min[9] |
Definition at line 371 of file w83627hf.c.
unsigned long last_updated |
Definition at line 367 of file w83627hf.c.
Definition at line 362 of file w83627hf.c.
Definition at line 360 of file w83627hf.c.
Definition at line 381 of file w83627hf.c.
u8 pwm_enable[3] |
Definition at line 382 of file w83627hf.c.
Definition at line 386 of file w83627hf.c.
u16 sens[3] |
Definition at line 387 of file w83627hf.c.
u16 temp[3] |
Definition at line 374 of file w83627hf.c.
u16 temp_max[3] |
Definition at line 375 of file w83627hf.c.
u16 temp_max_hyst[3] |
Definition at line 376 of file w83627hf.c.
Definition at line 363 of file w83627hf.c.
Definition at line 365 of file w83627hf.c.
char valid |
Definition at line 366 of file w83627hf.c.
u8 vid |
Definition at line 378 of file w83627hf.c.
u8 vrm |
Definition at line 390 of file w83627hf.c.
u8 vrm_ovt |
Definition at line 391 of file w83627hf.c.