Searched refs:ACPI_ALL_NOTIFY (Results 1 – 4 of 4) sorted by relevance
/acpica-latest/source/tools/acpiexec/ |
D | aehandlers.c | 684 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/ |
D | evxface.c | 349 if (HandlerType == ACPI_ALL_NOTIFY) in AcpiInstallNotifyHandler()
|
/acpica-latest/source/include/ |
D | actypes.h | 953 #define ACPI_ALL_NOTIFY (ACPI_SYSTEM_NOTIFY | ACPI_DEVICE_NOTIFY) macro
|
/acpica-latest/documents/ |
D | changes.txt | 15278 traps both types of notifies (System, Device). Use ACPI_ALL_NOTIFY flag.
|