Searched refs:NotifyValue (Results 1 – 5 of 5) sorted by relevance
557 UINT32 NotifyValue, in AcpiUtGetNotifyName() argument563 if (NotifyValue <= ACPI_GENERIC_NOTIFY_MAX) in AcpiUtGetNotifyName()565 return (AcpiGbl_GenericNotify[NotifyValue]); in AcpiUtGetNotifyName()570 if (NotifyValue <= ACPI_MAX_SYS_NOTIFY) in AcpiUtGetNotifyName()577 if (NotifyValue <= ACPI_SPECIFIC_NOTIFY_MAX) in AcpiUtGetNotifyName()583 return (AcpiGbl_DeviceNotify [NotifyValue - 0x80]); in AcpiUtGetNotifyName()586 return (AcpiGbl_ProcessorNotify [NotifyValue - 0x80]); in AcpiUtGetNotifyName()589 return (AcpiGbl_ThermalNotify [NotifyValue - 0x80]); in AcpiUtGetNotifyName()598 if (NotifyValue <= ACPI_MAX_DEVICE_SPECIFIC_NOTIFY) in AcpiUtGetNotifyName()
113 UINT32 NotifyValue) in AcpiEvQueueNotifyRequest() argument134 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()
180 UINT8 NotifyValue; in AcpiDmNotifyDescription() local194 NotifyValue = (UINT8) NextOp->Common.AmlOpcode; in AcpiDmNotifyDescription()199 NotifyValue = (UINT8) NextOp->Asl.Value.Integer; in AcpiDmNotifyDescription()217 AcpiOsPrintf (" // %s", AcpiUtGetNotifyName (NotifyValue, Type)); in AcpiDmNotifyDescription()
78 UINT32 NotifyValue);
252 UINT32 NotifyValue,