Home
last modified time | relevance | path

Searched refs:VendorOffset (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/dev/acpica/components/resources/
H A Drsserial.c240 AML_OFFSET (Gpio.VendorOffset)},
253 AML_OFFSET (Gpio.VendorOffset),
356 AML_OFFSET (PinFunction.VendorOffset)},
369 AML_OFFSET (PinFunction.VendorOffset),
800 AML_OFFSET (PinConfig.VendorOffset)},
813 AML_OFFSET (PinConfig.VendorOffset),
860 AML_OFFSET (PinGroup.VendorOffset)},
873 AML_OFFSET (PinGroup.VendorOffset),
927 AML_OFFSET (PinGroupFunction.VendorOffset)},
940 AML_OFFSET (PinGroupFunction.VendorOffset),
[all …]
H A Drscalc.c710 AmlResource->Gpio.VendorOffset - in AcpiRsGetListLength()
730 AmlResource->PinFunction.VendorOffset - in AcpiRsGetListLength()
760 AmlResource->PinConfig.VendorOffset - in AcpiRsGetListLength()
776 AmlResource->PinGroup.VendorOffset - in AcpiRsGetListLength()
785 AmlResource->PinGroupFunction.VendorOffset - in AcpiRsGetListLength()
794 AmlResource->PinGroupConfig.VendorOffset - in AcpiRsGetListLength()
/freebsd/sys/contrib/dev/acpica/include/
H A Damlresrc.h542 UINT16 VendorOffset; member
677 UINT16 VendorOffset; member
700 UINT16 VendorOffset; member
737 UINT16 VendorOffset; member
759 UINT16 VendorOffset; member
782 UINT16 VendorOffset; member
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslrestype2s.c577 Descriptor->Gpio.VendorOffset = (UINT16) in RsDoGpioIntDescriptor()
581 (CurrentByteOffset + Descriptor->Gpio.VendorOffset))) in RsDoGpioIntDescriptor()
783 Descriptor->Gpio.VendorOffset = (UINT16) in RsDoGpioIoDescriptor()
787 (CurrentByteOffset + Descriptor->Gpio.VendorOffset))) in RsDoGpioIoDescriptor()
1657 Descriptor->PinFunction.VendorOffset = (UINT16) in RsDoPinFunctionDescriptor()
1661 (CurrentByteOffset + Descriptor->PinFunction.VendorOffset))) in RsDoPinFunctionDescriptor()
1960 Descriptor->PinConfig.VendorOffset = (UINT16) in RsDoPinConfigDescriptor()
1964 (CurrentByteOffset + Descriptor->PinConfig.VendorOffset))) in RsDoPinConfigDescriptor()
2108 Descriptor->PinGroup.VendorOffset = (UINT16) in RsDoPinGroupDescriptor()
2112 (CurrentByteOffset + Descriptor->PinGroup.VendorOffset))) in RsDoPinGroupDescriptor()
[all …]
/freebsd/sys/contrib/dev/acpica/components/disassembler/
H A Ddmresrcl2.c334 if (Resource->Gpio.VendorOffset) in AcpiDmGpioCommon()
339 Resource->Gpio.VendorOffset); in AcpiDmGpioCommon()
642 Resource->PinFunction.VendorOffset); in AcpiDmPinFunctionDescriptor()
1190 Resource->PinConfig.VendorOffset); in AcpiDmPinConfigDescriptor()
1276 Resource->PinGroup.VendorOffset); in AcpiDmPinGroupDescriptor()
1372 Resource->PinGroupFunction.VendorOffset); in AcpiDmPinGroupFunctionDescriptor()
1445 Resource->PinGroupConfig.VendorOffset); in AcpiDmPinGroupConfigDescriptor()