Searched refs:controlvm_respond (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/staging/unisys/visorchipset/ |
D | visorchipset_main.c | 342 static void controlvm_respond(struct controlvm_message_header *msg_hdr, 670 controlvm_respond(struct controlvm_message_header *msg_hdr, int response) in controlvm_respond() function 804 controlvm_respond(&p->pending_msg_hdr, response); in bus_responder() 864 controlvm_respond(&p->pending_msg_hdr, response); in device_responder() 1388 controlvm_respond(msg_hdr, rc); in chipset_ready() 1405 controlvm_respond(msg_hdr, rc); in chipset_selftest() 1416 controlvm_respond(msg_hdr, rc); in chipset_notready() 1725 controlvm_respond(&inmsg.hdr, CONTROLVM_RESP_SUCCESS); in handle_command() 1738 controlvm_respond(&inmsg.hdr, in handle_command() 1790 controlvm_respond(&g_chipset_msg_hdr, 0); in controlvm_periodic_work()
|