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
290 * Dispatches a doorbell notification to the host context.
298 pr_devel("Notifying an invalid doorbell (handle=0x%x:0x%x)\n", in vmci_dbell_host_context_notify()
306 pr_devel("Notifying an unknown doorbell (handle=0x%x:0x%x)\n", in vmci_dbell_host_context_notify()
393 * vmci_doorbell_create() - Creates a doorbell
397 * @notify_cb: The callback to be ivoked when the doorbell fires.
400 * Creates a doorbell with the given callback. If the handle is
507 * vmci_doorbell_destroy() - Destroy a doorbell.
510 * Destroys a doorbell previously created with vmcii_doorbell_create. This
524 pr_devel("Failed to destroy doorbell (handle=0x%x:0x%x)\n", in vmci_doorbell_destroy()
545 * happen is if a doorbell is unregistered in vmci_doorbell_destroy()
547 * doorbell state hasn't been restored on the in vmci_doorbell_destroy()
552 pr_devel("Unlink of doorbell (handle=0x%x:0x%x) unknown by hypervisor (error=%d)\n", in vmci_doorbell_destroy()
571 * vmci_doorbell_notify() - Ring the doorbell (and hide in the bushes).
572 * @dst: The handlle identifying the doorbell resource
575 * Generates a notification on the doorbell identified by the
601 pr_warn("Unknown route (%d) for doorbell\n", route); in vmci_doorbell_notify()