Home
last modified time | relevance | path

Searched refs:VendorLength (Results 1 – 8 of 8) sorted by relevance

/dragonfly/sys/contrib/dev/acpica/source/compiler/
H A Daslrestype2s.c583 Descriptor->Gpio.VendorLength = VendorLength; in RsDoGpioIntDescriptor()
789 Descriptor->Gpio.VendorLength = VendorLength; in RsDoGpioIoDescriptor()
879 ResSourceLength + VendorLength; in RsDoI2cSerialBusDescriptor()
1038 ResSourceLength + VendorLength; in RsDoSpiSerialBusDescriptor()
1226 ResSourceLength + VendorLength; in RsDoUartSerialBusDescriptor()
1430 ResSourceLength + VendorLength; in RsDoCsi2SerialBusDescriptor()
1664 Descriptor->PinFunction.VendorLength = VendorLength; in RsDoPinFunctionDescriptor()
1864 Descriptor->PinConfig.VendorLength = VendorLength; in RsDoPinConfigDescriptor()
2018 Descriptor->PinGroup.VendorLength = VendorLength; in RsDoPinGroupDescriptor()
2197 Descriptor->PinGroupFunction.VendorLength = VendorLength; in RsDoPinGroupFunctionDescriptor()
[all …]
/dragonfly/sys/contrib/dev/acpica/source/components/resources/
H A Drscalc.c470 Resource->Data.Gpio.VendorLength); in AcpiRsGetAmlLength()
479 Resource->Data.PinFunction.VendorLength); in AcpiRsGetAmlLength()
500 Resource->Data.PinConfig.VendorLength); in AcpiRsGetAmlLength()
509 Resource->Data.PinGroup.VendorLength); in AcpiRsGetAmlLength()
700 if (AmlResource->Gpio.VendorLength) in AcpiRsGetListLength()
705 AmlResource->Gpio.VendorLength; in AcpiRsGetListLength()
720 if (AmlResource->PinFunction.VendorLength) in AcpiRsGetListLength()
749 if (AmlResource->PinConfig.VendorLength) in AcpiRsGetListLength()
754 AmlResource->PinConfig.VendorLength; in AcpiRsGetListLength()
770 AmlResource->PinGroup.VendorLength; in AcpiRsGetListLength()
[all …]
H A Drsserial.c248 {ACPI_RSC_COUNT_GPIO_VEN, ACPI_RS_OFFSET (Data.Gpio.VendorLength),
249 AML_OFFSET (Gpio.VendorLength),
320 {ACPI_RSC_COUNT_GPIO_VEN, ACPI_RS_OFFSET (Data.PinFunction.VendorLength),
321 AML_OFFSET (PinFunction.VendorLength),
376 {ACPI_RSC_COUNT_SERIAL_VEN, ACPI_RS_OFFSET (Data.Csi2SerialBus.VendorLength),
759 {ACPI_RSC_COUNT_GPIO_VEN, ACPI_RS_OFFSET (Data.PinConfig.VendorLength),
760 AML_OFFSET (PinConfig.VendorLength),
819 {ACPI_RSC_COUNT_GPIO_VEN, ACPI_RS_OFFSET (Data.PinGroup.VendorLength),
820 AML_OFFSET (PinGroup.VendorLength),
887 AML_OFFSET (PinGroupFunction.VendorLength),
[all …]
H A Drsdumpinfo.c359 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (Gpio.VendorLength), "VendorLength", …
373 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (PinFunction.VendorLength), "VendorLength", …
388 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (PinConfig.VendorLength), "VendorLength", …
400 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (PinGroup.VendorLength), "VendorLength", …
413 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (PinGroupFunction.VendorLength), "VendorLength", …
427 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (PinGroupConfig.VendorLength), "VendorLength", …
448 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (CommonSerialBus.VendorLength), "VendorLength", …
467 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (Csi2SerialBus.VendorLength), "VendorLength", …
/dragonfly/sys/contrib/dev/acpica/source/components/disassembler/
H A Ddmresrcl2.c344 Resource->Gpio.VendorLength, Level); in AcpiDmGpioCommon()
599 if (Resource->PinFunction.VendorLength) in AcpiDmPinFunctionDescriptor()
607 Resource->PinFunction.VendorLength, Level); in AcpiDmPinFunctionDescriptor()
655 UINT32 VendorLength; in AcpiDmDumpSerialBusVendorData() local
1147 if (Resource->PinConfig.VendorLength) in AcpiDmPinConfigDescriptor()
1155 Resource->PinConfig.VendorLength, Level); in AcpiDmPinConfigDescriptor()
1233 if (Resource->PinGroup.VendorLength) in AcpiDmPinGroupDescriptor()
1241 Resource->PinGroup.VendorLength, Level); in AcpiDmPinGroupDescriptor()
1329 if (Resource->PinGroupFunction.VendorLength) in AcpiDmPinGroupFunctionDescriptor()
1402 if (Resource->PinGroupConfig.VendorLength) in AcpiDmPinGroupConfigDescriptor()
[all …]
/dragonfly/sys/contrib/dev/acpica/source/include/
H A Dacrestyp.h569 UINT16 VendorLength; member
606 UINT16 VendorLength; \
751 UINT16 VendorLength; member
766 UINT16 VendorLength; member
795 UINT16 VendorLength; member
808 UINT16 VendorLength; member
822 UINT16 VendorLength; member
H A Damlresrc.h538 UINT16 VendorLength; member
673 UINT16 VendorLength; member
696 UINT16 VendorLength; member
716 UINT16 VendorLength; member
738 UINT16 VendorLength; member
761 UINT16 VendorLength; member
/dragonfly/sys/contrib/dev/acpica/source/common/
H A Ddmtbdump2.c2062 UINT32 VendorLength; in AcpiDmDumpPhat() local
2144 VendorLength = in AcpiDmDumpPhat()
2148 VendorLength, AcpiDmTableInfoPhat1b); in AcpiDmDumpPhat()