Home
last modified time | relevance | path

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

/drivers/misc/vmw_vmci/
A Dvmci_doorbell.c37 vmci_callback notify_cb; member
268 entry->notify_cb(entry->client_data); in dbell_delayed_dispatch()
299 entry->notify_cb(entry->client_data); in vmci_dbell_host_context_notify()
351 dbell->notify_cb(dbell->client_data); in dbell_fire_entries()
395 vmci_callback notify_cb, void *client_data) in vmci_doorbell_create() argument
401 if (!handle || !notify_cb || flags & ~VMCI_FLAG_DELAYED_CB || in vmci_doorbell_create()
453 entry->notify_cb = notify_cb; in vmci_doorbell_create()
/drivers/accel/amdxdna/
A Daie2_message.c367 .notify_cb = cb, in aie2_register_asyn_event_msg()
438 int (*notify_cb)(void *, void __iomem *, size_t)) in aie2_execbuf()
498 msg.notify_cb = notify_cb; in aie2_execbuf()
643 int (*notify_cb)(void *, void __iomem *, size_t)) in aie2_cmdlist_multi_execbuf()
694 msg.notify_cb = notify_cb; in aie2_cmdlist_multi_execbuf()
708 int (*notify_cb)(void *, void __iomem *, size_t)) in aie2_cmdlist_single_execbuf()
730 msg.notify_cb = notify_cb; in aie2_cmdlist_single_execbuf()
743 int (*notify_cb)(void *, void __iomem *, size_t)) in aie2_sync_bo()
764 msg.notify_cb = notify_cb; in aie2_sync_bo()
A Daie2_pci.h277 int (*notify_cb)(void *, void __iomem *, size_t));
280 int (*notify_cb)(void *, void __iomem *, size_t));
283 int (*notify_cb)(void *, void __iomem *, size_t));
285 int (*notify_cb)(void *, void __iomem *, size_t));
A Damdxdna_mailbox.c94 int (*notify_cb)(void *handle, void __iomem *data, size_t size); member
197 mb_msg->notify_cb(mb_msg->handle, NULL, 0); in mailbox_release_msg()
268 ret = mb_msg->notify_cb(mb_msg->handle, data, header->total_size); in mailbox_get_resp()
433 mb_msg->notify_cb = msg->notify_cb; in xdna_mailbox_send_msg()
A Damdxdna_mailbox_helper.h35 .notify_cb = xdna_msg_cb, \
A Damdxdna_mailbox.h28 int (*notify_cb)(void *handle, void __iomem *data, size_t size); member

Completed in 18 milliseconds