Home
last modified time | relevance | path

Searched refs:notify_cb (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/misc/vmw_vmci/
H A Dvmci_doorbell.c37 vmci_callback notify_cb; member
285 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() argument
418 if (!handle || !notify_cb || flags & ~VMCI_FLAG_DELAYED_CB || in vmci_doorbell_create()
470 entry->notify_cb = notify_cb; in vmci_doorbell_create()
/openbmc/qemu/util/
H A Dqemu-timer.c71 QEMUTimerListNotifyCB *notify_cb; member
106 timer_list->notify_cb = cb; in timerlist_new()
123 static void qemu_clock_init(QEMUClockType type, QEMUTimerListNotifyCB *notify_cb) in qemu_clock_init() argument
133 main_loop_tlg.tl[type] = timerlist_new(type, notify_cb, NULL); in qemu_clock_init()
301 if (timer_list->notify_cb) { in timerlist_notify()
302 timer_list->notify_cb(timer_list->notify_opaque, timer_list->clock->type); in timerlist_notify()
653 void init_clocks(QEMUTimerListNotifyCB *notify_cb) in init_clocks() argument
657 qemu_clock_init(type, notify_cb); in init_clocks()
/openbmc/linux/include/linux/
H A Dvmw_vmci_api.h36 vmci_callback notify_cb, void *client_data);
/openbmc/qemu/include/qemu/
H A Dtimer.h804 void init_clocks(QEMUTimerListNotifyCB *notify_cb);
/openbmc/qemu/hw/hyperv/
H A Dvmbus.c159 VMBusChannelNotifyCb notify_cb; member
1289 chan->notify_cb(chan); in channel_event_cb()
1328 chan->notify_cb = vdc->chan_notify_cb; in init_channel()