ReactOS 0.4.16-dev-109-gf4cb10f
|
Go to the source code of this file.
Macros | |
#define | EXPORT_ACPI_INTERFACES |
#define | DEFINE_ACPI_GLOBALS |
#define | _COMPONENT ACPI_UTILITIES |
Variables | |
const char * | AcpiGbl_SleepStateNames [ACPI_S_STATE_COUNT] |
const char * | AcpiGbl_LowestDstateNames [ACPI_NUM_SxW_METHODS] |
const char * | AcpiGbl_HighestDstateNames [ACPI_NUM_SxD_METHODS] |
const char | AcpiGbl_LowerHexDigits [] = "0123456789abcdef" |
const char | AcpiGbl_UpperHexDigits [] = "0123456789ABCDEF" |
const ACPI_PREDEFINED_NAMES | AcpiGbl_PreDefinedNames [] |
ACPI_BIT_REGISTER_INFO | AcpiGbl_BitRegisterInfo [ACPI_NUM_BITREG] |
ACPI_FIXED_EVENT_INFO | AcpiGbl_FixedEventInfo [ACPI_NUM_FIXED_EVENTS] |
#define _COMPONENT ACPI_UTILITIES |
Definition at line 50 of file utglobal.c.
#define DEFINE_ACPI_GLOBALS |
Definition at line 45 of file utglobal.c.
#define EXPORT_ACPI_INTERFACES |
Definition at line 44 of file utglobal.c.
ACPI_BIT_REGISTER_INFO AcpiGbl_BitRegisterInfo[ACPI_NUM_BITREG] |
Definition at line 145 of file utglobal.c.
Referenced by AcpiHwGetBitRegisterInfo().
ACPI_FIXED_EVENT_INFO AcpiGbl_FixedEventInfo[ACPI_NUM_FIXED_EVENTS] |
Definition at line 175 of file utglobal.c.
Referenced by AcpiClearEvent(), AcpiDisableEvent(), AcpiEnableEvent(), AcpiEvFixedEventDetect(), AcpiEvFixedEventDispatch(), AcpiEvFixedEventInitialize(), AcpiGetEventStatus(), and AcpiHwLegacyWake().
const char* AcpiGbl_HighestDstateNames[ACPI_NUM_SxD_METHODS] |
Definition at line 81 of file utglobal.c.
Referenced by AcpiGetObjectInfo().
Definition at line 92 of file utglobal.c.
Referenced by AcpiUtPutNumber().
const char* AcpiGbl_LowestDstateNames[ACPI_NUM_SxW_METHODS] |
Definition at line 72 of file utglobal.c.
Referenced by AcpiGetObjectInfo().
const ACPI_PREDEFINED_NAMES AcpiGbl_PreDefinedNames[] |
Definition at line 113 of file utglobal.c.
Referenced by AcpiNsRootInitialize().
const char* AcpiGbl_SleepStateNames[ACPI_S_STATE_COUNT] |
Definition at line 62 of file utglobal.c.
Referenced by AcpiGetSleepTypeData().
Definition at line 93 of file utglobal.c.
Referenced by AcpiUtPutNumber().