Searched refs:notify_cb (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/misc/vmw_vmci/
H A Dvmci_doorbell.c37 vmci_callback notify_cb; member in struct:dbell_entry
285 entry->notify_cb(entry->client_data);
316 entry->notify_cb(entry->client_data);
368 dbell->notify_cb(dbell->client_data);
397 * @notify_cb: The callback to be ivoked when the doorbell fires.
412 vmci_callback notify_cb, void *client_data)
418 if (!handle || !notify_cb || flags & ~VMCI_FLAG_DELAYED_CB ||
470 entry->notify_cb = notify_cb;
409 vmci_doorbell_create(struct vmci_handle *handle, u32 flags, u32 priv_flags, vmci_callback notify_cb, void *client_data) argument
/linux-master/net/devlink/
H A Dcore.c47 devlink_rel_notify_cb_t *notify_cb; member in struct:devlink_rel::__anon205
90 rel->nested_in.notify_cb(devlink, rel->nested_in.obj_index);
149 u32 obj_index, devlink_rel_notify_cb_t *notify_cb,
163 rel->nested_in.notify_cb = notify_cb;
148 devlink_rel_nested_in_add(u32 *rel_index, u32 devlink_index, u32 obj_index, devlink_rel_notify_cb_t *notify_cb, devlink_rel_cleanup_cb_t *cleanup_cb, struct devlink *devlink) argument
H A Ddevl_internal.h125 u32 obj_index, devlink_rel_notify_cb_t *notify_cb,
/linux-master/include/linux/
H A Dvmw_vmci_api.h36 vmci_callback notify_cb, void *client_data);

Completed in 231 milliseconds