Searched refs:NotifyValue (Results 1 – 6 of 6) sorted by relevance
562 UINT32 NotifyValue, in AcpiUtGetNotifyName() argument568 if (NotifyValue <= ACPI_GENERIC_NOTIFY_MAX) in AcpiUtGetNotifyName()570 return (AcpiGbl_GenericNotify[NotifyValue]); in AcpiUtGetNotifyName()575 if (NotifyValue <= ACPI_MAX_SYS_NOTIFY) in AcpiUtGetNotifyName()582 if (NotifyValue <= ACPI_SPECIFIC_NOTIFY_MAX) in AcpiUtGetNotifyName()588 return (AcpiGbl_DeviceNotify [NotifyValue - 0x80]); in AcpiUtGetNotifyName()591 return (AcpiGbl_ProcessorNotify [NotifyValue - 0x80]); in AcpiUtGetNotifyName()594 return (AcpiGbl_ThermalNotify [NotifyValue - 0x80]); in AcpiUtGetNotifyName()603 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()
184 UINT8 NotifyValue; in AcpiDmNotifyDescription() local198 NotifyValue = (UINT8) NextOp->Common.AmlOpcode; in AcpiDmNotifyDescription()203 NotifyValue = (UINT8) NextOp->Asl.Value.Integer; in AcpiDmNotifyDescription()221 AcpiOsPrintf (" // %s", AcpiUtGetNotifyName (NotifyValue, Type)); in AcpiDmNotifyDescription()
141 UINT32 NotifyValue) in AcpiEvQueueNotifyRequest() argument
93 UINT32 NotifyValue);
327 UINT32 NotifyValue,