Lines Matching full:doorbell
30 * DoorbellEntry describes the a doorbell notification handle allocated by the
80 * with a given doorbell handle. For guest endpoints, the
116 * Find doorbell entry by bitmap index.
225 * Creates a link between the given doorbell handle and the given
244 * Unlinks the given doorbell handle from an index in the bitmap in
273 * Dispatches a doorbell notification to the host context.
281 pr_devel("Notifying an invalid doorbell (handle=0x%x:0x%x)\n", in vmci_dbell_host_context_notify()
289 pr_devel("Notifying an unknown doorbell (handle=0x%x:0x%x)\n", in vmci_dbell_host_context_notify()
376 * vmci_doorbell_create() - Creates a doorbell
380 * @notify_cb: The callback to be ivoked when the doorbell fires.
383 * Creates a doorbell with the given callback. If the handle is
490 * vmci_doorbell_destroy() - Destroy a doorbell.
493 * Destroys a doorbell previously created with vmcii_doorbell_create. This
507 pr_devel("Failed to destroy doorbell (handle=0x%x:0x%x)\n", in vmci_doorbell_destroy()
528 * happen is if a doorbell is unregistered in vmci_doorbell_destroy()
530 * doorbell state hasn't been restored on the in vmci_doorbell_destroy()
535 pr_devel("Unlink of doorbell (handle=0x%x:0x%x) unknown by hypervisor (error=%d)\n", in vmci_doorbell_destroy()