Lines Matching refs:Data

365             if (Resource->Data.Irq.DescriptorLength == 2)  in AcpiRsGetAmlLength()
376 if (Resource->Data.Irq.DescriptorLength == 0) in AcpiRsGetAmlLength()
390 if (Resource->Data.Vendor.ByteLength > 7) in AcpiRsGetAmlLength()
400 (TotalSize + Resource->Data.Vendor.ByteLength); in AcpiRsGetAmlLength()
423 &Resource->Data.Address16.ResourceSource)); in AcpiRsGetAmlLength()
434 &Resource->Data.Address32.ResourceSource)); in AcpiRsGetAmlLength()
445 &Resource->Data.Address64.ResourceSource)); in AcpiRsGetAmlLength()
456 ((Resource->Data.ExtendedIrq.InterruptCount - 1) * 4) + in AcpiRsGetAmlLength()
461 &Resource->Data.ExtendedIrq.ResourceSource)); in AcpiRsGetAmlLength()
468 (Resource->Data.Gpio.PinTableLength * 2) + in AcpiRsGetAmlLength()
469 Resource->Data.Gpio.ResourceSource.StringLength + in AcpiRsGetAmlLength()
470 Resource->Data.Gpio.VendorLength); in AcpiRsGetAmlLength()
477 (Resource->Data.PinFunction.PinTableLength * 2) + in AcpiRsGetAmlLength()
478 Resource->Data.PinFunction.ResourceSource.StringLength + in AcpiRsGetAmlLength()
479 Resource->Data.PinFunction.VendorLength); in AcpiRsGetAmlLength()
487 Resource->Data.CommonSerialBus.Type]; in AcpiRsGetAmlLength()
490 Resource->Data.I2cSerialBus.ResourceSource.StringLength + in AcpiRsGetAmlLength()
491 Resource->Data.I2cSerialBus.VendorLength); in AcpiRsGetAmlLength()
498 (Resource->Data.PinConfig.PinTableLength * 2) + in AcpiRsGetAmlLength()
499 Resource->Data.PinConfig.ResourceSource.StringLength + in AcpiRsGetAmlLength()
500 Resource->Data.PinConfig.VendorLength); in AcpiRsGetAmlLength()
507 (Resource->Data.PinGroup.PinTableLength * 2) + in AcpiRsGetAmlLength()
508 Resource->Data.PinGroup.ResourceLabel.StringLength + in AcpiRsGetAmlLength()
509 Resource->Data.PinGroup.VendorLength); in AcpiRsGetAmlLength()
516 Resource->Data.PinGroupFunction.ResourceSource.StringLength + in AcpiRsGetAmlLength()
517 Resource->Data.PinGroupFunction.ResourceSourceLabel.StringLength + in AcpiRsGetAmlLength()
518 Resource->Data.PinGroupFunction.VendorLength); in AcpiRsGetAmlLength()
525 Resource->Data.PinGroupConfig.ResourceSource.StringLength + in AcpiRsGetAmlLength()
526 Resource->Data.PinGroupConfig.ResourceSourceLabel.StringLength + in AcpiRsGetAmlLength()
527 Resource->Data.PinGroupConfig.VendorLength); in AcpiRsGetAmlLength()