Linux Kernel
3.7.1
|
#include <therm_pm72.h>
Data Fields | |
int | ticks |
struct i2c_client * | monitor |
s32 | sample_history [SLOTS_PID_HISTORY_SIZE] |
s32 | error_history [SLOTS_PID_HISTORY_SIZE] |
int | cur_sample |
s32 | last_temp |
int | first |
int | pwm |
Definition at line 242 of file therm_pm72.h.
int cur_sample |
Definition at line 248 of file therm_pm72.h.
s32 error_history[SLOTS_PID_HISTORY_SIZE] |
Definition at line 247 of file therm_pm72.h.
int first |
Definition at line 250 of file therm_pm72.h.
s32 last_temp |
Definition at line 249 of file therm_pm72.h.
struct i2c_client* monitor |
Definition at line 245 of file therm_pm72.h.
Definition at line 251 of file therm_pm72.h.
s32 sample_history[SLOTS_PID_HISTORY_SIZE] |
Definition at line 246 of file therm_pm72.h.
int ticks |
Definition at line 244 of file therm_pm72.h.