Linux Kernel
3.7.1
|
#include <windfarm_pid.h>
Data Fields | |
int | first |
int | index |
int | tindex |
s32 | target |
s32 | last_delta |
s32 | powers [WF_PID_MAX_HISTORY] |
s32 | errors [WF_PID_MAX_HISTORY] |
s32 | temps [2] |
struct wf_cpu_pid_param | param |
Definition at line 70 of file windfarm_pid.h.
s32 errors[WF_PID_MAX_HISTORY] |
Definition at line 77 of file windfarm_pid.h.
int first |
Definition at line 71 of file windfarm_pid.h.
int index |
Definition at line 72 of file windfarm_pid.h.
s32 last_delta |
Definition at line 75 of file windfarm_pid.h.
Definition at line 80 of file windfarm_pid.h.
s32 powers[WF_PID_MAX_HISTORY] |
Definition at line 76 of file windfarm_pid.h.
s32 target |
Definition at line 74 of file windfarm_pid.h.
s32 temps[2] |
Definition at line 78 of file windfarm_pid.h.
int tindex |
Definition at line 73 of file windfarm_pid.h.