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

Data Fields

struct devicehwmon_dev
 
struct mutex update_lock
 
char valid
 
unsigned long last_updated
 
s8 temp [ARRAY_SIZE(ADM1029_REG_TEMP)]
 
u8 fan [ARRAY_SIZE(ADM1029_REG_FAN)]
 
u8 fan_div [ARRAY_SIZE(ADM1029_REG_FAN_DIV)]
 

Detailed Description

Definition at line 146 of file adm1029.c.

Field Documentation

u8 fan[ARRAY_SIZE(ADM1029_REG_FAN)]

Definition at line 154 of file adm1029.c.

u8 fan_div[ARRAY_SIZE(ADM1029_REG_FAN_DIV)]

Definition at line 155 of file adm1029.c.

struct device* hwmon_dev

Definition at line 147 of file adm1029.c.

unsigned long last_updated

Definition at line 150 of file adm1029.c.

s8 temp[ARRAY_SIZE(ADM1029_REG_TEMP)]

Definition at line 153 of file adm1029.c.

struct mutex update_lock

Definition at line 148 of file adm1029.c.

char valid

Definition at line 149 of file adm1029.c.


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