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

Data Fields

struct devicehwmon_dev
 
struct mutex update_lock
 
enum chips type
 
unsigned long last_updated
 
char has_temp3
 
char valid
 
s8 temp_input [3]
 
s8 temp_max [3]
 
s8 temp_min [3]
 
s8 temp_critical [3]
 
u8 analog_out
 
u8 alarms
 

Detailed Description

Definition at line 70 of file thmc50.c.

Field Documentation

u8 alarms

Definition at line 85 of file thmc50.c.

u8 analog_out

Definition at line 84 of file thmc50.c.

char has_temp3

Definition at line 76 of file thmc50.c.

struct device* hwmon_dev

Definition at line 71 of file thmc50.c.

unsigned long last_updated

Definition at line 75 of file thmc50.c.

s8 temp_critical[3]

Definition at line 83 of file thmc50.c.

s8 temp_input[3]

Definition at line 80 of file thmc50.c.

s8 temp_max[3]

Definition at line 81 of file thmc50.c.

s8 temp_min[3]

Definition at line 82 of file thmc50.c.

enum chips type

Definition at line 74 of file thmc50.c.

struct mutex update_lock

Definition at line 73 of file thmc50.c.

char valid

Definition at line 77 of file thmc50.c.


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