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

Data Fields

struct devicehwmon_dev
 
struct mutex update_lock
 
char valid
 
unsigned long last_updated
 
enum chips kind
 
u8 status
 
u8 config
 
u16 temp [2]
 
u16 temp_low [2]
 
u16 temp_high [2]
 
u8 temp_crit [2]
 
u8 temp_crit_hyst
 
u16 temp_lowest [2]
 
u16 temp_highest [2]
 

Detailed Description

Definition at line 109 of file tmp401.c.

Field Documentation

Definition at line 118 of file tmp401.c.

struct device* hwmon_dev

Definition at line 110 of file tmp401.c.

enum chips kind

Definition at line 114 of file tmp401.c.

unsigned long last_updated

Definition at line 113 of file tmp401.c.

Definition at line 117 of file tmp401.c.

u16 temp[2]

Definition at line 119 of file tmp401.c.

u8 temp_crit[2]

Definition at line 122 of file tmp401.c.

u8 temp_crit_hyst

Definition at line 123 of file tmp401.c.

u16 temp_high[2]

Definition at line 121 of file tmp401.c.

u16 temp_highest[2]

Definition at line 125 of file tmp401.c.

u16 temp_low[2]

Definition at line 120 of file tmp401.c.

u16 temp_lowest[2]

Definition at line 124 of file tmp401.c.

struct mutex update_lock

Definition at line 111 of file tmp401.c.

char valid

Definition at line 112 of file tmp401.c.


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