Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/acpica/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()
399 Status = AcpiHwLowSetGpe (GpeEventInfo, ACPI_GPE_DISABLE); in AcpiEvRemoveGpeReference()
796 (void) AcpiHwLowSetGpe (GpeEventInfo, ACPI_GPE_CONDITIONAL_ENABLE); in AcpiEvFinishGpe()
970 Status = AcpiHwLowSetGpe (GpeEventInfo, ACPI_GPE_DISABLE); in AcpiEvGpeDispatch()
990 (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.c561 (void) AcpiHwLowSetGpe (GpeEventInfo, ACPI_GPE_DISABLE); in AcpiEvMatchGpeMethod()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dachware.h281 AcpiHwLowSetGpe (
/illumos-gate/usr/src/common/acpica/hardware/
H A Dhwgpe.c214 AcpiHwLowSetGpe ( in AcpiHwLowSetGpe() function