Home
last modified time | relevance | path

Searched refs:CommonSerialBus (Results 1 – 12 of 12) sorted by relevance

/third_party/lib/acpica/source/components/resources/
A Drsserial.c167 AML_OFFSET (CommonSerialBus.RevisionId),
171 AML_OFFSET (CommonSerialBus.Type),
175 AML_OFFSET (CommonSerialBus.Flags),
179 AML_OFFSET (CommonSerialBus.Flags),
247 AML_OFFSET (CommonSerialBus.RevisionId),
251 AML_OFFSET (CommonSerialBus.Type),
255 AML_OFFSET (CommonSerialBus.Flags),
259 AML_OFFSET (CommonSerialBus.Flags),
347 AML_OFFSET (CommonSerialBus.Type),
351 AML_OFFSET (CommonSerialBus.Flags),
[all …]
A Drslist.c104 if (AmlResource->CommonSerialBus.Type > in AcpiRsConvertAmlToResources()
114 AmlResource->CommonSerialBus.Type]; in AcpiRsConvertAmlToResources()
214 if (Resource->Data.CommonSerialBus.Type > in AcpiRsConvertResourcesToAml()
224 Resource->Data.CommonSerialBus.Type]; in AcpiRsConvertResourcesToAml()
A Drsdumpinfo.c264 …{ACPI_RSD_UINT8, ACPI_RSD_OFFSET (CommonSerialBus.RevisionId), "RevisionId", …
265 …{ACPI_RSD_UINT8, ACPI_RSD_OFFSET (CommonSerialBus.Type), "Type", …
266 …{ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (CommonSerialBus.ProducerConsumer), "ProducerConsumer", …
267 …{ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (CommonSerialBus.SlaveMode), "SlaveMode", …
268 …{ACPI_RSD_UINT8, ACPI_RSD_OFFSET (CommonSerialBus.TypeRevisionId), "TypeRevisionId", …
269 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (CommonSerialBus.TypeDataLength), "TypeDataLength", …
270 …{ACPI_RSD_SOURCE, ACPI_RSD_OFFSET (CommonSerialBus.ResourceSource), "ResourceSource", …
271 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (CommonSerialBus.VendorLength), "VendorLength", …
272 …{ACPI_RSD_SHORTLISTX,ACPI_RSD_OFFSET (CommonSerialBus.VendorData), "VendorData", …
A Drscalc.c370 Resource->Data.CommonSerialBus.Type]; in AcpiRsGetAmlLength()
566 AmlResource->CommonSerialBus.Type]; in AcpiRsGetListLength()
568 AmlResource->CommonSerialBus.ResourceLength - in AcpiRsGetListLength()
587 AmlResource->CommonSerialBus.Type] + ExtraStructBytes; in AcpiRsGetListLength()
A Drsdump.c183 ResourceList->Data.CommonSerialBus.Type]); in AcpiRsDumpResourceList()
/third_party/lib/acpica/source/components/disassembler/
A Ddmresrcl2.c434 switch (Resource->CommonSerialBus.Type) in AcpiDmDumpSerialBusVendorData()
438 VendorLength = Resource->CommonSerialBus.TypeDataLength - in AcpiDmDumpSerialBusVendorData()
447 VendorLength = Resource->CommonSerialBus.TypeDataLength - in AcpiDmDumpSerialBusVendorData()
456 VendorLength = Resource->CommonSerialBus.TypeDataLength - in AcpiDmDumpSerialBusVendorData()
515 Resource->CommonSerialBus.TypeDataLength; in AcpiDmI2cSerialBusDescriptor()
594 Resource->CommonSerialBus.TypeDataLength; in AcpiDmSpiSerialBusDescriptor()
676 Resource->CommonSerialBus.TypeDataLength; in AcpiDmUartSerialBusDescriptor()
728 SerialBusResourceDispatch [Resource->CommonSerialBus.Type] ( in AcpiDmSerialBusDescriptor()
/third_party/lib/acpica/source/components/utilities/
A Dutresrc.c691 if ((AmlResource->CommonSerialBus.Type == 0) || in AcpiUtValidateResource()
692 (AmlResource->CommonSerialBus.Type > AML_RESOURCE_MAX_SERIALBUSTYPE)) in AcpiUtValidateResource()
698 AmlResource->CommonSerialBus.Type)); in AcpiUtValidateResource()
/third_party/lib/acpica/source/common/
A Ddmrestag.c835 if ((Resource->CommonSerialBus.Type == 0) || in AcpiDmGetResourceTag()
836 (Resource->CommonSerialBus.Type > AML_RESOURCE_MAX_SERIALBUSTYPE)) in AcpiDmGetResourceTag()
841 TagList = AcpiGbl_SerialResourceTags[Resource->CommonSerialBus.Type]; in AcpiDmGetResourceTag()
/third_party/lib/acpica/source/compiler/
A Daslmapenter.c162 switch (Resource->CommonSerialBus.Type) in MpSaveSerialInfo()
A Daslmapoutput.c339 switch (Resource->CommonSerialBus.Type) in MpEmitSerialInfo()
/third_party/lib/acpica/source/include/acpica/
A Damlresrc.h574 AML_RESOURCE_COMMON_SERIALBUS CommonSerialBus; member
A Dacrestyp.h670 ACPI_RESOURCE_COMMON_SERIALBUS CommonSerialBus; member

Completed in 22 milliseconds