Home
last modified time | relevance | path

Searched refs:AcpiHwLowSetGpe (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/contrib/dev/acpica/source/components/events/
H A Devgpe.c245 Status = AcpiHwLowSetGpe (GpeEventInfo, ACPI_GPE_ENABLE); in AcpiEvEnableGpe()
292 (void) AcpiHwLowSetGpe (GpeEventInfo, ACPI_GPE_DISABLE); in AcpiEvMaskGpe()
306 (void) AcpiHwLowSetGpe (GpeEventInfo, ACPI_GPE_ENABLE); in AcpiEvMaskGpe()
406 Status = AcpiHwLowSetGpe (GpeEventInfo, ACPI_GPE_DISABLE); in AcpiEvRemoveGpeReference()
803 (void) AcpiHwLowSetGpe (GpeEventInfo, ACPI_GPE_CONDITIONAL_ENABLE); in AcpiEvFinishGpe()
986 Status = AcpiHwLowSetGpe (GpeEventInfo, ACPI_GPE_DISABLE); in AcpiEvGpeDispatch()
1006 (void) AcpiHwLowSetGpe ( in AcpiEvGpeDispatch()
H A Devxfgpe.c400 Status = AcpiHwLowSetGpe (GpeEventInfo, ACPI_GPE_ENABLE); in ACPI_EXPORT_SYMBOL()
406 Status = AcpiHwLowSetGpe (GpeEventInfo, ACPI_GPE_DISABLE); in ACPI_EXPORT_SYMBOL()
H A Devgpeinit.c558 (void) AcpiHwLowSetGpe (GpeEventInfo, ACPI_GPE_DISABLE); in AcpiEvMatchGpeMethod()
/dragonfly/sys/contrib/dev/acpica/source/include/
H A Dachware.h281 AcpiHwLowSetGpe (
/dragonfly/sys/contrib/dev/acpica/source/components/hardware/
H A Dhwgpe.c214 AcpiHwLowSetGpe ( in AcpiHwLowSetGpe() function