Home
last modified time | relevance | path

Searched refs:acpi_disable_event (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/acpi/acpica/
Devxfevnt.c233 acpi_status acpi_disable_event(u32 event, u32 flags) in ACPI_EXPORT_SYMBOL()
238 ACPI_FUNCTION_TRACE(acpi_disable_event); in ACPI_EXPORT_SYMBOL()
274 ACPI_EXPORT_SYMBOL(acpi_disable_event) in ACPI_EXPORT_SYMBOL() argument
Devmisc.c256 status = acpi_disable_event(i, 0); in acpi_ev_terminate()
Devxface.c706 status = acpi_disable_event(event, 0); in ACPI_EXPORT_SYMBOL()
/linux-4.4.14/drivers/rtc/
Drtc-cmos.c982 acpi_disable_event(ACPI_EVENT_RTC, 0); in rtc_handler()
994 acpi_disable_event(ACPI_EVENT_RTC, 0); in rtc_wake_setup()
1005 acpi_disable_event(ACPI_EVENT_RTC, 0); in rtc_wake_off()
/linux-4.4.14/include/acpi/
Dacpixf.h660 acpi_disable_event(u32 event, u32 flags))
/linux-4.4.14/drivers/acpi/
Dsysfs.c671 result = acpi_disable_event(event, ACPI_NOT_ISR); in counter_set()