Searched refs:notify_cb (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/drivers/misc/vmw_vmci/ |
| H A D | vmci_doorbell.c | 37 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()
|
| /linux-6.15/drivers/accel/amdxdna/ |
| H A D | aie2_message.c | 367 .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()
|
| H A D | aie2_pci.h | 277 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 D | amdxdna_mailbox.c | 94 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 D | amdxdna_mailbox_helper.h | 35 .notify_cb = xdna_msg_cb, \
|
| H A D | amdxdna_mailbox.h | 28 int (*notify_cb)(void *handle, void __iomem *data, size_t size); member
|
| /linux-6.15/net/devlink/ |
| H A D | core.c | 47 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()
|
| H A D | devl_internal.h | 125 u32 obj_index, devlink_rel_notify_cb_t *notify_cb,
|
| /linux-6.15/include/linux/ |
| H A D | vmw_vmci_api.h | 36 vmci_callback notify_cb, void *client_data);
|