Searched refs:notify_cb (Results 1 – 3 of 3) sorted by relevance
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()
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()
Completed in 16 milliseconds