Home
last modified time | relevance | path

Searched refs:notify_cb (Results 1 – 7 of 7) 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.c482 .notify_cb = cb, in aie2_register_asyn_event_msg()
493 int (*notify_cb)(void *, void __iomem *, size_t)) in aie2_config_cu()
547 msg.notify_cb = notify_cb; in aie2_config_cu()
946 int (*notify_cb)(void *, void __iomem *, size_t)) in aie2_execbuf()
963 msg.notify_cb = notify_cb; in aie2_execbuf()
979 int (*notify_cb)(void *, void __iomem *, size_t)) in aie2_cmdlist_multi_execbuf()
1032 msg.notify_cb = notify_cb; in aie2_cmdlist_multi_execbuf()
1046 int (*notify_cb)(void *, void __iomem *, size_t)) in aie2_cmdlist_single_execbuf()
1072 msg.notify_cb = notify_cb; in aie2_cmdlist_single_execbuf()
1085 int (*notify_cb)(void *, void __iomem *, size_t)) in aie2_sync_bo()
[all …]
H A Daie2_pci.h326 int (*notify_cb)(void *, void __iomem *, size_t));
328 int (*notify_cb)(void *, void __iomem *, size_t));
331 int (*notify_cb)(void *, void __iomem *, size_t));
334 int (*notify_cb)(void *, void __iomem *, size_t));
336 int (*notify_cb)(void *, void __iomem *, size_t));
338 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/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);