Searched refs:hyperv_set_msg_handler (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/include/hw/hyperv/ |
H A D | hyperv.h | 53 int hyperv_set_msg_handler(uint32_t conn_id, HvMsgHandler handler, void *data);
|
/openbmc/qemu/hw/hyperv/ |
H A D | hyperv_testdev.c | 172 assert(!hyperv_set_msg_handler(conn->conn_id, msg_handler, conn)); in msg_conn_create() 184 hyperv_set_msg_handler(conn->conn_id, NULL, NULL); in msg_conn_destroy()
|
H A D | vmbus.c | 2414 ret = hyperv_set_msg_handler(VMBUS_MESSAGE_CONNECTION_ID, in vmbus_realize() 2440 hyperv_set_msg_handler(VMBUS_MESSAGE_CONNECTION_ID, NULL, NULL); in vmbus_realize() 2449 hyperv_set_msg_handler(VMBUS_MESSAGE_CONNECTION_ID, NULL, NULL); in vmbus_unrealize()
|
H A D | hyperv.c | 571 int hyperv_set_msg_handler(uint32_t conn_id, HvMsgHandler handler, void *data) in hyperv_set_msg_handler() function
|