Lines Matching defs:taskInfo
73 struct event_info *taskInfo;
92 taskInfo = &(ctrl->event_queue[ctrl->next_event]);
94 taskInfo->hp_slot = hp_slot;
109 taskInfo->event_type = INT_SWITCH_OPEN;
117 taskInfo->event_type = INT_SWITCH_CLOSE;
148 struct event_info *taskInfo;
168 taskInfo = &(ctrl->event_queue[ctrl->next_event]);
170 taskInfo->hp_slot = hp_slot;
191 taskInfo->event_type = INT_BUTTON_PRESS;
197 taskInfo->event_type = INT_BUTTON_RELEASE;
202 taskInfo->event_type = INT_BUTTON_CANCEL;
207 taskInfo->event_type = INT_BUTTON_IGNORE;
222 taskInfo->event_type = INT_PRESENCE_ON;
225 taskInfo->event_type = INT_PRESENCE_OFF;
240 struct event_info *taskInfo;
259 taskInfo = &(ctrl->event_queue[ctrl->next_event]);
261 taskInfo->hp_slot = hp_slot;
271 taskInfo->event_type = INT_POWER_FAULT_CLEAR;
276 taskInfo->event_type = INT_POWER_FAULT;