Lines Matching refs:OpalHMIEvent
36 struct OpalHMIEvent hmi_evt;
49 struct OpalHMIEvent *hmi_evt) in print_core_checkstop_reason()
100 struct OpalHMIEvent *hmi_evt) in print_nx_checkstop_reason()
151 struct OpalHMIEvent *hmi_evt) in print_checkstop_reason()
166 static void print_hmi_event_info(struct OpalHMIEvent *hmi_evt) in print_hmi_event_info()
235 struct OpalHMIEvent *hmi_evt; in hmi_event_handler()
248 hmi_evt = (struct OpalHMIEvent *) &msg_node->hmi_evt; in hmi_event_handler()
280 hmi_evt = (struct OpalHMIEvent *)&msg.params[0]; in hmi_event_handler()
313 struct OpalHMIEvent *hmi_evt; in opal_handle_hmi_event()
322 hmi_evt = (struct OpalHMIEvent *)&hmi_msg->params[0]; in opal_handle_hmi_event()
330 memcpy(&msg_node->hmi_evt, hmi_evt, sizeof(struct OpalHMIEvent)); in opal_handle_hmi_event()