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