Linux Kernel
3.7.1
|
Public Types | |
enum | { ADT7460, ADT7467 } |
Data Fields | |
struct i2c_client * | clt |
u8 | temps [3] |
u8 | cached_temp [3] |
u8 | initial_limits [3] |
u8 | limits [3] |
int | last_speed [2] |
int | last_var [2] |
int | pwm_inv [2] |
struct task_struct * | thread |
struct platform_device * | pdev |
enum thermostat:: { ... } | type |
Definition at line 73 of file therm_adt746x.c.
anonymous enum |
Definition at line 84 of file therm_adt746x.c.
u8 cached_temp[3] |
Definition at line 76 of file therm_adt746x.c.
struct i2c_client* clt |
Definition at line 74 of file therm_adt746x.c.
u8 initial_limits[3] |
Definition at line 77 of file therm_adt746x.c.
int last_speed[2] |
Definition at line 79 of file therm_adt746x.c.
int last_var[2] |
Definition at line 80 of file therm_adt746x.c.
u8 limits[3] |
Definition at line 78 of file therm_adt746x.c.
struct platform_device* pdev |
Definition at line 83 of file therm_adt746x.c.
int pwm_inv[2] |
Definition at line 81 of file therm_adt746x.c.
u8 temps[3] |
Definition at line 75 of file therm_adt746x.c.
Definition at line 82 of file therm_adt746x.c.
enum { ... } type |