Lines Matching defs:Handler
613 /* Dispatch info for each host-installed SCI handler */
618 ACPI_SCI_HANDLER Address; /* Address of handler */
619 void *Context; /* Context to be passed to handler */
623 /* Dispatch info for each GPE -- either a method or handler, cannot be both */
627 ACPI_GPE_HANDLER Address; /* Address of handler, if any */
628 void *Context; /* Context to be passed to handler */
630 UINT8 OriginalFlags; /* Original (pre-handler) GPE info */
646 * of dispatch - Method, Handler, or Implicit Notify.
651 ACPI_GPE_HANDLER_INFO *Handler; /* Installed GPE handler */
662 union acpi_gpe_dispatch_info Dispatch; /* Either Method, Handler, or NotifyList */
746 ACPI_EVENT_HANDLER Handler; /* Address of handler. */
747 void *Context; /* Context to be passed to handler */
915 ACPI_NOTIFY_HANDLER Handler;
922 * handler/dispatcher.