Lines Matching refs:Namesp
2191 ACPI_SDEV_NAMESPACE *Namesp = NULL; in DtCompileSdev() local
2223 Namesp = ACPI_CAST_PTR (ACPI_SDEV_NAMESPACE, Subtable->Buffer); in DtCompileSdev()
2261 Namesp->DeviceIdOffset = 0; in DtCompileSdev()
2277 Namesp->DeviceIdOffset += sizeof (ACPI_SDEV_SECURE_COMPONENT); in DtCompileSdev()
2298 Namesp->DeviceIdOffset += sizeof (ACPI_SDEV_ID_COMPONENT); in DtCompileSdev()
2305 Namesp->DeviceIdOffset += sizeof (ACPI_SDEV_MEM_COMPONENT); in DtCompileSdev()
2354 Namesp->DeviceIdOffset += sizeof (ACPI_SDEV_NAMESPACE); in DtCompileSdev()
2356 Namesp->DeviceIdLength = (UINT16) Subtable->Length; in DtCompileSdev()
2360 Namesp->VendorDataLength = 0; in DtCompileSdev()
2361 Namesp->VendorDataOffset = 0; in DtCompileSdev()
2377 Namesp->VendorDataOffset = in DtCompileSdev()
2378 Namesp->DeviceIdOffset + Namesp->DeviceIdLength; in DtCompileSdev()
2379 Namesp->VendorDataLength = in DtCompileSdev()
2385 Subtable->Length + Namesp->DeviceIdLength) + ComponentLength; in DtCompileSdev()