Searched refs:wf_pid_state (Results 1 – 8 of 8) sorted by relevance
34 struct wf_pid_state { struct44 extern void wf_pid_init(struct wf_pid_state *st, struct wf_pid_param *param); argument45 extern s32 wf_pid_run(struct wf_pid_state *st, s32 sample);
25 void wf_pid_init(struct wf_pid_state *st, struct wf_pid_param *param) in wf_pid_init()27 memset(st, 0, sizeof(struct wf_pid_state)); in wf_pid_init()33 s32 wf_pid_run(struct wf_pid_state *st, s32 new_sample) in wf_pid_run()
70 static struct wf_pid_state backside_pid;72 static struct wf_pid_state slots_pid;75 static struct wf_pid_state dimms_pid;
95 static struct wf_pid_state backside_pid;97 static struct wf_pid_state slots_pid;99 static struct wf_pid_state drive_bay_pid;
118 struct wf_pid_state pid;131 struct wf_pid_state pid;
79 static struct wf_pid_state backside_pid;81 static struct wf_pid_state drives_pid;
186 struct wf_pid_state pid;
433 struct wf_pid_state pid;
Completed in 12 milliseconds