Searched refs:CommonSerialBus (Results 1 – 12 of 12) sorted by relevance
| /third_party/lib/acpica/source/components/resources/ |
| A D | rsserial.c | 167 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 D | rslist.c | 104 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 D | rsdumpinfo.c | 264 …{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 D | rscalc.c | 370 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 D | rsdump.c | 183 ResourceList->Data.CommonSerialBus.Type]); in AcpiRsDumpResourceList()
|
| /third_party/lib/acpica/source/components/disassembler/ |
| A D | dmresrcl2.c | 434 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 D | utresrc.c | 691 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 D | dmrestag.c | 835 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 D | aslmapenter.c | 162 switch (Resource->CommonSerialBus.Type) in MpSaveSerialInfo()
|
| A D | aslmapoutput.c | 339 switch (Resource->CommonSerialBus.Type) in MpEmitSerialInfo()
|
| /third_party/lib/acpica/source/include/acpica/ |
| A D | amlresrc.h | 574 AML_RESOURCE_COMMON_SERIALBUS CommonSerialBus; member
|
| A D | acrestyp.h | 670 ACPI_RESOURCE_COMMON_SERIALBUS CommonSerialBus; member
|
Completed in 22 milliseconds