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

/freebsd-10-stable/sys/contrib/dev/acpica/compiler/
H A Daslrestype2s.c290 UINT16 VendorLength; local
308 VendorLength = RsGetBufferDataLength (InitializerOp);
312 ResSourceLength + VendorLength + InterruptLength;
425 Descriptor->Gpio.VendorLength = VendorLength;
499 UINT16 VendorLength; local
517 VendorLength = RsGetBufferDataLength (InitializerOp);
522 ResSourceLength + VendorLength + InterruptLength;
632 Descriptor->Gpio.VendorLength = VendorLength;
704 UINT16 VendorLength; local
863 UINT16 VendorLength; local
1051 UINT16 VendorLength; local
[all...]
/freebsd-10-stable/sys/contrib/dev/acpica/components/resources/
H A Drscalc.c362 Resource->Data.Gpio.VendorLength);
374 Resource->Data.I2cSerialBus.VendorLength);
547 if (AmlResource->Gpio.VendorLength)
552 AmlResource->Gpio.VendorLength;
H A Drsserial.c140 {ACPI_RSC_COUNT_GPIO_VEN, ACPI_RS_OFFSET (Data.Gpio.VendorLength),
141 AML_OFFSET (Gpio.VendorLength),
196 {ACPI_RSC_COUNT_SERIAL_VEN, ACPI_RS_OFFSET (Data.CommonSerialBus.VendorLength),
280 {ACPI_RSC_COUNT_SERIAL_VEN, ACPI_RS_OFFSET (Data.CommonSerialBus.VendorLength),
380 {ACPI_RSC_COUNT_SERIAL_VEN, ACPI_RS_OFFSET (Data.CommonSerialBus.VendorLength),
H A Drsdumpinfo.c251 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET (Gpio.VendorLength), "VendorLength", NULL},
272 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET (CommonSerialBus.VendorLength), "VendorLength", NULL}, \
H A Drsmisc.c600 if (Resource->Data.Gpio.VendorLength)
/freebsd-10-stable/sys/contrib/dev/acpica/components/disassembler/
H A Ddmresrcl2.c226 Resource->Gpio.VendorLength, Level);
431 UINT32 VendorLength; local
440 VendorLength = Resource->CommonSerialBus.TypeDataLength -
449 VendorLength = Resource->CommonSerialBus.TypeDataLength -
458 VendorLength = Resource->CommonSerialBus.TypeDataLength -
472 AcpiDmDumpRawDataBuffer (VendorData, VendorLength, Level);
/freebsd-10-stable/sys/contrib/dev/acpica/include/
H A Dacrestyp.h454 UINT16 VendorLength; member in struct:acpi_resource_gpio
491 UINT16 VendorLength; \
H A Damlresrc.h425 UINT16 VendorLength; member in struct:aml_resource_gpio

Completed in 100 milliseconds