Searched refs:controlvm_message (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/staging/unisys/visorchipset/ |
D | visorchipset_main.c | 128 static struct controlvm_message controlvm_pending_msg; 212 struct controlvm_message msg; 623 chipset_init(struct controlvm_message *inmsg) in chipset_init() 655 controlvm_init_response(struct controlvm_message *msg, in controlvm_init_response() 658 memset(msg, 0, sizeof(struct controlvm_message)); in controlvm_init_response() 672 struct controlvm_message outmsg; in controlvm_respond() 697 struct controlvm_message outmsg; in controlvm_respond_chipset_init() 711 struct controlvm_message outmsg; in controlvm_respond_physdev_changestate() 723 visorchipset_save_message(struct controlvm_message *msg, in visorchipset_save_message() 760 sizeof(struct controlvm_message)) < 0) { in visorchipset_save_message() [all …]
|
D | visorchipset.h | 214 typedef void (*SPARREPORTEVENT_COMPLETE_FUNC) (struct controlvm_message *msg, 229 void visorchipset_save_message(struct controlvm_message *msg,
|
/linux-4.1.27/drivers/staging/unisys/common-spar/include/channels/ |
D | controlvmchannel.h | 340 struct controlvm_message { struct 450 struct controlvm_message request_msg[CONTROLVM_MESSAGE_MAX]; 453 struct controlvm_message response_msg[CONTROLVM_MESSAGE_MAX]; 456 struct controlvm_message event_msg[CONTROLVM_MESSAGE_MAX]; 459 struct controlvm_message event_ack_msg[CONTROLVM_MESSAGE_MAX]; 462 struct controlvm_message saved_crash_msg[CONTROLVM_CRASHMSG_MAX];
|
/linux-4.1.27/drivers/staging/unisys/uislib/ |
D | uislib.c | 122 init_msg_header(struct controlvm_message *msg, u32 id, uint rsp, uint svr) in init_msg_header() 124 memset(msg, 0, sizeof(struct controlvm_message)); in init_msg_header() 145 create_bus(struct controlvm_message *msg, char *buf) in create_bus() 258 destroy_bus(struct controlvm_message *msg, char *buf) in destroy_bus() 323 static int create_device(struct controlvm_message *msg, char *buf) in create_device() 490 static int pause_device(struct controlvm_message *msg) in pause_device() 547 static int resume_device(struct controlvm_message *msg) in resume_device() 605 static int destroy_device(struct controlvm_message *msg, char *buf) in destroy_device() 678 init_chipset(struct controlvm_message *msg, char *buf) in init_chipset() 704 struct controlvm_message msg; in delete_bus_glue() [all …]
|