Lines Matching full:gpe
417 /* Dispatch info for each GPE -- either a method or handler, cannot be both */
422 struct acpi_namespace_node *method_node; /* Method node for this GPE level (saved) */
423 u8 original_flags; /* Original (pre-handler) GPE info */
424 u8 originally_enabled; /* True if GPE was originally enabled */
435 * GPE dispatch info. At any time, the GPE can have at most one type
439 struct acpi_namespace_node *method_node; /* Method node for this GPE level */
440 struct acpi_gpe_handler_info *handler; /* Installed GPE handler */
445 * Information about a GPE, one per each GPE in an array.
451 u8 flags; /* Misc info about this GPE */
452 u8 gpe_number; /* This GPE */
453 u8 runtime_count; /* References to a run GPE */
457 /* GPE register address */
464 /* Information about a GPE register pair, one per each status/enable pair in an array */
469 u16 base_gpe_number; /* Base GPE number for this register */
477 * Information about a GPE register block, one per each installed block --
478 * GPE0, GPE1, and one per each installed GPE Block Device.
485 struct acpi_gpe_register_info *register_info; /* One per GPE register pair */
486 struct acpi_gpe_event_info *event_info; /* One for each GPE */
490 u16 block_base_number; /* Base GPE number for this block */
495 /* Information about GPE interrupt handlers, one per each interrupt level used for GPEs */
500 struct acpi_gpe_block_info *gpe_block_list_head; /* List of GPE blocks for this xrupt */