Searched refs:controlvm_respond (Results 1 – 1 of 1) sorted by relevance
/drivers/visorbus/ |
D | visorchipset.c | 339 static int controlvm_respond(struct controlvm_message_header *msg_hdr, in controlvm_respond() function 427 return controlvm_respond(pending_msg_hdr, response, NULL); in controlvm_responder() 933 controlvm_respond( in parahotplug_request_complete() 1081 controlvm_respond(&inmsg->hdr, CONTROLVM_RESP_SUCCESS, in parahotplug_process_message() 1100 controlvm_respond(&inmsg->hdr, err, in parahotplug_process_message() 1118 controlvm_respond(msg_hdr, res, NULL); in chipset_ready_uevent() 1139 controlvm_respond(msg_hdr, res, NULL); in chipset_selftest_uevent() 1156 controlvm_respond(msg_hdr, res, NULL); in chipset_notready_uevent() 1422 controlvm_respond(&inmsg.hdr, CONTROLVM_RESP_SUCCESS, in handle_command() 1437 controlvm_respond(&inmsg.hdr, in handle_command() [all …]
|