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

Data Fields

struct devicehwmon_dev
 
struct mutex update_lock
 
char valid
 
char lut_valid
 
unsigned long last_updated
 
unsigned long lut_last_updated
 
enum chips kind
 
int temp2_offset
 
int update_interval
 
int max_convrate_hz
 
int lut_size
 
u8 config
 
u8 config_fan
 
u16 fan [2]
 
u8 pwm1_freq
 
u8 pwm1 [13]
 
s8 temp8 [15]
 
s16 temp11 [4]
 
u16 temp11u
 
u8 temp2_crit_hyst
 
u8 lut_temp_hyst
 
u8 alarms
 
bool pwm_highres
 
bool lut_temp_highres
 
bool remote_unsigned
 
bool trutherm
 

Detailed Description

Definition at line 157 of file lm63.c.

Field Documentation

u8 alarms

Definition at line 189 of file lm63.c.

Definition at line 172 of file lm63.c.

u8 config_fan

Definition at line 172 of file lm63.c.

u16 fan[2]

Definition at line 173 of file lm63.c.

struct device* hwmon_dev

Definition at line 158 of file lm63.c.

enum chips kind

Definition at line 164 of file lm63.c.

unsigned long last_updated

Definition at line 162 of file lm63.c.

unsigned long lut_last_updated

Definition at line 163 of file lm63.c.

int lut_size

Definition at line 169 of file lm63.c.

bool lut_temp_highres

Definition at line 191 of file lm63.c.

u8 lut_temp_hyst

Definition at line 188 of file lm63.c.

char lut_valid

Definition at line 161 of file lm63.c.

int max_convrate_hz

Definition at line 168 of file lm63.c.

u8 pwm1[13]

Definition at line 176 of file lm63.c.

u8 pwm1_freq

Definition at line 175 of file lm63.c.

bool pwm_highres

Definition at line 190 of file lm63.c.

bool remote_unsigned

Definition at line 192 of file lm63.c.

s16 temp11[4]

Definition at line 182 of file lm63.c.

u16 temp11u

Definition at line 186 of file lm63.c.

u8 temp2_crit_hyst

Definition at line 187 of file lm63.c.

int temp2_offset

Definition at line 165 of file lm63.c.

s8 temp8[15]

Definition at line 178 of file lm63.c.

bool trutherm

Definition at line 193 of file lm63.c.

int update_interval

Definition at line 167 of file lm63.c.

struct mutex update_lock

Definition at line 159 of file lm63.c.

char valid

Definition at line 160 of file lm63.c.


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