<dec f='src/src/sys/external/bsd/acpica/dist/include/acpixf.h' l='939' type='ACPI_STATUS AcpiSetupGpeForWake(ACPI_HANDLE ParentDevice, ACPI_HANDLE GpeDevice, UINT32 GpeNumber)'/>
<use f='src/src/sys/dev/acpi/acpi_wakedev.c' l='157' u='c' c='acpi_wakedev_init'/>
<def f='src/src/sys/external/bsd/acpica/dist/events/evxfgpe.c' l='420' ll='549' type='ACPI_STATUS AcpiSetupGpeForWake(ACPI_HANDLE WakeDevice, ACPI_HANDLE GpeDevice, UINT32 GpeNumber)'/>
<doc f='src/src/sys/external/bsd/acpica/dist/events/evxfgpe.c' l='401'>/*******************************************************************************
 *
 * FUNCTION:    AcpiSetupGpeForWake
 *
 * PARAMETERS:  WakeDevice          - Device associated with the GPE (via _PRW)
 *              GpeDevice           - Parent GPE Device. NULL for GPE0/GPE1
 *              GpeNumber           - GPE level within the GPE block
 *
 * RETURN:      Status
 *
 * DESCRIPTION: Mark a GPE as having the ability to wake the system. This
 *              interface is intended to be used as the host executes the
 *              _PRW methods (Power Resources for Wake) in the system tables.
 *              Each _PRW appears under a Device Object (The WakeDevice), and
 *              contains the info for the wake GPE associated with the
 *              WakeDevice.
 *
 ******************************************************************************/</doc>
