Searched refs:AcpiEnableGpe (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/dev/acpica/components/events/ |
H A D | evxfgpe.c | 245 AcpiEnableGpe ( in ACPI_EXPORT_SYMBOL() 254 ACPI_FUNCTION_TRACE (AcpiEnableGpe); in ACPI_EXPORT_SYMBOL() 292 ACPI_EXPORT_SYMBOL (AcpiEnableGpe) in ACPI_EXPORT_SYMBOL() argument
|
/freebsd/sys/dev/atopcase/ |
H A D | atopcase_acpi.c | 323 if (ACPI_FAILURE(AcpiEnableGpe(NULL, sc->sc_gpe_bit))) { in atopcase_acpi_attach() 405 AcpiEnableGpe(NULL, sc->sc_gpe_bit); in atopcase_acpi_resume()
|
/freebsd/sys/dev/acpica/ |
H A D | acpi_lid.c | 180 AcpiEnableGpe(prw.gpe_handle, prw.gpe_bit); in acpi_lid_attach()
|
H A D | acpi_button.c | 189 AcpiEnableGpe(prw.gpe_handle, prw.gpe_bit); in acpi_button_attach()
|
/freebsd/sys/contrib/dev/acpica/include/ |
H A D | acpixf.h | 1047 AcpiEnableGpe (
|
/freebsd/sys/contrib/dev/acpica/ |
H A D | changes.txt | 1287 latter case, however, the first caller of AcpiEnableGpe() for a given GPE 1296 AcpiEnableGpe() pass TRUE to it through that new argument. 4758 Updated the AcpiEnableGpe interface to disallow the enable if there is no 8782 AcpiEnableGpe, AcpiDisableGpe, AcpiClearGpe, AcpiGetGpeStatus 15402 have been specifically enabled for wake via the AcpiEnableGpe interface 15473 explicitly call AcpiEnableGpe. 15477 3) AcpiEnableGpe no longer supports a GPE type flag. 15484 AcpiEnableGpe (NULL, GpeNum, ACPI_NOT_ISR); 15491 AcpiEnableGpe (GpeDevice, GpeNum, ACPI_NOT_ISR);
|