ReactOS 0.4.16-dev-289-g096a551
|
Go to the source code of this file.
Classes | |
struct | acpi_pkg_info |
Typedefs | |
typedef ACPI_STATUS(* | ACPI_WALK_AML_CALLBACK) (UINT8 *Aml, UINT32 Length, UINT32 Offset, UINT8 ResourceIndex, void **Context) |
typedef ACPI_STATUS(* | ACPI_PKG_CALLBACK) (UINT8 ObjectType, ACPI_OPERAND_OBJECT *SourceObject, ACPI_GENERIC_STATE *State, void *Context) |
typedef struct acpi_pkg_info | ACPI_PKG_INFO |
Variables | |
const UINT8 | AcpiGbl_ResourceAmlSizes [] |
const UINT8 | AcpiGbl_ResourceAmlSerialBusSizes [] |
#define ACPI_MSG_SUFFIX AcpiOsPrintf (" (%8.8X/%s-%u)\n", ACPI_CA_VERSION, ModuleName, LineNumber) |
#define AcpiUtAllocateObjectDesc | ( | ) | AcpiUtAllocateObjectDescDbg (_AcpiModuleName,__LINE__,_COMPONENT) |
#define AcpiUtCreateInternalObject | ( | t | ) | AcpiUtCreateInternalObjectDbg (_AcpiModuleName,__LINE__,_COMPONENT,t) |
typedef ACPI_STATUS(* ACPI_PKG_CALLBACK) (UINT8 ObjectType, ACPI_OPERAND_OBJECT *SourceObject, ACPI_GENERIC_STATE *State, void *Context) |
typedef struct acpi_pkg_info ACPI_PKG_INFO |
const AH_DEVICE_ID * AcpiAhMatchHardwareId | ( | char * | Hid | ) |
const AH_PREDEFINED_NAME * AcpiAhMatchPredefinedName | ( | char * | Nameseg | ) |
ACPI_STATUS AcpiUtAcquireMutex | ( | ACPI_MUTEX_HANDLE | MutexId | ) |
Definition at line 256 of file utmutex.c.
Referenced by AcpiAnyGpeStatusSet(), AcpiAttachData(), AcpiCheckAddressRange(), AcpiDebugTrace(), AcpiDetachData(), AcpiDisableAllGpes(), AcpiEnableAllRuntimeGpes(), AcpiEnableAllWakeupGpes(), AcpiEvDeleteGpeBlock(), AcpiEvDetachRegion(), AcpiEvExecuteOrphanRegMethod(), AcpiEvGpeInitialize(), AcpiEvInitializeOpRegions(), AcpiEvInstallGpeBlock(), AcpiEvInstallGpeHandler(), AcpiEvInstallRegionHandlers(), AcpiEvUpdateGpes(), AcpiExEnterInterpreter(), AcpiGetData(), AcpiGetDevices(), AcpiGetName(), AcpiGetNextObject(), AcpiGetObjectInfo(), AcpiGetParent(), AcpiGetTable(), AcpiGetTableByIndex(), AcpiGetType(), AcpiInstallAddressSpaceHandler(), AcpiInstallExceptionHandler(), AcpiInstallFixedEventHandler(), AcpiInstallGlobalEventHandler(), AcpiInstallGpeBlock(), AcpiInstallMethod(), AcpiInstallNotifyHandler(), AcpiInstallSciHandler(), AcpiInstallTableHandler(), AcpiNsDeleteNamespaceByOwner(), AcpiNsDeleteNamespaceSubtree(), AcpiNsGetDeviceCallback(), AcpiNsGetNode(), AcpiNsRootInitialize(), AcpiNsTerminate(), AcpiNsWalkNamespace(), AcpiPutTable(), AcpiReallocateRootTable(), AcpiRemoveAddressSpaceHandler(), AcpiRemoveFixedEventHandler(), AcpiRemoveGpeBlock(), AcpiRemoveGpeHandler(), AcpiRemoveNotifyHandler(), AcpiRemoveSciHandler(), AcpiRemoveTableHandler(), AcpiTbAllocateOwnerId(), AcpiTbDeleteNamespaceByOwner(), AcpiTbFindTable(), AcpiTbGetOwnerId(), AcpiTbInstallStandardTable(), AcpiTbIsTableLoaded(), AcpiTbLoadNamespace(), AcpiTbReleaseOwnerId(), AcpiTbSetTableLoadedFlag(), AcpiTbTerminate(), AcpiUnloadParentTable(), AcpiUpdateAllGpes(), AcpiUtAllocateOwnerId(), AcpiUtReleaseOwnerId(), and AcpiWalkNamespace().
ACPI_STATUS AcpiUtAcquireReadLock | ( | ACPI_RW_LOCK * | Lock | ) |
Definition at line 117 of file utlock.c.
Referenced by AcpiWalkNamespace().
ACPI_STATUS AcpiUtAcquireWriteLock | ( | ACPI_RW_LOCK * | Lock | ) |
Definition at line 185 of file utlock.c.
Referenced by AcpiTbDeleteNamespaceByOwner().
ACPI_STATUS AcpiUtAddAddressRange | ( | ACPI_ADR_SPACE_TYPE | SpaceId, |
ACPI_PHYSICAL_ADDRESS | Address, | ||
UINT32 | Length, | ||
ACPI_NAMESPACE_NODE * | RegionNode | ||
) |
Definition at line 78 of file utaddress.c.
Referenced by AcpiDsEvalRegionOperands(), and AcpiDsGetRegionArguments().
void AcpiUtAddReference | ( | ACPI_OPERAND_OBJECT * | Object | ) |
Definition at line 752 of file utdelete.c.
Referenced by AcpiDsBuildInternalPackageObj(), AcpiDsDoImplicitReturn(), AcpiDsExecEndOp(), AcpiDsMethodDataGetValue(), AcpiDsMethodDataSetValue(), AcpiEvAttachRegion(), AcpiExOpcode_1A_0T_1R(), AcpiExOpcode_1A_1T_1R(), AcpiExOpcode_2A_1T_1R(), AcpiExPrepFieldValue(), AcpiExResolveNodeToValue(), AcpiExResolveObjectToValue(), AcpiExStoreObjectToIndex(), AcpiInstallNotifyHandler(), AcpiNsAttachObject(), AcpiNsConvertToReference(), AcpiNsResolveReferences(), and AcpiUtCopySimpleObject().
void * AcpiUtAllocateObjectDescDbg | ( | const char * | ModuleName, |
UINT32 | LineNumber, | ||
UINT32 | ComponentId | ||
) |
Definition at line 429 of file utobject.c.
Referenced by AcpiUtCreateInternalObjectDbg().
ACPI_STATUS AcpiUtAllocateOwnerId | ( | ACPI_OWNER_ID * | OwnerId | ) |
Definition at line 68 of file utownerid.c.
Referenced by AcpiDsBeginMethodExecution(), and AcpiTbAllocateOwnerId().
Definition at line 135 of file uthex.c.
Referenced by AcpiUtAsciiToHexByte(), and AcpiUtInsertDigit().
ACPI_STATUS AcpiUtAsciiToHexByte | ( | char * | TwoAsciiChars, |
UINT8 * | ReturnByte | ||
) |
Definition at line 100 of file uthex.c.
Referenced by AcpiEvMatchGpeMethod().
ACPI_STATUS AcpiUtBuildPackageObject | ( | ACPI_OPERAND_OBJECT * | Obj, |
UINT8 * | Buffer, | ||
UINT32 * | SpaceUsed | ||
) |
ACPI_STATUS AcpiUtBuildSimpleObject | ( | ACPI_OPERAND_OBJECT * | Obj, |
ACPI_OBJECT * | UserObj, | ||
UINT8 * | DataSpace, | ||
UINT32 * | BufferSpaceUsed | ||
) |
UINT32 AcpiUtCheckAddressRange | ( | ACPI_ADR_SPACE_TYPE | SpaceId, |
ACPI_PHYSICAL_ADDRESS | Address, | ||
UINT32 | Length, | ||
BOOLEAN | Warn | ||
) |
Definition at line 211 of file utaddress.c.
Referenced by AcpiCheckAddressRange().
Definition at line 213 of file utcksum.c.
Referenced by AcpiTbValidateRsdp(), and AcpiUtGenerateChecksum().
ACPI_STATUS AcpiUtConvertDecimalString | ( | char * | String, |
UINT64 * | ReturnValuePtr | ||
) |
Definition at line 152 of file utstrsuppt.c.
Referenced by AcpiUtExplicitStrtoul64(), and AcpiUtStrtoul64().
ACPI_STATUS AcpiUtConvertHexString | ( | char * | String, |
UINT64 * | ReturnValuePtr | ||
) |
Definition at line 214 of file utstrsuppt.c.
Referenced by AcpiUtExplicitStrtoul64(), AcpiUtImplicitStrtoul64(), and AcpiUtStrtoul64().
ACPI_STATUS AcpiUtConvertOctalString | ( | char * | String, |
UINT64 * | ReturnValue | ||
) |
Definition at line 90 of file utstrsuppt.c.
Referenced by AcpiUtStrtoul64().
ACPI_STATUS AcpiUtCopyEobjectToIobject | ( | ACPI_OBJECT * | Obj, |
ACPI_OPERAND_OBJECT ** | InternalObj | ||
) |
Definition at line 670 of file utcopy.c.
Referenced by AcpiEvaluateObject(), and AcpiUtCopyEpackageToIpackage().
ACPI_STATUS AcpiUtCopyIobjectToEobject | ( | ACPI_OPERAND_OBJECT * | Obj, |
ACPI_BUFFER * | RetBuffer | ||
) |
Definition at line 414 of file utcopy.c.
Referenced by AcpiEvaluateObject().
ACPI_STATUS AcpiUtCopyIobjectToIobject | ( | ACPI_OPERAND_OBJECT * | SourceDesc, |
ACPI_OPERAND_OBJECT ** | DestDesc, | ||
ACPI_WALK_STATE * | WalkState | ||
) |
Definition at line 1037 of file utcopy.c.
Referenced by AcpiDsEvaluateNamePath(), AcpiDsStoreObjectToLocal(), AcpiExOpcode_1A_1T_1R(), AcpiExStoreDirectToNode(), AcpiExStoreObjectToIndex(), and AcpiExStoreObjectToObject().
ACPI_STATUS AcpiUtCopyISimpleToIsimple | ( | ACPI_OPERAND_OBJECT * | SourceObj, |
ACPI_OPERAND_OBJECT * | DestObj | ||
) |
ACPI_OPERAND_OBJECT * AcpiUtCreateBufferObject | ( | ACPI_SIZE | BufferSize | ) |
Definition at line 258 of file utobject.c.
Referenced by AcpiExConcatTemplate(), AcpiExConvertToBuffer(), AcpiExDoConcatenate(), AcpiExReadDataFromField(), AcpiExReadSerialBus(), AcpiExWriteSerialBus(), AcpiNsConvertToBuffer(), AcpiNsConvertToResource(), AcpiNsConvertToUnicode(), AcpiNsRepair_FDE(), and AcpiNsRepairNullElement().
ACPI_STATUS AcpiUtCreateCaches | ( | void | ) |
Definition at line 104 of file utalloc.c.
Referenced by AcpiUtInitGlobals().
ACPI_GENERIC_STATE * AcpiUtCreateControlState | ( | void | ) |
Definition at line 300 of file utstate.c.
Referenced by AcpiDsExecBeginControlOp().
ACPI_GENERIC_STATE * AcpiUtCreateGenericState | ( | void | ) |
Definition at line 130 of file utstate.c.
Referenced by AcpiDsResultStackPush(), AcpiDsScopeStackPush(), AcpiEvQueueNotifyRequest(), AcpiPsInitScope(), AcpiPsPushScope(), AcpiUtCreateControlState(), AcpiUtCreatePkgState(), AcpiUtCreateThreadState(), and AcpiUtCreateUpdateState().
ACPI_OPERAND_OBJECT * AcpiUtCreateIntegerObject | ( | UINT64 | Value | ) |
Definition at line 223 of file utobject.c.
Referenced by AcpiDsMethodDataGetValue(), AcpiEvExecuteRegMethod(), AcpiExConvertToInteger(), AcpiExLoadTableOp(), AcpiExOpcode_0A_0T_1R(), AcpiExOpcode_1A_0T_1R(), AcpiExOpcode_6A_0T_1R(), AcpiExReadDataFromField(), AcpiNsConvertToInteger(), AcpiNsRepairNullElement(), AcpiPsExecuteMethod(), and AcpiPsParseAml().
ACPI_OPERAND_OBJECT * AcpiUtCreateInternalObjectDbg | ( | const char * | ModuleName, |
UINT32 | LineNumber, | ||
UINT32 | ComponentId, | ||
ACPI_OBJECT_TYPE | Type | ||
) |
Definition at line 94 of file utobject.c.
ACPI_OPERAND_OBJECT * AcpiUtCreatePackageObject | ( | UINT32 | Count | ) |
Definition at line 174 of file utobject.c.
Referenced by AcpiNsWrapWithPackage(), AcpiUtCopyEpackageToIpackage(), and AcpiUtCopyIelementToIelement().
ACPI_GENERIC_STATE * AcpiUtCreatePkgState | ( | void * | InternalObject, |
void * | ExternalObject, | ||
UINT32 | Index | ||
) |
Definition at line 255 of file utstate.c.
Referenced by AcpiUtWalkPackageTree().
ACPI_STATUS AcpiUtCreateRwLock | ( | ACPI_RW_LOCK * | Lock | ) |
Definition at line 66 of file utlock.c.
Referenced by AcpiUtMutexInitialize().
ACPI_OPERAND_OBJECT * AcpiUtCreateStringObject | ( | ACPI_SIZE | StringSize | ) |
Definition at line 320 of file utobject.c.
Referenced by AcpiExConvertToObjectTypeString(), AcpiExConvertToString(), AcpiExDoConcatenate(), AcpiExOpcode_2A_1T_1R(), AcpiNsConvertToString(), AcpiNsRepair_HID(), and AcpiNsRepairNullElement().
ACPI_THREAD_STATE * AcpiUtCreateThreadState | ( | void | ) |
Definition at line 164 of file utstate.c.
Referenced by AcpiPsParseAml().
ACPI_GENERIC_STATE * AcpiUtCreateUpdateState | ( | ACPI_OPERAND_OBJECT * | Object, |
UINT16 | Action | ||
) |
Definition at line 214 of file utstate.c.
Referenced by AcpiUtCreateUpdateStateAndPush().
ACPI_STATUS AcpiUtCreateUpdateStateAndPush | ( | ACPI_OPERAND_OBJECT * | Object, |
UINT16 | Action, | ||
ACPI_GENERIC_STATE ** | StateList | ||
) |
Definition at line 219 of file utmisc.c.
Referenced by AcpiUtUpdateObjectReference().
Definition at line 219 of file utbuffer.c.
Definition at line 292 of file utaddress.c.
Referenced by AcpiUtTerminate().
ACPI_STATUS AcpiUtDeleteCaches | ( | void | ) |
Definition at line 218 of file utalloc.c.
Referenced by AcpiUtSubsystemShutdown().
void AcpiUtDeleteGenericState | ( | ACPI_GENERIC_STATE * | State | ) |
Definition at line 340 of file utstate.c.
Referenced by AcpiDsDeleteWalkState(), AcpiDsExecEndControlOp(), AcpiDsResultStackPop(), AcpiDsScopeStackClear(), AcpiDsScopeStackPop(), AcpiEvNotifyDispatch(), AcpiEvQueueNotifyRequest(), AcpiPsCleanupScope(), AcpiPsCompleteOp(), AcpiPsParseAml(), AcpiPsPopScope(), AcpiUtUpdateObjectReference(), and AcpiUtWalkPackageTree().
void AcpiUtDeleteInternalObjectList | ( | ACPI_OPERAND_OBJECT ** | ObjList | ) |
Definition at line 384 of file utdelete.c.
Referenced by AcpiEvaluateObject().
void AcpiUtDeleteInternalPackageObject | ( | ACPI_OPERAND_OBJECT * | Object | ) |
void AcpiUtDeleteInternalSimpleObject | ( | ACPI_OPERAND_OBJECT * | Object | ) |
void AcpiUtDeleteObjectDesc | ( | ACPI_OPERAND_OBJECT * | Object | ) |
Definition at line 473 of file utobject.c.
Referenced by AcpiDsBuildInternalBufferObj(), AcpiDsBuildInternalPackageObj(), AcpiDsCreateMethodMutex(), AcpiDsCreateOperand(), AcpiExPrepFieldValue(), AcpiUtCreateInternalObjectDbg(), and AcpiUtDeleteInternalObj().
void AcpiUtDeleteRwLock | ( | ACPI_RW_LOCK * | Lock | ) |
Definition at line 85 of file utlock.c.
Referenced by AcpiUtMutexTerminate().
Definition at line 329 of file utstrsuppt.c.
Referenced by AcpiUtExplicitStrtoul64(), and AcpiUtStrtoul64().
Definition at line 382 of file utstrsuppt.c.
Referenced by AcpiUtStrtoul64().
ACPI_STATUS AcpiUtDivide | ( | UINT64 | InDividend, |
UINT64 | InDivisor, | ||
UINT64 * | OutQuotient, | ||
UINT64 * | OutRemainder | ||
) |
Definition at line 402 of file utmath.c.
Referenced by AcpiExOpcode_2A_1T_1R(), AcpiExOpcode_2A_2T_1R(), and AcpiUtPutNumber().
Definition at line 71 of file utbuffer.c.
Referenced by AcpiExDoDebugObject(), AcpiPsGetAmlOpcode(), and AcpiUtDebugDumpBuffer().
Definition at line 136 of file utmisc.c.
Referenced by AcpiExEisaIdToString().
ACPI_STATUS AcpiUtEvaluateNumericObject | ( | const char * | ObjectName, |
ACPI_NAMESPACE_NODE * | DeviceNode, | ||
UINT64 * | Value | ||
) |
Definition at line 221 of file uteval.c.
Referenced by AcpiEvPciConfigRegionSetup(), AcpiGetObjectInfo(), and AcpiHwGetPciDeviceInfo().
ACPI_STATUS AcpiUtEvaluateObject | ( | ACPI_NAMESPACE_NODE * | PrefixNode, |
const char * | Path, | ||
UINT32 | ExpectedReturnBtypes, | ||
ACPI_OPERAND_OBJECT ** | ReturnDesc | ||
) |
Definition at line 73 of file uteval.c.
Referenced by AcpiRsGetAeiMethodData(), AcpiRsGetCrsMethodData(), AcpiRsGetMethodData(), AcpiRsGetPrsMethodData(), AcpiRsGetPrtMethodData(), AcpiUtEvaluateNumericObject(), AcpiUtExecute_CID(), AcpiUtExecute_CLS(), AcpiUtExecute_HID(), AcpiUtExecute_STA(), AcpiUtExecute_UID(), and AcpiUtExecutePowerMethods().
ACPI_STATUS AcpiUtExecute_CID | ( | ACPI_NAMESPACE_NODE * | DeviceNode, |
ACPI_PNP_DEVICE_ID_LIST ** | ReturnCidList | ||
) |
Definition at line 253 of file utids.c.
Referenced by AcpiEvIsPciRootBridge(), AcpiGetObjectInfo(), and AcpiNsGetDeviceCallback().
ACPI_STATUS AcpiUtExecute_CLS | ( | ACPI_NAMESPACE_NODE * | DeviceNode, |
ACPI_PNP_DEVICE_ID ** | ReturnId | ||
) |
Definition at line 406 of file utids.c.
Referenced by AcpiGetObjectInfo().
ACPI_STATUS AcpiUtExecute_HID | ( | ACPI_NAMESPACE_NODE * | DeviceNode, |
ACPI_PNP_DEVICE_ID ** | ReturnId | ||
) |
Definition at line 72 of file utids.c.
Referenced by AcpiEvIsPciRootBridge(), AcpiGetObjectInfo(), and AcpiNsGetDeviceCallback().
ACPI_STATUS AcpiUtExecute_STA | ( | ACPI_NAMESPACE_NODE * | DeviceNode, |
UINT32 * | StatusFlags | ||
) |
Definition at line 269 of file uteval.c.
Referenced by AcpiNsGetDeviceCallback(), and AcpiNsInitOneDevice().
ACPI_STATUS AcpiUtExecute_UID | ( | ACPI_NAMESPACE_NODE * | DeviceNode, |
ACPI_PNP_DEVICE_ID ** | ReturnId | ||
) |
Definition at line 160 of file utids.c.
Referenced by AcpiGetObjectInfo().
ACPI_STATUS AcpiUtExecutePowerMethods | ( | ACPI_NAMESPACE_NODE * | DeviceNode, |
const char ** | MethodNames, | ||
UINT8 | MethodCount, | ||
UINT8 * | OutValues | ||
) |
Definition at line 332 of file uteval.c.
Referenced by AcpiGetObjectInfo().
void AcpiUtExit | ( | UINT32 | LineNumber, |
const char * | FunctionName, | ||
const char * | ModuleName, | ||
UINT32 | ComponentId | ||
) |
Definition at line 347 of file utstrtoul64.c.
Referenced by AcpiExConvertToInteger().
Definition at line 176 of file utcksum.c.
Referenced by AcpiUtVerifyCdatChecksum(), and AcpiUtVerifyChecksum().
Referenced by AcpiPsGetNextArg().
Definition at line 606 of file utresrc.c.
Referenced by AcpiRsConvertResourcesToAml(), AcpiRsGetListLength(), and AcpiUtWalkAmlResources().
Definition at line 382 of file utdecode.c.
Referenced by AcpiDsInitBufferField(), AcpiExResolveMultiple(), AcpiExResolveOperands(), AcpiNsAttachObject(), AcpiNsLookup(), AcpiUtDeleteObjectDesc(), AcpiUtGetObjectTypeName(), and AcpiUtValidInternalObject().
Definition at line 175 of file utdecode.c.
Referenced by AcpiDisableEvent(), AcpiEnableEvent(), AcpiEvFixedEventDispatch(), AcpiInstallFixedEventHandler(), and AcpiRemoveFixedEventHandler().
Definition at line 158 of file utpredef.c.
Referenced by AcpiNsCheckObjectType().
ACPI_INTERFACE_INFO * AcpiUtGetInterface | ( | ACPI_STRING | InterfaceName | ) |
Definition at line 425 of file utosi.c.
Referenced by AcpiInstallInterface(), and AcpiUtOsiImplementation().
Definition at line 479 of file utdecode.c.
Referenced by AcpiUtAcquireMutex(), and AcpiUtReleaseMutex().
const ACPI_PREDEFINED_INFO * AcpiUtGetNextPredefinedMethod | ( | const ACPI_PREDEFINED_INFO * | ThisName | ) |
Definition at line 82 of file utpredef.c.
Referenced by AcpiUtMatchPredefinedMethod().
Definition at line 306 of file utdecode.c.
Referenced by AcpiDsAutoSerializeMethod(), AcpiDsBeginMethodExecution(), AcpiDsGetBankFieldArguments(), AcpiDsGetBufferFieldArguments(), AcpiDsGetRegionArguments(), AcpiDsInitBufferField(), AcpiDsInitOneObject(), AcpiDsLoad1BeginOp(), AcpiDsLoad2BeginOp(), AcpiDsRestartControlMethod(), AcpiDsScopeStackPop(), AcpiDsScopeStackPush(), AcpiEvAddressSpaceDispatch(), AcpiEvAsynchExecuteGpeMethod(), AcpiEvAttachRegion(), AcpiEvInstallSpaceHandler(), AcpiEvPciConfigRegionSetup(), AcpiEvQueueNotifyRequest(), AcpiExAcquireMutex(), AcpiExPrepFieldValue(), AcpiExReleaseMutex(), AcpiExResolveMultiple(), AcpiExSetupRegion(), AcpiNsAttachObject(), AcpiNsDetachObject(), AcpiNsHandleToName(), AcpiNsInitOneObject(), AcpiNsInstallNode(), AcpiNsLookup(), AcpiNsSearchOneScope(), AcpiNsSearchParentTree(), AcpiUtAddAddressRange(), AcpiUtEvaluateObject(), AcpiUtExecute_STA(), AcpiUtExecutePowerMethods(), and AcpiUtRemoveAddressRange().
ACPI_STATUS AcpiUtGetObjectSize | ( | ACPI_OPERAND_OBJECT * | Obj, |
ACPI_SIZE * | ObjLength | ||
) |
Definition at line 762 of file utobject.c.
Referenced by AcpiEvaluateObject().
const char * AcpiUtGetObjectTypeName | ( | ACPI_OPERAND_OBJECT * | ObjDesc | ) |
Definition at line 264 of file utdecode.c.
Referenced by AcpiDsInitBufferField(), AcpiDsObjStackPush(), AcpiDsResultPop(), AcpiDsResultPush(), AcpiExConvertToTargetType(), AcpiExDoDebugObject(), AcpiExGetObjectReference(), AcpiExResolveNodeToValue(), AcpiExResolveObject(), AcpiExResolveOperands(), AcpiExSetupRegion(), AcpiExStore(), AcpiExStoreDirectToNode(), AcpiExStoreObjectToIndex(), AcpiExStoreObjectToNode(), AcpiExStoreObjectToObject(), AcpiExWriteSerialBus(), AcpiNsCheckObjectType(), AcpiNsEvaluate(), AcpiNsRepairNullElement(), AcpiNsSimpleRepair(), AcpiNsWrapWithPackage(), AcpiRsCreatePciRoutingTable(), AcpiUtDeleteInternalObj(), AcpiUtEvaluateObject(), AcpiUtGetSimpleObjectSize(), and AcpiUtUpdateRefCount().
const char * AcpiUtGetReferenceName | ( | ACPI_OPERAND_OBJECT * | Object | ) |
Definition at line 426 of file utdecode.c.
Referenced by AcpiExDoDebugObject(), AcpiExResolveOperands(), AcpiNsCheckReference(), and AcpiUtGetSimpleObjectSize().
Definition at line 125 of file utdecode.c.
Referenced by AcpiEvAddressSpaceDispatch(), AcpiEvAttachRegion(), AcpiEvDetachRegion(), AcpiEvExecuteRegMethods(), AcpiEvInitializeRegion(), AcpiEvInstallHandler(), AcpiEvInstallSpaceHandler(), AcpiExAccessRegion(), AcpiExCreateRegion(), AcpiHwRead(), AcpiHwWrite(), AcpiRemoveAddressSpaceHandler(), and AcpiUtCheckAddressRange().
ACPI_STATUS AcpiUtGetResourceEndTag | ( | ACPI_OPERAND_OBJECT * | ObjDesc, |
UINT8 ** | EndTag | ||
) |
Definition at line 636 of file utresrc.c.
Referenced by AcpiExConcatTemplate().
Definition at line 572 of file utresrc.c.
Referenced by AcpiRsGetListLength(), AcpiRsSetResourceLength(), and AcpiUtGetDescriptorLength().
Definition at line 527 of file utresrc.c.
Referenced by AcpiRsConvertAmlToResource(), AcpiRsGetListLength(), AcpiUtGetDescriptorLength(), and AcpiUtValidateResource().
Definition at line 487 of file utresrc.c.
Referenced by AcpiRsConvertAmlToResources(), AcpiRsGetListLength(), and AcpiUtWalkAmlResources().
const char * AcpiUtGetTypeName | ( | ACPI_OBJECT_TYPE | Type | ) |
Definition at line 250 of file utdecode.c.
Referenced by AcpiDsExecBeginOp(), AcpiDsLoad1BeginOp(), AcpiDsLoad1EndOp(), AcpiDsLoad2BeginOp(), AcpiDsLoad2EndOp(), AcpiDsMethodDataSetValue(), AcpiDsScopeStackClear(), AcpiDsScopeStackPop(), AcpiDsScopeStackPush(), AcpiEvaluateObjectTyped(), AcpiEvQueueNotifyRequest(), AcpiExCheckObjectType(), AcpiExConvertToObjectTypeString(), AcpiExConvertToTargetType(), AcpiExDoDebugObject(), AcpiExOpcode_1A_0T_1R(), AcpiExOpcode_2A_0T_0R(), AcpiExPrepFieldValue(), AcpiExResolveNodeToValue(), AcpiExResolveObject(), AcpiExStoreDirectToNode(), AcpiExStoreObjectToNode(), AcpiExWriteDataToField(), AcpiExWriteGpio(), AcpiNsCheckAcpiCompliance(), AcpiNsCheckArgumentCount(), AcpiNsCheckArgumentTypes(), AcpiNsCheckObjectType(), AcpiNsEvaluate(), AcpiNsInitOneObject(), AcpiNsInstallNode(), AcpiNsLookup(), AcpiNsSearchOneScope(), AcpiNsSearchParentTree(), AcpiUtCopyEsimpleToIsimple(), AcpiUtCopyIsimpleToEsimple(), AcpiUtCreateInternalObjectDbg(), and AcpiUtGetObjectTypeName().
ACPI_STATUS AcpiUtHardwareInitialize | ( | void | ) |
Definition at line 74 of file uthex.c.
Referenced by AcpiExConvertToAscii(), AcpiExEisaIdToString(), and AcpiExPciClsToString().
Definition at line 259 of file utstrtoul64.c.
Referenced by AcpiExConvertToInteger().
ACPI_STATUS AcpiUtInitGlobals | ( | void | ) |
Definition at line 131 of file utinit.c.
Referenced by AcpiInitializeSubsystem().
ACPI_STATUS AcpiUtInitializeBuffer | ( | ACPI_BUFFER * | Buffer, |
ACPI_SIZE | RequiredLength | ||
) |
Definition at line 336 of file utalloc.c.
Referenced by AcpiEvaluateObject(), AcpiGetSystemInfo(), AcpiNsHandleToName(), AcpiNsHandleToPathname(), AcpiRsCreateAmlResources(), AcpiRsCreatePciRoutingTable(), AcpiRsCreateResourceList(), and AcpiRsMatchVendorResource().
ACPI_STATUS AcpiUtInitializeInterfaces | ( | void | ) |
Definition at line 150 of file utosi.c.
Referenced by AcpiInitializeSubsystem().
Referenced by AcpiInitializeSubsystem().
ACPI_STATUS AcpiUtInstallInterface | ( | ACPI_STRING | InterfaceName | ) |
Definition at line 255 of file utosi.c.
Referenced by AcpiInstallInterface().
ACPI_STATUS AcpiUtInterfaceTerminate | ( | void | ) |
Definition at line 194 of file utosi.c.
Referenced by AcpiUtSubsystemShutdown().
Definition at line 66 of file utmisc.c.
Referenced by AcpiEvIsPciRootBridge(), and AcpiGetObjectInfo().
const ACPI_PREDEFINED_INFO * AcpiUtMatchPredefinedMethod | ( | char * | Name | ) |
Definition at line 114 of file utpredef.c.
Referenced by AcpiNsEvaluate().
void AcpiUtMethodError | ( | const char * | ModuleName, |
UINT32 | LineNumber, | ||
const char * | Message, | ||
ACPI_NAMESPACE_NODE * | Node, | ||
const char * | Path, | ||
ACPI_STATUS | LookupStatus | ||
) |
Definition at line 369 of file uterror.c.
ACPI_STATUS AcpiUtMutexInitialize | ( | void | ) |
Definition at line 75 of file utmutex.c.
Referenced by AcpiInitializeSubsystem().
Definition at line 150 of file utmutex.c.
Referenced by AcpiTerminate().
ACPI_STATUS AcpiUtOsiImplementation | ( | ACPI_WALK_STATE * | WalkState | ) |
Definition at line 472 of file utosi.c.
Referenced by AcpiNsRootInitialize().
ACPI_GENERIC_STATE * AcpiUtPopGenericState | ( | ACPI_GENERIC_STATE ** | ListHead | ) |
Definition at line 93 of file utstate.c.
Referenced by AcpiDsExecEndControlOp(), AcpiDsResultStackPop(), AcpiDsScopeStackPop(), AcpiPsCleanupScope(), AcpiPsCompleteOp(), AcpiPsParseLoop(), AcpiPsPopScope(), AcpiUtUpdateObjectReference(), and AcpiUtWalkPackageTree().
void ACPI_INTERNAL_VAR_XFACE AcpiUtPredefinedBiosError | ( | const char * | ModuleName, |
UINT32 | LineNumber, | ||
char * | Pathname, | ||
UINT16 | NodeFlags, | ||
const char * | Format, | ||
... | |||
) |
Definition at line 177 of file uterror.c.
void ACPI_INTERNAL_VAR_XFACE AcpiUtPredefinedInfo | ( | const char * | ModuleName, |
UINT32 | LineNumber, | ||
char * | Pathname, | ||
UINT16 | NodeFlags, | ||
const char * | Format, | ||
... | |||
) |
Definition at line 128 of file uterror.c.
void ACPI_INTERNAL_VAR_XFACE AcpiUtPredefinedWarning | ( | const char * | ModuleName, |
UINT32 | LineNumber, | ||
char * | Pathname, | ||
UINT16 | NodeFlags, | ||
const char * | Format, | ||
... | |||
) |
Definition at line 79 of file uterror.c.
void AcpiUtPrefixedNamespaceError | ( | const char * | ModuleName, |
UINT32 | LineNumber, | ||
ACPI_GENERIC_STATE * | PrefixScope, | ||
const char * | InternalName, | ||
ACPI_STATUS | LookupStatus | ||
) |
Definition at line 227 of file uterror.c.
Definition at line 69 of file utstring.c.
void AcpiUtPtrExit | ( | UINT32 | LineNumber, |
const char * | FunctionName, | ||
const char * | ModuleName, | ||
UINT32 | ComponentId, | ||
UINT8 * | Ptr | ||
) |
void AcpiUtPushGenericState | ( | ACPI_GENERIC_STATE ** | ListHead, |
ACPI_GENERIC_STATE * | State | ||
) |
Definition at line 65 of file utstate.c.
Referenced by AcpiDsExecBeginControlOp(), AcpiDsResultStackPush(), AcpiDsScopeStackPush(), AcpiPsPushScope(), AcpiUtCreateUpdateStateAndPush(), and AcpiUtWalkPackageTree().
ACPI_STATUS AcpiUtReleaseMutex | ( | ACPI_MUTEX_HANDLE | MutexId | ) |
Definition at line 348 of file utmutex.c.
Referenced by AcpiAnyGpeStatusSet(), AcpiAttachData(), AcpiCheckAddressRange(), AcpiDebugTrace(), AcpiDetachData(), AcpiDisableAllGpes(), AcpiEnableAllRuntimeGpes(), AcpiEnableAllWakeupGpes(), AcpiEvDeleteGpeBlock(), AcpiEvDetachRegion(), AcpiEvExecuteOrphanRegMethod(), AcpiEvGpeInitialize(), AcpiEvInitializeOpRegions(), AcpiEvInstallGpeBlock(), AcpiEvInstallGpeHandler(), AcpiEvInstallRegionHandlers(), AcpiEvUpdateGpes(), AcpiExExitInterpreter(), AcpiGetData(), AcpiGetDevices(), AcpiGetName(), AcpiGetNextObject(), AcpiGetObjectInfo(), AcpiGetParent(), AcpiGetTable(), AcpiGetTableByIndex(), AcpiGetType(), AcpiInstallAddressSpaceHandler(), AcpiInstallExceptionHandler(), AcpiInstallFixedEventHandler(), AcpiInstallGlobalEventHandler(), AcpiInstallGpeBlock(), AcpiInstallMethod(), AcpiInstallNotifyHandler(), AcpiInstallSciHandler(), AcpiInstallTableHandler(), AcpiNsDeleteNamespaceByOwner(), AcpiNsDeleteNamespaceSubtree(), AcpiNsGetDeviceCallback(), AcpiNsGetNode(), AcpiNsRootInitialize(), AcpiNsTerminate(), AcpiNsWalkNamespace(), AcpiPutTable(), AcpiReallocateRootTable(), AcpiRemoveAddressSpaceHandler(), AcpiRemoveFixedEventHandler(), AcpiRemoveGpeBlock(), AcpiRemoveGpeHandler(), AcpiRemoveNotifyHandler(), AcpiRemoveSciHandler(), AcpiRemoveTableHandler(), AcpiTbAllocateOwnerId(), AcpiTbDeleteNamespaceByOwner(), AcpiTbFindTable(), AcpiTbGetOwnerId(), AcpiTbInstallStandardTable(), AcpiTbIsTableLoaded(), AcpiTbLoadNamespace(), AcpiTbReleaseOwnerId(), AcpiTbSetTableLoadedFlag(), AcpiTbTerminate(), AcpiUnloadParentTable(), AcpiUpdateAllGpes(), AcpiUtAllocateOwnerId(), AcpiUtReleaseOwnerId(), and AcpiWalkNamespace().
void AcpiUtReleaseOwnerId | ( | ACPI_OWNER_ID * | OwnerId | ) |
Definition at line 190 of file utownerid.c.
Referenced by AcpiDsTerminateControlMethod(), and AcpiTbReleaseOwnerId().
ACPI_STATUS AcpiUtReleaseReadLock | ( | ACPI_RW_LOCK * | Lock | ) |
Definition at line 143 of file utlock.c.
Referenced by AcpiWalkNamespace().
void AcpiUtReleaseWriteLock | ( | ACPI_RW_LOCK * | Lock | ) |
Definition at line 197 of file utlock.c.
Referenced by AcpiTbDeleteNamespaceByOwner().
void AcpiUtRemoveAddressRange | ( | ACPI_ADR_SPACE_TYPE | SpaceId, |
ACPI_NAMESPACE_NODE * | RegionNode | ||
) |
Definition at line 139 of file utaddress.c.
Referenced by AcpiNsDetachObject(), and AcpiUtDeleteInternalObj().
Definition at line 357 of file utstrsuppt.c.
Referenced by AcpiUtDetectHexPrefix(), and AcpiUtImplicitStrtoul64().
ACPI_STATUS AcpiUtRemoveInterface | ( | ACPI_STRING | InterfaceName | ) |
Definition at line 301 of file utosi.c.
Referenced by AcpiRemoveInterface().
Definition at line 274 of file utstrsuppt.c.
Referenced by AcpiUtExplicitStrtoul64(), AcpiUtImplicitStrtoul64(), and AcpiUtStrtoul64().
void AcpiUtRemoveReference | ( | ACPI_OPERAND_OBJECT * | Object | ) |
Definition at line 790 of file utdelete.c.
Referenced by AcpiDsBuildInternalBufferObj(), AcpiDsBuildInternalObject(), AcpiDsBuildInternalPackageObj(), AcpiDsCallControlMethod(), AcpiDsClearImplicitReturn(), AcpiDsClearOperands(), AcpiDsCreateBufferField(), AcpiDsCreateNode(), AcpiDsDeleteResultIfNotUsed(), AcpiDsEvalBankFieldOperands(), AcpiDsEvalDataObjectOperands(), AcpiDsEvalRegionOperands(), AcpiDsEvalTableRegionOperands(), AcpiDsEvaluateNamePath(), AcpiDsExecEndControlOp(), AcpiDsGetFieldNames(), AcpiDsGetPredicateValue(), AcpiDsInitBufferField(), AcpiDsLoad2EndOp(), AcpiDsMethodDataDeleteValue(), AcpiDsObjStackPopAndDelete(), AcpiDsResolvePackageElement(), AcpiDsRestartControlMethod(), AcpiDsStoreObjectToLocal(), AcpiEvaluateObject(), AcpiEvDetachRegion(), AcpiEvExecuteRegMethod(), AcpiEvInstallSpaceHandler(), AcpiExCreateEvent(), AcpiExCreateMethod(), AcpiExCreateMutex(), AcpiExCreatePowerResource(), AcpiExCreateProcessor(), AcpiExCreateRegion(), AcpiExDoConcatenate(), AcpiExDoLogicalOp(), AcpiExLoadOp(), AcpiExLoadTableOp(), AcpiExOpcode_0A_0T_1R(), AcpiExOpcode_1A_0T_1R(), AcpiExOpcode_1A_1T_1R(), AcpiExOpcode_2A_0T_1R(), AcpiExOpcode_2A_1T_1R(), AcpiExOpcode_2A_2T_1R(), AcpiExOpcode_3A_1T_1R(), AcpiExOpcode_6A_0T_1R(), AcpiExPrepFieldValue(), AcpiExReadDataFromField(), AcpiExResolveMultiple(), AcpiExResolveObjectToValue(), AcpiExResolveOperands(), AcpiExStoreDirectToNode(), AcpiExStoreObjectToIndex(), AcpiExStoreObjectToObject(), AcpiGetSleepTypeData(), AcpiInstallGpeBlock(), AcpiInstallMethod(), AcpiInstallNotifyHandler(), AcpiNsDeleteNode(), AcpiNsDetachData(), AcpiNsDetachObject(), AcpiNsEvaluate(), AcpiNsExecuteTable(), AcpiNsRemoveElement(), AcpiNsRepair_CID(), AcpiNsRepair_FDE(), AcpiNsRepair_HID(), AcpiNsResolveReferences(), AcpiNsRootInitialize(), AcpiNsSearchAndEnter(), AcpiNsSimpleRepair(), AcpiPsParseAml(), AcpiRemoveAddressSpaceHandler(), AcpiRemoveNotifyHandler(), AcpiRsGetAeiMethodData(), AcpiRsGetCrsMethodData(), AcpiRsGetMethodData(), AcpiRsGetPrsMethodData(), AcpiRsGetPrtMethodData(), AcpiRsSetSrsMethodData(), AcpiUtCopyEpackageToIpackage(), AcpiUtCopyEsimpleToIsimple(), AcpiUtCopyIelementToIelement(), AcpiUtCopyIobjectToIobject(), AcpiUtCopyIpackageToIpackage(), AcpiUtCreateBufferObject(), AcpiUtCreateStringObject(), AcpiUtDeleteInternalObj(), AcpiUtDeleteInternalObjectList(), AcpiUtEvaluateNumericObject(), AcpiUtEvaluateObject(), AcpiUtExecute_CID(), AcpiUtExecute_CLS(), AcpiUtExecute_HID(), AcpiUtExecute_STA(), AcpiUtExecute_UID(), AcpiUtExecutePowerMethods(), and AcpiUtOsiImplementation().
Definition at line 303 of file utstrsuppt.c.
Referenced by AcpiUtExplicitStrtoul64(), AcpiUtImplicitStrtoul64(), and AcpiUtStrtoul64().
Definition at line 183 of file utstring.c.
Referenced by AcpiNsExternalizeName(), AcpiNsSearchAndEnter(), and AcpiUtGetNodeName().
Definition at line 181 of file utmisc.c.
Referenced by AcpiTbInstallTableWithOverride().
ACPI_STATUS AcpiUtShortDivide | ( | UINT64 | InDividend, |
UINT32 | Divisor, | ||
UINT64 * | OutQuotient, | ||
UINT32 * | OutRemainder | ||
) |
Definition at line 337 of file utmath.c.
Referenced by AcpiExConvertToAscii(), AcpiExDigitsNeeded(), AcpiExIntegerToString(), AcpiExOpcode_1A_1T_1R(), AcpiExSystemMemorySpaceHandler(), AcpiGetTimerDuration(), and AcpiUtStrtoulMultiply64().
ACPI_STATUS AcpiUtShortMultiply | ( | UINT64 | InMultiplicand, |
UINT32 | Multiplier, | ||
UINT64 * | Outproduct | ||
) |
Definition at line 88 of file utmath.c.
Referenced by AcpiUtScanNumber().
ACPI_STATUS AcpiUtShortShiftLeft | ( | UINT64 | Operand, |
UINT32 | Count, | ||
UINT64 * | OutResult | ||
) |
Definition at line 139 of file utmath.c.
ACPI_STATUS AcpiUtShortShiftRight | ( | UINT64 | Operand, |
UINT32 | Count, | ||
UINT64 * | OutResult | ||
) |
Definition at line 184 of file utmath.c.
Referenced by AcpiUtHexToAsciiChar().
void AcpiUtStatusExit | ( | UINT32 | LineNumber, |
const char * | FunctionName, | ||
const char * | ModuleName, | ||
UINT32 | ComponentId, | ||
ACPI_STATUS | Status | ||
) |
void AcpiUtStrExit | ( | UINT32 | LineNumber, |
const char * | FunctionName, | ||
const char * | ModuleName, | ||
UINT32 | ComponentId, | ||
const char * | String | ||
) |
Definition at line 144 of file utnonansi.c.
Definition at line 69 of file utnonansi.c.
ACPI_STATUS AcpiUtStrtoul64 | ( | char * | String, |
UINT64 * | RetInteger | ||
) |
Definition at line 121 of file utstrtoul64.c.
Referenced by AcpiNsConvertToInteger().
Definition at line 105 of file utnonansi.c.
Definition at line 304 of file utinit.c.
Referenced by AcpiTerminate().
void AcpiUtTrace | ( | UINT32 | LineNumber, |
const char * | FunctionName, | ||
const char * | ModuleName, | ||
UINT32 | ComponentId | ||
) |
void AcpiUtTracePtr | ( | UINT32 | LineNumber, |
const char * | FunctionName, | ||
const char * | ModuleName, | ||
UINT32 | ComponentId, | ||
const void * | Pointer | ||
) |
void AcpiUtTraceStr | ( | UINT32 | LineNumber, |
const char * | FunctionName, | ||
const char * | ModuleName, | ||
UINT32 | ComponentId, | ||
const char * | String | ||
) |
void AcpiUtTraceU32 | ( | UINT32 | LineNumber, |
const char * | FunctionName, | ||
const char * | ModuleName, | ||
UINT32 | ComponentId, | ||
UINT32 | Integer | ||
) |
ACPI_STATUS AcpiUtUpdateInterfaces | ( | UINT8 | Action | ) |
Definition at line 376 of file utosi.c.
Referenced by AcpiUpdateInterfaces().
ACPI_STATUS AcpiUtUpdateObjectReference | ( | ACPI_OPERAND_OBJECT * | Object, |
UINT16 | Action | ||
) |
Definition at line 548 of file utdelete.c.
Referenced by AcpiPsUpdateParameterList(), AcpiUtAddReference(), and AcpiUtRemoveReference().
ACPI_STATUS AcpiUtValidateBuffer | ( | ACPI_BUFFER * | Buffer | ) |
Definition at line 290 of file utalloc.c.
Referenced by AcpiGetName(), AcpiGetSystemInfo(), and AcpiRsValidateParameters().
const ACPI_EXCEPTION_INFO * AcpiUtValidateException | ( | ACPI_STATUS | Status | ) |
Definition at line 111 of file utexcep.c.
Referenced by AcpiFormatException().
ACPI_STATUS AcpiUtValidateResource | ( | ACPI_WALK_STATE * | WalkState, |
void * | Aml, | ||
UINT8 * | ReturnIndex | ||
) |
Definition at line 314 of file utresrc.c.
Referenced by AcpiRsConvertResourcesToAml(), AcpiRsGetListLength(), and AcpiUtWalkAmlResources().
Definition at line 376 of file utobject.c.
Referenced by AcpiExDoDebugObject(), AcpiUtAddReference(), and AcpiUtRemoveReference().
Definition at line 102 of file utascii.c.
Referenced by AcpiExNameSegment(), AcpiUtRepairName(), and AcpiUtValidNameseg().
Definition at line 63 of file utascii.c.
Referenced by AcpiTbFindTable(), and AcpiTbVerifyTempTable().
BOOLEAN AcpiUtValidObjectType | ( | ACPI_OBJECT_TYPE | Type | ) |
Definition at line 681 of file utdecode.c.
Referenced by AcpiDsScopeStackPush(), AcpiExResolveOperands(), and AcpiNsLocal().
void AcpiUtValueExit | ( | UINT32 | LineNumber, |
const char * | FunctionName, | ||
const char * | ModuleName, | ||
UINT32 | ComponentId, | ||
UINT64 | Value | ||
) |
ACPI_STATUS AcpiUtVerifyCdatChecksum | ( | ACPI_TABLE_CDAT * | CdatTable, |
UINT32 | Length | ||
) |
Definition at line 130 of file utcksum.c.
ACPI_STATUS AcpiUtVerifyChecksum | ( | ACPI_TABLE_HEADER * | Table, |
UINT32 | Length | ||
) |
Definition at line 74 of file utcksum.c.
Referenced by AcpiTbParseFadt(), AcpiTbParseRootTable(), and AcpiTbVerifyTempTable().
ACPI_STATUS AcpiUtWalkAmlResources | ( | ACPI_WALK_STATE * | WalkState, |
UINT8 * | Aml, | ||
ACPI_SIZE | AmlLength, | ||
ACPI_WALK_AML_CALLBACK | UserFunction, | ||
void ** | Context | ||
) |
Definition at line 181 of file utresrc.c.
Referenced by AcpiBufferToResource(), AcpiRsCreateResourceList(), and AcpiUtGetResourceEndTag().
ACPI_STATUS AcpiUtWalkPackageTree | ( | ACPI_OPERAND_OBJECT * | SourceObject, |
void * | TargetObject, | ||
ACPI_PKG_CALLBACK | WalkCallback, | ||
void * | Context | ||
) |
Definition at line 264 of file utmisc.c.
Referenced by AcpiNsInitOnePackage(), AcpiUtCopyIpackageToEpackage(), AcpiUtCopyIpackageToIpackage(), and AcpiUtGetPackageObjectSize().
Definition at line 101 of file utresrc.c.
Referenced by AcpiRsGetListLength().
Definition at line 57 of file utresrc.c.
Referenced by AcpiRsGetListLength(), and AcpiUtValidateResource().