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

Data Fields

struct devicehwmon_dev
 
enum chips type
 
struct mutex update_lock
 
char valid
 
char low_power
 
unsigned long last_updated
 
int temp_max [2]
 
int temp_min [2]
 
int temp [2]
 
u8 alarms
 
u8 remote_temp_offset
 
u8 remote_temp_offset_prec
 

Detailed Description

Definition at line 81 of file adm1021.c.

Field Documentation

u8 alarms

Definition at line 93 of file adm1021.c.

struct device* hwmon_dev

Definition at line 82 of file adm1021.c.

unsigned long last_updated

Definition at line 88 of file adm1021.c.

char low_power

Definition at line 87 of file adm1021.c.

u8 remote_temp_offset

Definition at line 95 of file adm1021.c.

u8 remote_temp_offset_prec

Definition at line 96 of file adm1021.c.

int temp[2]

Definition at line 92 of file adm1021.c.

int temp_max[2]

Definition at line 90 of file adm1021.c.

int temp_min[2]

Definition at line 91 of file adm1021.c.

enum chips type

Definition at line 83 of file adm1021.c.

struct mutex update_lock

Definition at line 85 of file adm1021.c.

char valid

Definition at line 86 of file adm1021.c.


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