<dec f='src/src/sys/external/bsd/acpica/dist/include/acpixf.h' l='890' type='ACPI_STATUS AcpiUpdateAllGpes()'/>
<use f='src/src/sys/dev/acpi/acpi.c' l='685' u='c' c='acpi_config_tree'/>
<def f='src/src/sys/external/bsd/acpica/dist/events/evxfgpe.c' l='78' ll='108' type='ACPI_STATUS AcpiUpdateAllGpes()'/>
<doc f='src/src/sys/external/bsd/acpica/dist/events/evxfgpe.c' l='56'>/*******************************************************************************
 *
 * FUNCTION:    AcpiUpdateAllGpes
 *
 * PARAMETERS:  None
 *
 * RETURN:      Status
 *
 * DESCRIPTION: Complete GPE initialization and enable all GPEs that have
 *              associated _Lxx or _Exx methods and are not pointed to by any
 *              device _PRW methods (this indicates that these GPEs are
 *              generally intended for system or device wakeup. Such GPEs
 *              have to be enabled directly when the devices whose _PRW
 *              methods point to them are set up for wakeup signaling.)
 *
 * NOTE: Should be called after any GPEs are added to the system. Primarily,
 * after the system _PRW methods have been run, but also after a GPE Block
 * Device has been added or if any new GPE methods have been added via a
 * dynamic table load.
 *
 ******************************************************************************/</doc>
