Searched refs:NotifyValue (Results 1 – 6 of 6) sorted by relevance
554 UINT32 NotifyValue, in AcpiUtGetNotifyName() argument560 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()
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()
125 UINT32 NotifyValue) in AcpiEvQueueNotifyRequest() argument
78 UINT32 NotifyValue);
215 UINT32 NotifyValue,
Completed in 8 milliseconds