Lines Matching defs:handler
409 /* Dispatch info for each host-installed SCI handler */
413 acpi_sci_handler address; /* Address of handler */
414 void *context; /* Context to be passed to handler */
417 /* Dispatch info for each GPE -- either a method or handler, cannot be both */
420 acpi_gpe_handler address; /* Address of handler, if any */
421 void *context; /* Context to be passed to handler */
423 u8 original_flags; /* Original (pre-handler) GPE info */
440 struct acpi_gpe_handler_info *handler; /* Installed GPE handler */
527 acpi_event_handler handler; /* Address of handler. */
528 void *context; /* Context to be passed to handler */
646 acpi_notify_handler handler;
652 * handler/dispatcher.