Searched defs:acpi_gpe_event_info (Results 1 – 1 of 1) sorted by relevance
448 struct acpi_gpe_event_info { struct449 union acpi_gpe_dispatch_info dispatch; /* Either Method, Handler, or notify_list */450 struct acpi_gpe_register_info *register_info; /* Backpointer to register info */451 u8 flags; /* Misc info about this GPE */452 u8 gpe_number; /* This GPE */453 u8 runtime_count; /* References to a run GPE */454 u8 disable_for_dispatch; /* Masked during dispatching */
Completed in 12 milliseconds