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