Home
last modified time | relevance | path

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

/acpica-latest/source/include/
Damlresrc.h348 } AML_RESOURCE_VENDOR_SMALL; typedef
818 AML_RESOURCE_VENDOR_SMALL VendorSmall;
/acpica-latest/source/components/resources/
Drsinfo.c320 sizeof (AML_RESOURCE_VENDOR_SMALL), /* ACPI_RESOURCE_TYPE_VENDOR */
/acpica-latest/source/components/utilities/
Dutresrc.c183 ACPI_AML_SIZE_SMALL (AML_RESOURCE_VENDOR_SMALL),
/acpica-latest/source/compiler/
Daslrestype1.c706 Rnode = RsAllocateResourceNode (sizeof (AML_RESOURCE_VENDOR_SMALL) + 7); in RsDoVendorSmallDescriptor()