Searched refs:AcpiSetupGpeForWake (Results 1 – 4 of 4) sorted by relevance
/acpica-latest/source/tools/acpiexec/ |
D | aetests.c | 383 Status = AcpiSetupGpeForWake (Handle, NULL, 5); in AeMiscellaneousTests() 384 ACPI_CHECK_OK (AcpiSetupGpeForWake, Status); in AeMiscellaneousTests() 389 Status = AcpiSetupGpeForWake (Handle, NULL, 6); in AeMiscellaneousTests() 390 ACPI_CHECK_OK (AcpiSetupGpeForWake, Status); in AeMiscellaneousTests() 392 Status = AcpiSetupGpeForWake (ACPI_ROOT_OBJECT, NULL, 6); in AeMiscellaneousTests() 393 ACPI_CHECK_OK (AcpiSetupGpeForWake, Status); in AeMiscellaneousTests() 395 Status = AcpiSetupGpeForWake (Handle, NULL, 9); in AeMiscellaneousTests() 396 ACPI_CHECK_OK (AcpiSetupGpeForWake, Status); in AeMiscellaneousTests()
|
/acpica-latest/source/components/events/ |
D | evxfgpe.c | 548 AcpiSetupGpeForWake ( in ACPI_EXPORT_SYMBOL() 561 ACPI_FUNCTION_TRACE (AcpiSetupGpeForWake); in ACPI_EXPORT_SYMBOL() 688 ACPI_EXPORT_SYMBOL (AcpiSetupGpeForWake) in ACPI_EXPORT_SYMBOL() argument
|
/acpica-latest/source/include/ |
D | acpixf.h | 1091 AcpiSetupGpeForWake (
|
/acpica-latest/documents/ |
D | changes.txt | 6656 code errors. See the description of the AcpiSetupGpeForWake interface in 7827 root object was passed to the AcpiSetupGpeForWake interface. Lin Ming. 8086 AcpiSetupGpeForWake
|