Searched refs:controlvm_respond (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/staging/unisys/visorbus/ |
D | visorchipset.c | 346 static void controlvm_respond(struct controlvm_message_header *msg_hdr, 821 controlvm_respond(struct controlvm_message_header *msg_hdr, int response) in controlvm_respond() function 881 controlvm_respond(pending_msg_hdr, response); in bus_responder() 920 controlvm_respond(pending_msg_hdr, response); in device_responder() 1441 controlvm_respond(msg_hdr, rc); in chipset_ready() 1458 controlvm_respond(msg_hdr, rc); in chipset_selftest() 1469 controlvm_respond(msg_hdr, rc); in chipset_notready() 1777 controlvm_respond(&inmsg.hdr, CONTROLVM_RESP_SUCCESS); in handle_command() 1790 controlvm_respond(&inmsg.hdr, in handle_command() 1853 controlvm_respond(&g_chipset_msg_hdr, 0); in controlvm_periodic_work()
|