Lines Matching refs:StringLength
132 return ((ACPI_RS_LENGTH) (ResourceSource->StringLength + 1)); in AcpiRsStructOptionLength()
160 UINT32 StringLength = 0; in AcpiRsStreamOptionLength() local
183 StringLength = ResourceLength - MinimumAmlResourceLength - 1; in AcpiRsStreamOptionLength()
190 return ((UINT32) ACPI_ROUND_UP_TO_NATIVE_WORD (StringLength)); in AcpiRsStreamOptionLength()
361 Resource->Data.Gpio.ResourceSource.StringLength + in AcpiRsGetAmlLength()
370 Resource->Data.PinFunction.ResourceSource.StringLength + in AcpiRsGetAmlLength()
378 Resource->Data.ClockInput.ResourceSource.StringLength); in AcpiRsGetAmlLength()
389 Resource->Data.I2cSerialBus.ResourceSource.StringLength + in AcpiRsGetAmlLength()
398 Resource->Data.PinConfig.ResourceSource.StringLength + in AcpiRsGetAmlLength()
407 Resource->Data.PinGroup.ResourceLabel.StringLength + in AcpiRsGetAmlLength()
415 Resource->Data.PinGroupFunction.ResourceSource.StringLength + in AcpiRsGetAmlLength()
416 Resource->Data.PinGroupFunction.ResourceSourceLabel.StringLength + in AcpiRsGetAmlLength()
424 Resource->Data.PinGroupConfig.ResourceSource.StringLength + in AcpiRsGetAmlLength()
425 Resource->Data.PinGroupConfig.ResourceSourceLabel.StringLength + in AcpiRsGetAmlLength()