Home
last modified time | relevance | path

Searched refs:pending_msg_hdr (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/unisys/visorbus/
Dvisorchipset.c872 struct controlvm_message_header *pending_msg_hdr, in bus_responder() argument
875 if (pending_msg_hdr == NULL) in bus_responder()
878 if (pending_msg_hdr->id != (u32)cmd_id) in bus_responder()
881 controlvm_respond(pending_msg_hdr, response); in bus_responder()
893 if (p->pending_msg_hdr == NULL) in device_changestate_responder()
895 if (p->pending_msg_hdr->id != cmd_id) in device_changestate_responder()
898 controlvm_init_response(&outmsg, p->pending_msg_hdr, response); in device_changestate_responder()
911 struct controlvm_message_header *pending_msg_hdr, in device_responder() argument
914 if (pending_msg_hdr == NULL) in device_responder()
917 if (pending_msg_hdr->id != (u32)cmd_id) in device_responder()
[all …]
/linux-4.4.14/drivers/staging/unisys/include/
Dvisorbus.h157 struct controlvm_message_header *pending_msg_hdr; member