Searched refs:OpalHMIEvent (Results 1 – 2 of 2) sorted by relevance
36 struct OpalHMIEvent hmi_evt;41 static void print_hmi_event_info(struct OpalHMIEvent *hmi_evt) in print_hmi_event_info()103 struct OpalHMIEvent *hmi_evt; in hmi_event_handler()114 hmi_evt = (struct OpalHMIEvent *) &msg_node->hmi_evt; in hmi_event_handler()140 struct OpalHMIEvent *hmi_evt; in opal_handle_hmi_event()149 hmi_evt = (struct OpalHMIEvent *)&hmi_msg->params[0]; in opal_handle_hmi_event()157 memcpy(&msg_node->hmi_evt, hmi_evt, sizeof(struct OpalHMIEvent)); in opal_handle_hmi_event()
587 struct OpalHMIEvent { struct