Home
last modified time | relevance | path

Searched refs:sc_gpe_bit (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/atopcase/
H A Datopcase_acpi.c167 if (ACPI_FAILURE(AcpiFinishGpe(NULL, sc->sc_gpe_bit))) in atopcase_acpi_gpe_task()
314 &sc->sc_gpe_bit))) { in atopcase_acpi_attach()
318 if (ACPI_FAILURE(AcpiInstallGpeHandler(NULL, sc->sc_gpe_bit, in atopcase_acpi_attach()
323 if (ACPI_FAILURE(AcpiEnableGpe(NULL, sc->sc_gpe_bit))) { in atopcase_acpi_attach()
329 device_printf(dev, "GPE int %d\n", sc->sc_gpe_bit); in atopcase_acpi_attach()
362 if (sc->sc_gpe_bit != 0 && ACPI_FAILURE(AcpiRemoveGpeHandler(NULL, in atopcase_acpi_detach()
363 sc->sc_gpe_bit, atopcase_acpi_notify))) in atopcase_acpi_detach()
386 if (sc->sc_gpe_bit != 0) in atopcase_acpi_suspend()
387 AcpiDisableGpe(NULL, sc->sc_gpe_bit); in atopcase_acpi_suspend()
404 if (sc->sc_gpe_bit != 0) in atopcase_acpi_resume()
[all …]
H A Datopcase_var.h66 int sc_gpe_bit; member
H A Datopcase.c65 (((sc)->sc_gpe_bit == 0 && ((sc)->sc_irq_ih == NULL)) || cold ||\