Home
last modified time | relevance | path

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

/third_party/lib/acpica/source/components/utilities/
A Dutdecode.c554 UINT32 NotifyValue, in AcpiUtGetNotifyName() argument
560 if (NotifyValue <= ACPI_NOTIFY_MAX) in AcpiUtGetNotifyName()
562 return (AcpiGbl_GenericNotify[NotifyValue]); in AcpiUtGetNotifyName()
567 if (NotifyValue <= ACPI_MAX_SYS_NOTIFY) in AcpiUtGetNotifyName()
574 if (NotifyValue <= 0x83) in AcpiUtGetNotifyName()
580 return (AcpiGbl_DeviceNotify [NotifyValue - 0x80]); in AcpiUtGetNotifyName()
583 return (AcpiGbl_ProcessorNotify [NotifyValue - 0x80]); in AcpiUtGetNotifyName()
586 return (AcpiGbl_ThermalNotify [NotifyValue - 0x80]); in AcpiUtGetNotifyName()
595 if (NotifyValue <= ACPI_MAX_DEVICE_SPECIFIC_NOTIFY) in AcpiUtGetNotifyName()
/third_party/lib/acpica/source/components/events/
A Devmisc.c113 UINT32 NotifyValue) in AcpiEvQueueNotifyRequest() argument
134 if (NotifyValue <= ACPI_MAX_SYS_NOTIFY) in AcpiEvQueueNotifyRequest()
161 AcpiUtGetNodeName (Node), NotifyValue, Node)); in AcpiEvQueueNotifyRequest()
177 Info->Notify.Value = (UINT16) NotifyValue; in AcpiEvQueueNotifyRequest()
185 NotifyValue, AcpiUtGetNotifyName (NotifyValue, ACPI_TYPE_ANY), Node)); in AcpiEvQueueNotifyRequest()
/third_party/lib/acpica/source/components/disassembler/
A Ddmopcode.c180 UINT8 NotifyValue; in AcpiDmNotifyDescription() local
194 NotifyValue = (UINT8) NextOp->Common.AmlOpcode; in AcpiDmNotifyDescription()
199 NotifyValue = (UINT8) NextOp->Asl.Value.Integer; in AcpiDmNotifyDescription()
217 AcpiOsPrintf (" // %s", AcpiUtGetNotifyName (NotifyValue, Type)); in AcpiDmNotifyDescription()
/third_party/lib/acpica/source/compiler/
A Daslstubs.c125 UINT32 NotifyValue) in AcpiEvQueueNotifyRequest() argument
/third_party/lib/acpica/source/include/acpica/
A Dacevents.h78 UINT32 NotifyValue);
A Dacutils.h215 UINT32 NotifyValue,

Completed in 11 milliseconds