• Home
  • Raw
  • Download

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
157 * PARAMETERS: gpe_block - New GPE block
161 * DESCRIPTION: Create the register_info and event_info blocks for this GPE block
178 /* Allocate the GPE register information block */ in acpi_ev_create_gpe_info_blocks()
191 * Allocate the GPE event_info block. There are eight distinct GPEs in acpi_ev_create_gpe_info_blocks()
204 /* Save the new Info arrays in the GPE block */ in acpi_ev_create_gpe_info_blocks()
210 * Initialize the GPE Register and Event structures. A goal of these in acpi_ev_create_gpe_info_blocks()
211 * tables is to hide the fact that there are two separate GPE register in acpi_ev_create_gpe_info_blocks()
212 * sets in a given GPE hardware block, the status registers occupy the in acpi_ev_create_gpe_info_blocks()
220 /* Init the register_info for this GPE register (8 GPEs) */ in acpi_ev_create_gpe_info_blocks()
240 /* Init the event_info for each GPE within this register */ in acpi_ev_create_gpe_info_blocks()
256 /* Clear any pending GPE events within this register */ in acpi_ev_create_gpe_info_blocks()
283 * PARAMETERS: gpe_device - Handle to the parent GPE block
285 * register_count - Number of GPE register pairs in the block
286 * gpe_block_base_number - Starting GPE number for the block
292 * DESCRIPTION: Create and Install a block of GPE registers. All GPEs within
317 /* Allocate a new GPE block */ in acpi_ev_create_gpe_block()
324 /* Initialize the new GPE block */ in acpi_ev_create_gpe_block()
356 /* Find all GPE methods (_Lxx or_Exx) for this block */ in acpi_ev_create_gpe_block()
374 " Initialized GPE %02X to %02X [%4.4s] %u regs on interrupt 0x%X%s\n", in acpi_ev_create_gpe_block()
397 * DESCRIPTION: Initialize and enable a GPE block. Enable GPEs that have
420 * Ignore a null GPE block (e.g., if no GPE block 1 exists), and in acpi_ev_initialize_gpe_block()
421 * any GPE blocks that have been initialized already. in acpi_ev_initialize_gpe_block()
437 /* Get the info block for this particular GPE */ in acpi_ev_initialize_gpe_block()
459 "Could not enable GPE 0x%02X", in acpi_ev_initialize_gpe_block()