Searched refs:NotifyValue (Results 1 – 6 of 6) sorted by relevance
670 UINT32 NotifyValue, in AcpiUtGetNotifyName() argument676 if (NotifyValue <= ACPI_GENERIC_NOTIFY_MAX) in AcpiUtGetNotifyName()678 return (AcpiGbl_GenericNotify[NotifyValue]); in AcpiUtGetNotifyName()683 if (NotifyValue <= ACPI_MAX_SYS_NOTIFY) in AcpiUtGetNotifyName()690 if (NotifyValue <= ACPI_SPECIFIC_NOTIFY_MAX) in AcpiUtGetNotifyName()696 return (AcpiGbl_DeviceNotify [NotifyValue - 0x80]); in AcpiUtGetNotifyName()699 return (AcpiGbl_ProcessorNotify [NotifyValue - 0x80]); in AcpiUtGetNotifyName()702 return (AcpiGbl_ThermalNotify [NotifyValue - 0x80]); in AcpiUtGetNotifyName()711 if (NotifyValue <= ACPI_MAX_DEVICE_SPECIFIC_NOTIFY) in AcpiUtGetNotifyName()
221 UINT32 NotifyValue) in AcpiEvQueueNotifyRequest() argument242 if (NotifyValue <= ACPI_MAX_SYS_NOTIFY) in AcpiEvQueueNotifyRequest()269 AcpiUtGetNodeName (Node), NotifyValue, Node)); in AcpiEvQueueNotifyRequest()285 Info->Notify.Value = (UINT16) NotifyValue; in AcpiEvQueueNotifyRequest()293 NotifyValue, AcpiUtGetNotifyName (NotifyValue, ACPI_TYPE_ANY), Node)); in AcpiEvQueueNotifyRequest()
292 UINT8 NotifyValue; in AcpiDmNotifyDescription() local306 NotifyValue = (UINT8) NextOp->Common.AmlOpcode; in AcpiDmNotifyDescription()311 NotifyValue = (UINT8) NextOp->Asl.Value.Integer; in AcpiDmNotifyDescription()329 AcpiOsPrintf (" // %s", AcpiUtGetNotifyName (NotifyValue, Type)); in AcpiDmNotifyDescription()
249 UINT32 NotifyValue) in AcpiEvQueueNotifyRequest() argument
201 UINT32 NotifyValue);
435 UINT32 NotifyValue,