Lines Matching full:gpe

4  * Module Name: evgpeblk - GPE block creation and initialization.
30 * PARAMETERS: gpe_block - New GPE block
32 * GPE block
36 * DESCRIPTION: Install new GPE block with mutex support
89 * PARAMETERS: gpe_block - Existing GPE block
93 * DESCRIPTION: Remove a GPE block
160 * PARAMETERS: gpe_block - New GPE block
164 * DESCRIPTION: Create the register_info and event_info blocks for this GPE block
181 /* Allocate the GPE register information block */ in acpi_ev_create_gpe_info_blocks()
194 * Allocate the GPE event_info block. There are eight distinct GPEs in acpi_ev_create_gpe_info_blocks()
207 /* Save the new Info arrays in the GPE block */ in acpi_ev_create_gpe_info_blocks()
213 * Initialize the GPE Register and Event structures. A goal of these in acpi_ev_create_gpe_info_blocks()
214 * tables is to hide the fact that there are two separate GPE register in acpi_ev_create_gpe_info_blocks()
215 * sets in a given GPE hardware block, the status registers occupy the in acpi_ev_create_gpe_info_blocks()
223 /* Init the register_info for this GPE register (8 GPEs) */ in acpi_ev_create_gpe_info_blocks()
237 /* Init the event_info for each GPE within this register */ in acpi_ev_create_gpe_info_blocks()
253 /* Clear any pending GPE events within this register */ in acpi_ev_create_gpe_info_blocks()
280 * PARAMETERS: gpe_device - Handle to the parent GPE block
282 * register_count - Number of GPE register pairs in the block
283 * gpe_block_base_number - Starting GPE number for the block
289 * DESCRIPTION: Create and Install a block of GPE registers. All GPEs within
331 /* Allocate a new GPE block */ in acpi_ev_create_gpe_block()
338 /* Initialize the new GPE block */ in acpi_ev_create_gpe_block()
370 /* Find all GPE methods (_Lxx or_Exx) for this block */ in acpi_ev_create_gpe_block()
388 " Initialized GPE %02X to %02X [%4.4s] %u regs on interrupt 0x%X%s\n", in acpi_ev_create_gpe_block()
411 * DESCRIPTION: Initialize and enable a GPE block. Enable GPEs that have
434 * Ignore a null GPE block (e.g., if no GPE block 1 exists), and in acpi_ev_initialize_gpe_block()
435 * any GPE blocks that have been initialized already. in acpi_ev_initialize_gpe_block()
451 /* Get the info block for this particular GPE */ in acpi_ev_initialize_gpe_block()
473 "Could not enable GPE 0x%02X", in acpi_ev_initialize_gpe_block()