Home
last modified time | relevance | path

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

/drivers/staging/unisys/visorbus/
Dvisorchipset.c641 struct controlvm_message_header *pending_msg_hdr, in bus_responder() argument
644 if (!pending_msg_hdr) in bus_responder()
647 if (pending_msg_hdr->id != (u32)cmd_id) in bus_responder()
650 controlvm_respond(pending_msg_hdr, response); in bus_responder()
662 if (!p->pending_msg_hdr) in device_changestate_responder()
664 if (p->pending_msg_hdr->id != cmd_id) in device_changestate_responder()
667 controlvm_init_response(&outmsg, p->pending_msg_hdr, response); in device_changestate_responder()
680 struct controlvm_message_header *pending_msg_hdr, in device_responder() argument
683 if (!pending_msg_hdr) in device_responder()
686 if (pending_msg_hdr->id != (u32)cmd_id) in device_responder()
[all …]
/drivers/staging/unisys/include/
Dvisorbus.h166 struct controlvm_message_header *pending_msg_hdr; member