Searched refs:Namesp (Results 1 – 3 of 3) sorted by relevance
2117 ACPI_SDEV_NAMESPACE *Namesp = NULL; in DtCompileSdev() local2149 Namesp = ACPI_CAST_PTR (ACPI_SDEV_NAMESPACE, Subtable->Buffer); in DtCompileSdev()2187 Namesp->DeviceIdOffset = 0; in DtCompileSdev()2203 Namesp->DeviceIdOffset += sizeof (ACPI_SDEV_SECURE_COMPONENT); in DtCompileSdev()2280 Namesp->DeviceIdOffset += sizeof (ACPI_SDEV_NAMESPACE); in DtCompileSdev()2282 Namesp->DeviceIdLength = (UINT16) Subtable->Length; in DtCompileSdev()2286 Namesp->VendorDataLength = 0; in DtCompileSdev()2287 Namesp->VendorDataOffset = 0; in DtCompileSdev()2303 Namesp->VendorDataOffset = in DtCompileSdev()2304 Namesp->DeviceIdOffset + Namesp->DeviceIdLength; in DtCompileSdev()[all …]
2740 ACPI_SDEV_NAMESPACE *Namesp; in AcpiDmDumpSdev() local2852 Namesp = ACPI_CAST_PTR (ACPI_SDEV_NAMESPACE, Subtable); in AcpiDmDumpSdev()2853 PathOffset = Namesp->DeviceIdOffset; in AcpiDmDumpSdev()2854 PathLength = Namesp->DeviceIdLength; in AcpiDmDumpSdev()2859 ACPI_ADD_PTR (UINT8, Namesp, PathOffset), in AcpiDmDumpSdev()2871 Namesp->VendorDataLength; in AcpiDmDumpSdev()2873 Namesp->DeviceIdOffset + Namesp->DeviceIdLength; in AcpiDmDumpSdev()2878 ACPI_ADD_PTR (UINT8, Namesp, VendorDataOffset), in AcpiDmDumpSdev()
32 const NamespaceDecl *Namesp,