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.h59 int hyperv_set_event_flag_handler(uint32_t conn_id, EventNotifier *notifier);
/openbmc/qemu/hw/hyperv/
H A Dhyperv_testdev.c220 assert(!hyperv_set_event_flag_handler(conn_id, &conn->notifier)); in evt_conn_create()
232 hyperv_set_event_flag_handler(conn->conn_id, NULL); in evt_conn_destroy()
H A Dvmbus.c1432 if (hyperv_set_event_flag_handler(chan_connection_id(chan), in open_channel()
1452 hyperv_set_event_flag_handler(chan_connection_id(chan), NULL); in open_channel()
1473 hyperv_set_event_flag_handler(chan_connection_id(chan), NULL); in close_channel()
2428 ret = hyperv_set_event_flag_handler(VMBUS_EVENT_CONNECTION_ID, in vmbus_realize()
2450 hyperv_set_event_flag_handler(VMBUS_EVENT_CONNECTION_ID, NULL); in vmbus_unrealize()
H A Dhyperv.c678 int hyperv_set_event_flag_handler(uint32_t conn_id, EventNotifier *notifier) in hyperv_set_event_flag_handler() function