Home | History | Annotate | Download | only in resources

Lines Matching refs:ResourceList

237  * PARAMETERS:  ResourceList        - Pointer to a resource descriptor list
247 ACPI_RESOURCE *ResourceList)
272 Type = ResourceList->Type;
277 ResourceList->Type);
280 else if (!ResourceList->Type)
288 if (!ResourceList->Length)
299 AcpiRsDumpDescriptor (&ResourceList->Data,
301 ResourceList->Data.CommonSerialBus.Type]);
305 AcpiRsDumpDescriptor (&ResourceList->Data,
311 ResourceList = ACPI_NEXT_RESOURCE (ResourceList);