Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslrestype2s.c447 UINT16 ResSourceLength; in RsDoGpioIntDescriptor() local
465 ResSourceLength = RsGetStringDataLength (InitializerOp); in RsDoGpioIntDescriptor()
470 ResSourceLength + VendorLength + InterruptLength; in RsDoGpioIntDescriptor()
489 VendorData = ACPI_ADD_PTR (UINT8, ResourceSource, ResSourceLength); in RsDoGpioIntDescriptor()
542 if (ResSourceLength) in RsDoGpioIntDescriptor()
656 UINT16 ResSourceLength; in RsDoGpioIoDescriptor() local
674 ResSourceLength = RsGetStringDataLength (InitializerOp); in RsDoGpioIoDescriptor()
679 ResSourceLength + VendorLength + InterruptLength; in RsDoGpioIoDescriptor()
697 VendorData = ACPI_ADD_PTR (UINT8, ResourceSource, ResSourceLength); in RsDoGpioIoDescriptor()
750 if (ResSourceLength) in RsDoGpioIoDescriptor()
[all …]