Home
last modified time | relevance | path

Searched refs:hyperv_set_msg_handler (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/hw/hyperv/
H A Dhyperv.h53 int hyperv_set_msg_handler(uint32_t conn_id, HvMsgHandler handler, void *data);
/openbmc/qemu/hw/hyperv/
H A Dhyperv_testdev.c172 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 Dvmbus.c2414 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 Dhyperv.c571 int hyperv_set_msg_handler(uint32_t conn_id, HvMsgHandler handler, void *data) in hyperv_set_msg_handler() function