Home
last modified time | relevance | path

Searched refs:acpi_record_event (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/sys/dev/acpi/
Dacpibtn.c262 if (acpi_record_event(sc->sc_acpi, APM_USER_HIBERNATE_REQ)) in acpibtn_notify()
281 if (acpi_record_event(sc->sc_acpi, APM_USER_SUSPEND_REQ)) in acpibtn_notify()
Dacpitoshiba.c363 if (acpi_record_event(sc->sc_acpi, APM_USER_SUSPEND_REQ)) { in toshiba_hotkey()
372 if (acpi_record_event(sc->sc_acpi, APM_USER_HIBERNATE_REQ)) { in toshiba_hotkey()
Dacpiac.c162 acpi_record_event(sc->sc_acpi, APM_POWER_CHANGE); in acpiac_notify()
Dacpi_x86.c194 acpi_record_event(sc, APM_NORMAL_RESUME); in suspend_finish()
Dacpisony.c199 if (acpi_record_event(sc->sc_acpi, APM_USER_SUSPEND_REQ)) in acpisony_notify()
Dacpivar.h376 int acpi_record_event(struct acpi_softc *, u_int);
Dacpithinkpad.c501 if (acpi_record_event(sc->sc_acpi, APM_USER_SUSPEND_REQ)) in thinkpad_hotkey()
522 if (acpi_record_event(sc->sc_acpi, APM_USER_HIBERNATE_REQ)) in thinkpad_hotkey()
Dacpisbs.c403 acpi_record_event(sc->sc_acpi, APM_POWER_CHANGE); in acpisbs_notify()
Dacpibat.c541 acpi_record_event(sc->sc_acpi, APM_POWER_CHANGE); in acpibat_notify()
Dacpi.c1996 acpi_record_event(sc, APM_POWER_CHANGE); in acpi_sleep_task()
3477 acpi_record_event(struct acpi_softc *sc, u_int type) in acpi_record_event() function