Home
last modified time | relevance | path

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

/linux-4.1.27/include/acpi/
Dactypes.h747 typedef u32 acpi_event_status; typedef
749 #define ACPI_EVENT_FLAG_DISABLED (acpi_event_status) 0x00
750 #define ACPI_EVENT_FLAG_ENABLED (acpi_event_status) 0x01
751 #define ACPI_EVENT_FLAG_WAKE_ENABLED (acpi_event_status) 0x02
752 #define ACPI_EVENT_FLAG_STATUS_SET (acpi_event_status) 0x04
753 #define ACPI_EVENT_FLAG_ENABLE_SET (acpi_event_status) 0x08
754 #define ACPI_EVENT_FLAG_HAS_HANDLER (acpi_event_status) 0x10
Dacpixf.h664 acpi_event_status
708 acpi_event_status
/linux-4.1.27/drivers/acpi/acpica/
Devxfevnt.c325 acpi_status acpi_get_event_status(u32 event, acpi_event_status * event_status) in ACPI_EXPORT_SYMBOL()
328 acpi_event_status local_event_status = 0; in ACPI_EXPORT_SYMBOL()
Dhwgpe.c211 acpi_event_status *event_status) in acpi_hw_get_gpe_status()
216 acpi_event_status local_event_status = 0; in acpi_hw_get_gpe_status()
Dachware.h130 acpi_event_status *event_status);
Devxfgpe.c575 u32 gpe_number, acpi_event_status *event_status) in ACPI_EXPORT_SYMBOL()
/linux-4.1.27/drivers/acpi/
Dsysfs.c492 static int get_status(u32 index, acpi_event_status *status, in get_status()
521 acpi_event_status status; in counter_show()
564 acpi_event_status status; in counter_set()
Dsleep.c545 acpi_event_status pwr_btn_status = ACPI_EVENT_FLAG_DISABLED; in acpi_suspend_enter()
Dec.c267 acpi_event_status gpe_status = 0; in acpi_ec_is_gpe_raised()
Dscan.c1682 acpi_event_status event_status; in acpi_wakeup_gpe_init()