Home
last modified time | relevance | path

Searched refs:notify_cb (Results 1 – 8 of 8) 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()
380 * @notify_cb: The callback to be ivoked when the doorbell fires.
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.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()
[all...]
H 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));
H 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()
H A Damdxdna_mailbox_helper.h35 .notify_cb = xdna_msg_cb, \
H A Damdxdna_mailbox.h17 * @notify_cb: callback function to notify the sender when there is response
28 int (*notify_cb)(void *handle, void __iomem *data, size_t size); member
/linux/net/devlink/
H A Dcore.c47 devlink_rel_notify_cb_t *notify_cb; member
90 rel->nested_in.notify_cb(devlink, rel->nested_in.obj_index); in devlink_rel_nested_in_notify_work()
149 u32 obj_index, devlink_rel_notify_cb_t *notify_cb, in devlink_rel_nested_in_add() argument
163 rel->nested_in.notify_cb = notify_cb; in devlink_rel_nested_in_add()
/linux/include/linux/
H A Dvmw_vmci_api.h36 vmci_callback notify_cb, void *client_data);