Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/acpica/components/resources/
H A Drscalc.c582 AML_RESOURCE *AmlResource; in AcpiRsGetListLength() local
607 AmlResource = (void *) AmlBuffer; in AcpiRsGetListLength()
700 if (AmlResource->Gpio.VendorLength) in AcpiRsGetListLength()
703 AmlResource->Gpio.VendorOffset - in AcpiRsGetListLength()
704 AmlResource->Gpio.PinTableOffset + in AcpiRsGetListLength()
705 AmlResource->Gpio.VendorLength; in AcpiRsGetListLength()
712 AmlResource->Gpio.PinTableOffset; in AcpiRsGetListLength()
739 AmlResource->CommonSerialBus.Type]; in AcpiRsGetListLength()
749 if (AmlResource->PinConfig.VendorLength) in AcpiRsGetListLength()
768 AmlResource->PinGroup.VendorOffset - in AcpiRsGetListLength()
[all …]
H A Drslist.c186 AML_RESOURCE *AmlResource; in AcpiRsConvertAmlToResources() local
207 AmlResource = ACPI_CAST_PTR (AML_RESOURCE, Aml); in AcpiRsConvertAmlToResources()
212 if (AmlResource->CommonSerialBus.Type > in AcpiRsConvertAmlToResources()
222 AmlResource->CommonSerialBus.Type]; in AcpiRsConvertAmlToResources()
241 Resource, AmlResource, ConversionTable); in AcpiRsConvertAmlToResources()
/f-stack/freebsd/contrib/dev/acpica/components/utilities/
H A Dutresrc.c426 AML_RESOURCE *AmlResource; in AcpiUtValidateResource() local
528 AmlResource = ACPI_CAST_PTR (AML_RESOURCE, Aml); in AcpiUtValidateResource()
533 if ((AmlResource->CommonSerialBus.Type == 0) || in AcpiUtValidateResource()
534 (AmlResource->CommonSerialBus.Type > AML_RESOURCE_MAX_SERIALBUSTYPE)) in AcpiUtValidateResource()
540 AmlResource->CommonSerialBus.Type)); in AcpiUtValidateResource()