Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/hyperv/
H A Dhyperv.h60 int hyperv_set_event_flag_handler(uint32_t conn_id, EventNotifier *notifier);
/openbmc/qemu/hw/hyperv/
H A Dhyperv_testdev.c219 assert(!hyperv_set_event_flag_handler(conn_id, &conn->notifier)); in evt_conn_create()
231 hyperv_set_event_flag_handler(conn->conn_id, NULL); in evt_conn_destroy()
H A Dvmbus.c1433 if (hyperv_set_event_flag_handler(chan_connection_id(chan), in open_channel()
1453 hyperv_set_event_flag_handler(chan_connection_id(chan), NULL); in open_channel()
1474 hyperv_set_event_flag_handler(chan_connection_id(chan), NULL); in close_channel()
2424 ret = hyperv_set_event_flag_handler(VMBUS_EVENT_CONNECTION_ID, in vmbus_realize()
2446 hyperv_set_event_flag_handler(VMBUS_EVENT_CONNECTION_ID, NULL); in vmbus_unrealize()
H A Dhyperv.c679 int hyperv_set_event_flag_handler(uint32_t conn_id, EventNotifier *notifier) in hyperv_set_event_flag_handler() function