Home
last modified time | relevance | path

Searched refs:ACPI_ALL_NOTIFY (Results 1 – 4 of 4) sorted by relevance

/acpica-latest/source/tools/acpiexec/
Daehandlers.c684 Status = AcpiInstallNotifyHandler (Handle, ACPI_ALL_NOTIFY, in AeInstallLateHandlers()
688 Status = AcpiInstallNotifyHandler (Handle, ACPI_ALL_NOTIFY, in AeInstallLateHandlers()
692 Status = AcpiRemoveNotifyHandler (Handle, ACPI_ALL_NOTIFY, in AeInstallLateHandlers()
696 Status = AcpiRemoveNotifyHandler (Handle, ACPI_ALL_NOTIFY, in AeInstallLateHandlers()
700 Status = AcpiInstallNotifyHandler (Handle, ACPI_ALL_NOTIFY, in AeInstallLateHandlers()
704 Status = AcpiInstallNotifyHandler (Handle, ACPI_ALL_NOTIFY, in AeInstallLateHandlers()
712 Status = AcpiInstallNotifyHandler (Handle, ACPI_ALL_NOTIFY, in AeInstallLateHandlers()
845 Status = AcpiInstallNotifyHandler (Handle, ACPI_ALL_NOTIFY, in AeInstallEarlyHandlers()
849 Status = AcpiRemoveNotifyHandler (Handle, ACPI_ALL_NOTIFY, in AeInstallEarlyHandlers()
854 Status = AcpiInstallNotifyHandler (Handle, ACPI_ALL_NOTIFY, in AeInstallEarlyHandlers()
/acpica-latest/source/components/events/
Devxface.c349 if (HandlerType == ACPI_ALL_NOTIFY) in AcpiInstallNotifyHandler()
/acpica-latest/source/include/
Dactypes.h953 #define ACPI_ALL_NOTIFY (ACPI_SYSTEM_NOTIFY | ACPI_DEVICE_NOTIFY) macro
/acpica-latest/documents/
Dchanges.txt15278 traps both types of notifies (System, Device). Use ACPI_ALL_NOTIFY flag.