Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/unisys/visorbus/
Dvisorchipset.c929 struct controlvm_message_header *pmsg_hdr = NULL; in bus_epilog() local
934 pmsg_hdr = msg_hdr; in bus_epilog()
941 pmsg_hdr = bus_info->pending_msg_hdr; in bus_epilog()
946 pmsg_hdr = kzalloc(sizeof(*pmsg_hdr), GFP_KERNEL); in bus_epilog()
947 if (!pmsg_hdr) { in bus_epilog()
952 memcpy(pmsg_hdr, msg_hdr, in bus_epilog()
954 bus_info->pending_msg_hdr = pmsg_hdr; in bus_epilog()
987 bus_responder(cmd, pmsg_hdr, response); in bus_epilog()
999 struct controlvm_message_header *pmsg_hdr = NULL; in device_epilog() local
1006 pmsg_hdr = msg_hdr; in device_epilog()
[all …]