Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/misc/vmw_vmci/
H A Dvmci_doorbell.c37 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()
397 * @notify_cb: The callback to be ivoked when the doorbell fires.
412 vmci_callback notify_cb, void *client_data) in vmci_doorbell_create()
418 if (!handle || !notify_cb || flags & ~VMCI_FLAG_DELAYED_CB || in vmci_doorbell_create()
470 entry->notify_cb = notify_cb; in vmci_doorbell_create()
409 vmci_doorbell_create(struct vmci_handle *handle, u32 flags, u32 priv_flags, vmci_callback notify_cb, void *client_data) vmci_doorbell_create() argument
/kernel/linux/linux-6.6/drivers/misc/vmw_vmci/
H A Dvmci_doorbell.c37 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()
397 * @notify_cb: The callback to be ivoked when the doorbell fires.
412 vmci_callback notify_cb, void *client_data) in vmci_doorbell_create()
418 if (!handle || !notify_cb || flags & ~VMCI_FLAG_DELAYED_CB || in vmci_doorbell_create()
470 entry->notify_cb = notify_cb; in vmci_doorbell_create()
409 vmci_doorbell_create(struct vmci_handle *handle, u32 flags, u32 priv_flags, vmci_callback notify_cb, void *client_data) vmci_doorbell_create() argument
/kernel/linux/linux-5.10/include/linux/
H A Dvmw_vmci_api.h36 vmci_callback notify_cb, void *client_data);
/kernel/linux/linux-6.6/include/linux/
H A Dvmw_vmci_api.h36 vmci_callback notify_cb, void *client_data);

Completed in 3 milliseconds