Home | History | Annotate | Download | only in utilities

Lines Matching refs:NotifyValue

610  * PARAMETERS:  NotifyValue     - Value from the Notify() request
670 UINT32 NotifyValue,
676 if (NotifyValue <= ACPI_GENERIC_NOTIFY_MAX)
678 return (AcpiGbl_GenericNotify[NotifyValue]);
683 if (NotifyValue <= ACPI_MAX_SYS_NOTIFY)
690 if (NotifyValue <= ACPI_SPECIFIC_NOTIFY_MAX)
696 return (AcpiGbl_DeviceNotify [NotifyValue - 0x80]);
699 return (AcpiGbl_ProcessorNotify [NotifyValue - 0x80]);
702 return (AcpiGbl_ThermalNotify [NotifyValue - 0x80]);
711 if (NotifyValue <= ACPI_MAX_DEVICE_SPECIFIC_NOTIFY)