Linux Kernel
3.7.1
|
#include <therm_pm72.h>
Data Fields | |
int | ticks |
struct i2c_client * | monitor |
s32 | sample_history [DIMM_PID_HISTORY_SIZE] |
s32 | error_history [DIMM_PID_HISTORY_SIZE] |
int | cur_sample |
s32 | last_temp |
int | first |
int | output |
Definition at line 217 of file therm_pm72.h.
int cur_sample |
Definition at line 223 of file therm_pm72.h.
s32 error_history[DIMM_PID_HISTORY_SIZE] |
Definition at line 222 of file therm_pm72.h.
int first |
Definition at line 225 of file therm_pm72.h.
s32 last_temp |
Definition at line 224 of file therm_pm72.h.
struct i2c_client* monitor |
Definition at line 220 of file therm_pm72.h.
int output |
Definition at line 226 of file therm_pm72.h.
s32 sample_history[DIMM_PID_HISTORY_SIZE] |
Definition at line 221 of file therm_pm72.h.
int ticks |
Definition at line 219 of file therm_pm72.h.