Lines Matching full:gpe
3 * Module Name: evgpeblk - GPE block creation and initialization.
178 * PARAMETERS: GpeBlock - New GPE block
180 * GPE block
184 * DESCRIPTION: Install new GPE block with mutex support
247 * PARAMETERS: GpeBlock - Existing GPE block
251 * DESCRIPTION: Remove a GPE block
330 * PARAMETERS: GpeBlock - New GPE block
334 * DESCRIPTION: Create the RegisterInfo and EventInfo blocks for this GPE block
354 /* Allocate the GPE register information block */ in AcpiEvCreateGpeInfoBlocks()
367 * Allocate the GPE EventInfo block. There are eight distinct GPEs in AcpiEvCreateGpeInfoBlocks()
380 /* Save the new Info arrays in the GPE block */ in AcpiEvCreateGpeInfoBlocks()
386 * Initialize the GPE Register and Event structures. A goal of these in AcpiEvCreateGpeInfoBlocks()
387 * tables is to hide the fact that there are two separate GPE register in AcpiEvCreateGpeInfoBlocks()
388 * sets in a given GPE hardware block, the status registers occupy the in AcpiEvCreateGpeInfoBlocks()
396 /* Init the RegisterInfo for this GPE register (8 GPEs) */ in AcpiEvCreateGpeInfoBlocks()
414 /* Init the EventInfo for each GPE within this register */ in AcpiEvCreateGpeInfoBlocks()
431 /* Clear any pending GPE events within this register */ in AcpiEvCreateGpeInfoBlocks()
463 * PARAMETERS: GpeDevice - Handle to the parent GPE block
465 * RegisterCount - Number of GPE register pairs in the block
466 * GpeBlockBaseNumber - Starting GPE number for the block
472 * DESCRIPTION: Create and Install a block of GPE registers. All GPEs within
501 /* Allocate a new GPE block */ in AcpiEvCreateGpeBlock()
509 /* Initialize the new GPE block */ in AcpiEvCreateGpeBlock()
543 /* Find all GPE methods (_Lxx or_Exx) for this block */ in AcpiEvCreateGpeBlock()
561 " Initialized GPE %02X to %02X [%4.4s] %u regs on interrupt 0x%X%s\n", in AcpiEvCreateGpeBlock()
582 * DESCRIPTION: Initialize and enable a GPE block. Enable GPEs that have
608 * Ignore a null GPE block (e.g., if no GPE block 1 exists), and in AcpiEvInitializeGpeBlock()
609 * any GPE blocks that have been initialized already. in AcpiEvInitializeGpeBlock()
627 /* Get the info block for this particular GPE */ in AcpiEvInitializeGpeBlock()
648 "Could not enable GPE 0x%02X", in AcpiEvInitializeGpeBlock()