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

/linux-4.4.14/drivers/misc/vmw_vmci/
H A Dvmci_doorbell.c45 vmci_callback notify_cb; member in struct:dbell_entry
293 entry->notify_cb(entry->client_data); dbell_delayed_dispatch()
323 entry->notify_cb(entry->client_data); vmci_dbell_host_context_notify()
371 dbell->notify_cb(dbell->client_data); dbell_fire_entries()
400 * @notify_cb: The callback to be ivoked when the doorbell fires.
415 vmci_callback notify_cb, void *client_data) vmci_doorbell_create()
421 if (!handle || !notify_cb || flags & ~VMCI_FLAG_DELAYED_CB || vmci_doorbell_create()
467 entry->notify_cb = notify_cb; vmci_doorbell_create()
412 vmci_doorbell_create(struct vmci_handle *handle, u32 flags, u32 priv_flags, vmci_callback notify_cb, void *client_data) vmci_doorbell_create() argument
/linux-4.4.14/include/linux/
H A Dvmw_vmci_api.h43 vmci_callback notify_cb, void *client_data);

Completed in 139 milliseconds