Lines Matching full:gpe
3 * Module Name: evgpeutil - GPE utilities
165 * PARAMETERS: GpeWalkCallback - Routine called for each GPE block
170 * DESCRIPTION: Walk the GPE lists.
195 /* Walk all Gpe Blocks attached to this interrupt level */ in AcpiEvWalkGpeList()
200 /* One callback per GPE block */ in AcpiEvWalkGpeList()
232 * DESCRIPTION: Matches the input GPE index (0-CurrentGpeCount) with a GPE
233 * block device. NULL if the GPE is one of the FADT-defined GPEs.
253 * The GPE index is within this block, get the node. Leave the node in AcpiEvGetGpeDevice()
273 * PARAMETERS: InterruptNumber - Interrupt for a GPE block
278 * DESCRIPTION: Get or Create a GPE interrupt block. There is one interrupt
280 * called only when the GPE lists are semaphore locked and not
353 "Could not install GPE interrupt handler at level 0x%X", in AcpiEvGetGpeXruptBlock()
368 * PARAMETERS: GpeXrupt - A GPE interrupt info block
436 * PARAMETERS: GpeXruptInfo - GPE Interrupt info
437 * GpeBlock - Gpe Block info
441 * DESCRIPTION: Delete all Handler objects found in the GPE data structs.
462 /* Examine each GPE Register within the block */ in AcpiEvDeleteGpeHandlers()