Searched refs:AmlResource (Results 1 – 3 of 3) sorted by relevance
429 AML_RESOURCE *AmlResource; in AcpiRsGetListLength() local454 AmlResource = (void *) AmlBuffer; in AcpiRsGetListLength()547 if (AmlResource->Gpio.VendorLength) in AcpiRsGetListLength()550 AmlResource->Gpio.VendorOffset - in AcpiRsGetListLength()551 AmlResource->Gpio.PinTableOffset + in AcpiRsGetListLength()552 AmlResource->Gpio.VendorLength; in AcpiRsGetListLength()557 AmlResource->LargeHeader.ResourceLength + in AcpiRsGetListLength()559 AmlResource->Gpio.PinTableOffset; in AcpiRsGetListLength()566 AmlResource->CommonSerialBus.Type]; in AcpiRsGetListLength()568 AmlResource->CommonSerialBus.ResourceLength - in AcpiRsGetListLength()[all …]
78 AML_RESOURCE *AmlResource; in AcpiRsConvertAmlToResources() local99 AmlResource = ACPI_CAST_PTR (AML_RESOURCE, Aml); in AcpiRsConvertAmlToResources()104 if (AmlResource->CommonSerialBus.Type > in AcpiRsConvertAmlToResources()114 AmlResource->CommonSerialBus.Type]; in AcpiRsConvertAmlToResources()133 Resource, AmlResource, ConversionTable); in AcpiRsConvertAmlToResources()
584 AML_RESOURCE *AmlResource; in AcpiUtValidateResource() local686 AmlResource = ACPI_CAST_PTR (AML_RESOURCE, Aml); in AcpiUtValidateResource()691 if ((AmlResource->CommonSerialBus.Type == 0) || in AcpiUtValidateResource()692 (AmlResource->CommonSerialBus.Type > AML_RESOURCE_MAX_SERIALBUSTYPE)) in AcpiUtValidateResource()698 AmlResource->CommonSerialBus.Type)); in AcpiUtValidateResource()