Searched refs:gpe (Results 1 - 1 of 1) sorted by relevance

/barrelfish-master/usr/acpi/
H A Dacpi_ec.c223 ACPI_INTEGER gpe; local
225 gpe = obj->Integer.Value;
279 as = AcpiInstallGpeHandler(NULL, gpe, ACPI_GPE_EDGE_TRIGGERED, gpe_handler,
291 as = AcpiSetGpeType(NULL, gpe, ACPI_GPE_TYPE_RUNTIME);
293 ACPI_DEBUG("Failed to set GPE %"PRIu64" type: 0x%"PRIx32"\n", gpe, as);
298 as = AcpiEnableGpe(NULL, gpe);
300 ACPI_DEBUG("Failed to enable GPE %"PRIu64": 0x%"PRIx32"\n", gpe, as);

Completed in 36 milliseconds