Searched refs:controlvm_message_header (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/staging/unisys/visorbus/ |
D | visorchipset.c | 111 static struct controlvm_message_header g_chipset_msg_hdr; 173 struct controlvm_message_header controlvm_header; 346 static void controlvm_respond(struct controlvm_message_header *msg_hdr, 349 struct controlvm_message_header *msg_hdr, int response, 352 struct controlvm_message_header *msg_hdr, int response, 807 struct controlvm_message_header *msg_hdr, int response) in controlvm_init_response() 810 memcpy(&msg->hdr, msg_hdr, sizeof(struct controlvm_message_header)); in controlvm_init_response() 821 controlvm_respond(struct controlvm_message_header *msg_hdr, int response) in controlvm_respond() 836 controlvm_respond_chipset_init(struct controlvm_message_header *msg_hdr, in controlvm_respond_chipset_init() 851 struct controlvm_message_header *msg_hdr, int response, in controlvm_respond_physdev_changestate() [all …]
|
D | controlvmchannel.h | 175 struct controlvm_message_header { struct 241 struct controlvm_message_header header; 246 struct controlvm_message_header header; 343 struct controlvm_message_header hdr;
|
/linux-4.4.14/drivers/staging/unisys/include/ |
D | visorbus.h | 157 struct controlvm_message_header *pending_msg_hdr;
|