Lines Matching full:gpe
4 * Module Name: evgpeutil - GPE utilities
22 * PARAMETERS: gpe_walk_callback - Routine called for each GPE block
27 * DESCRIPTION: Walk the GPE lists.
47 /* Walk all Gpe Blocks attached to this interrupt level */ in acpi_ev_walk_gpe_list()
52 /* One callback per GPE block */ in acpi_ev_walk_gpe_list()
83 * DESCRIPTION: Matches the input GPE index (0-current_gpe_count) with a GPE
84 * block device. NULL if the GPE is one of the FADT-defined GPEs.
100 * The GPE index is within this block, get the node. Leave the node in acpi_ev_get_gpe_device()
118 * PARAMETERS: interrupt_number - Interrupt for a GPE block
123 * DESCRIPTION: Get or Create a GPE interrupt block. There is one interrupt
125 * called only when the GPE lists are semaphore locked and not
187 "Could not install GPE interrupt handler at level 0x%X", in acpi_ev_get_gpe_xrupt_block()
201 * PARAMETERS: gpe_xrupt - A GPE interrupt info block
259 * PARAMETERS: gpe_xrupt_info - GPE Interrupt info
260 * gpe_block - Gpe Block info
264 * DESCRIPTION: Delete all Handler objects found in the GPE data structs.
282 /* Examine each GPE Register within the block */ in acpi_ev_delete_gpe_handlers()