Lines Matching defs:Resource
3 * Module Name: rscreate - Create resource lists/tables
165 * PARAMETERS: AmlBuffer - Pointer to the resource byte stream
167 * ResourcePtr - Where the converted resource is returned
171 * DESCRIPTION: Convert a raw AML buffer to a resource list
183 void *Resource;
195 /* Get the required length for the converted resource */
208 /* Allocate a buffer for the converted resource */
210 Resource = ACPI_ALLOCATE_ZEROED (ListSizeNeeded);
211 CurrentResourcePtr = Resource;
212 if (!Resource)
217 /* Perform the AML-to-Resource conversion */
227 ACPI_FREE (Resource);
231 *ResourcePtr = Resource;
244 * PARAMETERS: AmlBuffer - Pointer to the resource byte stream
268 void *Resource;
306 Resource = OutputBuffer->Pointer;
308 AcpiRsConvertAmlToResources, &Resource);
556 * PARAMETERS: ResourceList - Pointer to the resource list buffer