Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/acpica/source/components/resources/
HDrsserial.c240 AML_OFFSET (Gpio.VendorOffset)},
253 AML_OFFSET (Gpio.VendorOffset),
312 AML_OFFSET (PinFunction.VendorOffset)},
325 AML_OFFSET (PinFunction.VendorOffset),
751 AML_OFFSET (PinConfig.VendorOffset)},
764 AML_OFFSET (PinConfig.VendorOffset),
811 AML_OFFSET (PinGroup.VendorOffset)},
824 AML_OFFSET (PinGroup.VendorOffset),
878 AML_OFFSET (PinGroupFunction.VendorOffset)},
891 AML_OFFSET (PinGroupFunction.VendorOffset),
[all …]
HDrscalc.c703 AmlResource->Gpio.VendorOffset - in AcpiRsGetListLength()
723 AmlResource->PinFunction.VendorOffset - in AcpiRsGetListLength()
752 AmlResource->PinConfig.VendorOffset - in AcpiRsGetListLength()
768 AmlResource->PinGroup.VendorOffset - in AcpiRsGetListLength()
777 AmlResource->PinGroupFunction.VendorOffset - in AcpiRsGetListLength()
786 AmlResource->PinGroupConfig.VendorOffset - in AcpiRsGetListLength()
/dragonfly/sys/contrib/dev/acpica/source/include/
HDamlresrc.h537 UINT16 VendorOffset; member
672 UINT16 VendorOffset; member
695 UINT16 VendorOffset; member
715 UINT16 VendorOffset; member
737 UINT16 VendorOffset; member
760 UINT16 VendorOffset; member
/dragonfly/sys/contrib/dev/acpica/source/compiler/
HDaslrestype2s.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()
1658 Descriptor->PinFunction.VendorOffset = (UINT16) in RsDoPinFunctionDescriptor()
1662 (CurrentByteOffset + Descriptor->PinFunction.VendorOffset))) in RsDoPinFunctionDescriptor()
1858 Descriptor->PinConfig.VendorOffset = (UINT16) in RsDoPinConfigDescriptor()
1862 (CurrentByteOffset + Descriptor->PinConfig.VendorOffset))) in RsDoPinConfigDescriptor()
2012 Descriptor->PinGroup.VendorOffset = (UINT16) in RsDoPinGroupDescriptor()
2016 (CurrentByteOffset + Descriptor->PinGroup.VendorOffset))) in RsDoPinGroupDescriptor()
[all …]
/dragonfly/sys/contrib/dev/acpica/source/components/disassembler/
HDdmresrcl2.c336 if (Resource->Gpio.VendorOffset) in AcpiDmGpioCommon()
341 Resource->Gpio.VendorOffset); in AcpiDmGpioCommon()
604 Resource->PinFunction.VendorOffset); in AcpiDmPinFunctionDescriptor()
1152 Resource->PinConfig.VendorOffset); in AcpiDmPinConfigDescriptor()
1238 Resource->PinGroup.VendorOffset); in AcpiDmPinGroupDescriptor()
1334 Resource->PinGroupFunction.VendorOffset); in AcpiDmPinGroupFunctionDescriptor()
1407 Resource->PinGroupConfig.VendorOffset); in AcpiDmPinGroupConfigDescriptor()