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 | 1053 AcpiEnableGpe (
|
| /freebsd/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 1419 latter case, however, the first caller of AcpiEnableGpe() for a given GPE 1428 AcpiEnableGpe() pass TRUE to it through that new argument. 4890 Updated the AcpiEnableGpe interface to disallow the enable if there is no 8914 AcpiEnableGpe, AcpiDisableGpe, AcpiClearGpe, AcpiGetGpeStatus 15534 have been specifically enabled for wake via the AcpiEnableGpe interface 15605 explicitly call AcpiEnableGpe. 15609 3) AcpiEnableGpe no longer supports a GPE type flag. 15616 AcpiEnableGpe (NULL, GpeNum, ACPI_NOT_ISR); 15623 AcpiEnableGpe (GpeDevice, GpeNum, ACPI_NOT_ISR);
|