Home
last modified time | relevance | path

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

/linux/drivers/misc/vmw_vmci/
H 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()
/linux/drivers/accel/amdxdna/
H A Daie2_message.c503 .notify_cb = cb, in aie2_register_asyn_event_msg()
514 int (*notify_cb)(void *, void __iomem *, size_t)) in aie2_config_cu()
568 msg.notify_cb = notify_cb; in aie2_config_cu()
967 int (*notify_cb)(void *, void __iomem *, size_t)) in aie2_execbuf()
984 msg.notify_cb = notify_cb; in aie2_execbuf()
1000 int (*notify_cb)(void *, void __iomem *, size_t)) in aie2_cmdlist_multi_execbuf()
1073 msg.notify_cb = notify_cb; in aie2_cmdlist_multi_execbuf()
1089 int (*notify_cb)(void *, void __iomem *, size_t)) in aie2_cmdlist_single_execbuf()
1120 msg.notify_cb = notify_cb; in aie2_cmdlist_single_execbuf()
1135 int (*notify_cb)(void *, void __iomem *, size_t)) in aie2_sync_bo()
[all …]
H A Daie2_pci.h359 int (*notify_cb)(void *, void __iomem *, size_t));
361 int (*notify_cb)(void *, void __iomem *, size_t));
364 int (*notify_cb)(void *, void __iomem *, size_t));
367 int (*notify_cb)(void *, void __iomem *, size_t));
369 int (*notify_cb)(void *, void __iomem *, size_t));
371 int (*notify_cb)(void *, void __iomem *, size_t));
H A Damdxdna_mailbox.c94 int (*notify_cb)(void *handle, void __iomem *data, size_t size); member
181 if (mb_msg->notify_cb) in mailbox_release_msg()
182 mb_msg->notify_cb(mb_msg->handle, NULL, 0); in mailbox_release_msg()
258 if (mb_msg->notify_cb) { in mailbox_get_resp()
259 ret = mb_msg->notify_cb(mb_msg->handle, data, header->total_size); in mailbox_get_resp()
424 mb_msg->notify_cb = msg->notify_cb; in xdna_mailbox_send_msg()
H A Damdxdna_mailbox.h28 int (*notify_cb)(void *handle, void __iomem *data, size_t size); member
/linux/include/linux/
H A Dvmw_vmci_api.h36 vmci_callback notify_cb, void *client_data);