Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/acpica/components/resources/
H A Drsserial.c240 AML_OFFSET (Gpio.VendorOffset)},
253 AML_OFFSET (Gpio.VendorOffset),
312 AML_OFFSET (PinFunction.VendorOffset)},
325 AML_OFFSET (PinFunction.VendorOffset),
681 AML_OFFSET (PinConfig.VendorOffset)},
694 AML_OFFSET (PinConfig.VendorOffset),
741 AML_OFFSET (PinGroup.VendorOffset)},
754 AML_OFFSET (PinGroup.VendorOffset),
821 AML_OFFSET (PinGroupFunction.VendorOffset),
879 AML_OFFSET (PinGroupConfig.VendorOffset)},
[all …]
H A Drscalc.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()
/f-stack/freebsd/contrib/dev/acpica/include/
H A Damlresrc.h535 UINT16 VendorOffset; member
652 UINT16 VendorOffset; member
675 UINT16 VendorOffset; member
695 UINT16 VendorOffset; member
717 UINT16 VendorOffset; member
740 UINT16 VendorOffset; member
/f-stack/freebsd/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()
1522 Descriptor->PinFunction.VendorOffset = (UINT16) in RsDoPinFunctionDescriptor()
1722 Descriptor->PinConfig.VendorOffset = (UINT16) in RsDoPinConfigDescriptor()
1726 (CurrentByteOffset + Descriptor->PinConfig.VendorOffset))) in RsDoPinConfigDescriptor()
1876 Descriptor->PinGroup.VendorOffset = (UINT16) in RsDoPinGroupDescriptor()
1880 (CurrentByteOffset + Descriptor->PinGroup.VendorOffset))) in RsDoPinGroupDescriptor()
2055 Descriptor->PinGroupFunction.VendorOffset = (UINT16) in RsDoPinGroupFunctionDescriptor()
[all …]
/f-stack/freebsd/contrib/dev/acpica/components/disassembler/
H A Ddmresrcl2.c326 if (Resource->Gpio.VendorOffset) in AcpiDmGpioCommon()
331 Resource->Gpio.VendorOffset); in AcpiDmGpioCommon()
594 Resource->PinFunction.VendorOffset); in AcpiDmPinFunctionDescriptor()
1062 Resource->PinConfig.VendorOffset); in AcpiDmPinConfigDescriptor()
1148 Resource->PinGroup.VendorOffset); in AcpiDmPinGroupDescriptor()
1244 Resource->PinGroupFunction.VendorOffset); in AcpiDmPinGroupFunctionDescriptor()
1317 Resource->PinGroupConfig.VendorOffset); in AcpiDmPinGroupConfigDescriptor()