Home
last modified time | relevance | path

Searched refs:DeviceInfo (Results 1 – 2 of 2) sorted by relevance

/acpica-3.7.0/source/compiler/
Ddttable1.c1149 ACPI_DBG2_DEVICE *DeviceInfo; in DtCompileDbg2() local
1187 DeviceInfo = ACPI_CAST_PTR (ACPI_DBG2_DEVICE, Subtable->Buffer); in DtCompileDbg2()
1198 DeviceInfo->BaseAddressOffset = CurrentOffset; in DtCompileDbg2()
1199 for (i = 0; *PFieldList && (i < DeviceInfo->RegisterCount); i++) in DtCompileDbg2()
1214 DeviceInfo->AddressSizeOffset = CurrentOffset; in DtCompileDbg2()
1215 for (i = 0; *PFieldList && (i < DeviceInfo->RegisterCount); i++) in DtCompileDbg2()
1230 DeviceInfo->NamepathOffset = CurrentOffset; in DtCompileDbg2()
1240 DeviceInfo->NamepathLength = (UINT16) Subtable->Length; in DtCompileDbg2()
1241 CurrentOffset += (UINT16) DeviceInfo->NamepathLength; in DtCompileDbg2()
1261 DeviceInfo->OemDataOffset = 0; in DtCompileDbg2()
[all …]
/acpica-3.7.0/documents/
Dchanges.txt199 iASL/NHLT: Rename linux specific structures to DeviceInfo to improve