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 | pwm |
int | first |
Definition at line 162 of file therm_pm72.h.
int cur_sample |
Definition at line 168 of file therm_pm72.h.
s32 error_history[BACKSIDE_PID_HISTORY_SIZE] |
Definition at line 167 of file therm_pm72.h.
int first |
Definition at line 171 of file therm_pm72.h.
s32 last_temp |
Definition at line 169 of file therm_pm72.h.
struct i2c_client* monitor |
Definition at line 165 of file therm_pm72.h.
Definition at line 170 of file therm_pm72.h.
s32 sample_history[BACKSIDE_PID_HISTORY_SIZE] |
Definition at line 166 of file therm_pm72.h.
int ticks |
Definition at line 164 of file therm_pm72.h.