Lines Matching defs:taskInfo
59 struct event_info *taskInfo;
78 taskInfo = &(ctrl->event_queue[ctrl->next_event]);
80 taskInfo->hp_slot = hp_slot;
95 taskInfo->event_type = INT_SWITCH_OPEN;
103 taskInfo->event_type = INT_SWITCH_CLOSE;
134 struct event_info *taskInfo;
154 taskInfo = &(ctrl->event_queue[ctrl->next_event]);
156 taskInfo->hp_slot = hp_slot;
177 taskInfo->event_type = INT_BUTTON_PRESS;
183 taskInfo->event_type = INT_BUTTON_RELEASE;
188 taskInfo->event_type = INT_BUTTON_CANCEL;
193 taskInfo->event_type = INT_BUTTON_IGNORE;
208 taskInfo->event_type = INT_PRESENCE_ON;
211 taskInfo->event_type = INT_PRESENCE_OFF;
226 struct event_info *taskInfo;
245 taskInfo = &(ctrl->event_queue[ctrl->next_event]);
247 taskInfo->hp_slot = hp_slot;
257 taskInfo->event_type = INT_POWER_FAULT_CLEAR;
262 taskInfo->event_type = INT_POWER_FAULT;