Linux Kernel
3.7.1
|
#include <therm_pm72.h>
Data Fields | |
int | ticks |
struct i2c_client * | monitor |
s32 | sample_history [BACKSIDE_PID_HISTORY_SIZE] |
s32 | error_history [BACKSIDE_PID_HISTORY_SIZE] |
int | cur_sample |
s32 | last_temp |
int | rpm |
int | first |
Definition at line 188 of file therm_pm72.h.
int cur_sample |
Definition at line 194 of file therm_pm72.h.
s32 error_history[BACKSIDE_PID_HISTORY_SIZE] |
Definition at line 193 of file therm_pm72.h.
int first |
Definition at line 197 of file therm_pm72.h.
s32 last_temp |
Definition at line 195 of file therm_pm72.h.
struct i2c_client* monitor |
Definition at line 191 of file therm_pm72.h.
int rpm |
Definition at line 196 of file therm_pm72.h.
s32 sample_history[BACKSIDE_PID_HISTORY_SIZE] |
Definition at line 192 of file therm_pm72.h.
int ticks |
Definition at line 190 of file therm_pm72.h.