Searched refs:notify_cb (Results 1 – 5 of 5) sorted by relevance
37 vmci_callback notify_cb; member285 entry->notify_cb(entry->client_data); in dbell_delayed_dispatch()316 entry->notify_cb(entry->client_data); in vmci_dbell_host_context_notify()368 dbell->notify_cb(dbell->client_data); in dbell_fire_entries()412 vmci_callback notify_cb, void *client_data) in vmci_doorbell_create() argument418 if (!handle || !notify_cb || flags & ~VMCI_FLAG_DELAYED_CB || in vmci_doorbell_create()470 entry->notify_cb = notify_cb; in vmci_doorbell_create()
71 QEMUTimerListNotifyCB *notify_cb; member106 timer_list->notify_cb = cb; in timerlist_new()123 static void qemu_clock_init(QEMUClockType type, QEMUTimerListNotifyCB *notify_cb) in qemu_clock_init() argument133 main_loop_tlg.tl[type] = timerlist_new(type, notify_cb, NULL); in qemu_clock_init()291 if (timer_list->notify_cb) { in timerlist_notify()292 timer_list->notify_cb(timer_list->notify_opaque, timer_list->clock->type); in timerlist_notify()643 void init_clocks(QEMUTimerListNotifyCB *notify_cb) in init_clocks() argument647 qemu_clock_init(type, notify_cb); in init_clocks()
36 vmci_callback notify_cb, void *client_data);
783 void init_clocks(QEMUTimerListNotifyCB *notify_cb);
159 VMBusChannelNotifyCb notify_cb; member1289 chan->notify_cb(chan); in channel_event_cb()1328 chan->notify_cb = vdc->chan_notify_cb; in init_channel()