Searched refs:VendorLength (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/contrib/dev/acpica/components/resources/
H A Drscalc.c470 Resource->Data.Gpio.VendorLength);
479 Resource->Data.PinFunction.VendorLength);
491 Resource->Data.I2cSerialBus.VendorLength);
500 Resource->Data.PinConfig.VendorLength);
509 Resource->Data.PinGroup.VendorLength);
518 Resource->Data.PinGroupFunction.VendorLength);
527 Resource->Data.PinGroupConfig.VendorLength);
700 if (AmlResource->Gpio.VendorLength)
705 AmlResource->Gpio.VendorLength;
720 if (AmlResource->PinFunction.VendorLength)
[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.CommonSerialBus.VendorLength),
460 {ACPI_RSC_COUNT_SERIAL_VEN, ACPI_RS_OFFSET (Data.CommonSerialBus.VendorLength),
560 {ACPI_RSC_COUNT_SERIAL_VEN, ACPI_RS_OFFSET (Data.CommonSerialBus.VendorLength),
689 {ACPI_RSC_COUNT_GPIO_VEN, ACPI_RS_OFFSET (Data.PinConfig.VendorLength),
690 AML_OFFSET (PinConfig.VendorLength),
749 {ACPI_RSC_COUNT_GPIO_VEN, ACPI_RS_OFFSET (Data.PinGroup.VendorLength),
[all...]
H A Drsdumpinfo.c359 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET (Gpio.VendorLength), "VendorLength", NULL},
373 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET (PinFunction.VendorLength), "VendorLength", NULL},
388 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET (PinConfig.VendorLength), "VendorLength", NULL},
400 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET (PinGroup.VendorLength), "VendorLength", NULL},
413 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET (PinGroupFunction.VendorLength), "VendorLength", NUL
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Daslrestype2s.c448 UINT16 VendorLength; local
466 VendorLength = RsGetBufferDataLength (InitializerOp);
470 ResSourceLength + VendorLength + InterruptLength;
583 Descriptor->Gpio.VendorLength = VendorLength;
657 UINT16 VendorLength; local
675 VendorLength = RsGetBufferDataLength (InitializerOp);
680 ResSourceLength + VendorLength + InterruptLength;
790 Descriptor->Gpio.VendorLength = VendorLength;
862 UINT16 VendorLength; local
1021 UINT16 VendorLength; local
1209 UINT16 VendorLength; local
1414 UINT16 VendorLength; local
1600 UINT16 VendorLength; local
1800 UINT16 VendorLength; local
1955 UINT16 VendorLength; local
2101 UINT16 VendorLength; local
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/components/disassembler/
H A Ddmresrcl2.c334 Resource->Gpio.VendorLength, Level);
589 if (Resource->PinFunction.VendorLength)
597 Resource->PinFunction.VendorLength, Level);
645 UINT32 VendorLength; local
654 VendorLength = Resource->CommonSerialBus.TypeDataLength -
663 VendorLength = Resource->CommonSerialBus.TypeDataLength -
672 VendorLength = Resource->CommonSerialBus.TypeDataLength -
686 AcpiDmDumpRawDataBuffer (VendorData, VendorLength, Level);
1057 if (Resource->PinConfig.VendorLength)
1065 Resource->PinConfig.VendorLength, Leve
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Damlresrc.h536 UINT16 VendorLength; member in struct:aml_resource_gpio
653 UINT16 VendorLength; member in struct:aml_resource_pin_function
676 UINT16 VendorLength; member in struct:aml_resource_pin_config
696 UINT16 VendorLength; member in struct:aml_resource_pin_group
718 UINT16 VendorLength; member in struct:aml_resource_pin_group_function
741 UINT16 VendorLength; member in struct:aml_resource_pin_group_config
H A Dacrestyp.h569 UINT16 VendorLength; member in struct:acpi_resource_gpio
606 UINT16 VendorLength; \
742 UINT16 VendorLength; member in struct:acpi_resource_pin_function
757 UINT16 VendorLength; member in struct:acpi_resource_pin_config
786 UINT16 VendorLength; member in struct:acpi_resource_pin_group
799 UINT16 VendorLength; member in struct:acpi_resource_pin_group_function
813 UINT16 VendorLength; member in struct:acpi_resource_pin_group_config

Completed in 181 milliseconds