Lines Matching defs:resource
30 acpi_db_resource_callback(struct acpi_resource *resource, void *context);
487 * DESCRIPTION: Dump a buffer that contains a resource template
517 /* Attempt to convert the raw buffer to a resource list */
526 ("Could not convert Buffer to a resource list: %s, %s\n",
531 /* Now we can dump the resource list */
550 * PARAMETERS: aml1_buffer - Contains first resource list
551 * aml1_buffer_length - Length of first resource list
552 * aml2_buffer - Contains second resource list
553 * aml2_buffer_length - Length of second resource list
557 * DESCRIPTION: Compare two AML resource lists, descriptor by descriptor (in
558 * order to isolate a miscompare to an individual resource)
649 * name - resource method name (_CRS)
654 * internal resource list, then back to AML.
673 /* Get the original _CRS AML resource template */
682 /* Get the AML resource template, converted to internal resource structs */
691 /* Convert internal resource list to external AML resource template */
700 /* Compare original AML to the newly created AML resource list */
733 acpi_db_resource_callback(struct acpi_resource *resource, void *context)
770 /* Get handles to the resource methods for this device */
845 /* Get the _CRS resource list (test ALLOCATE buffer) */
868 /* Dump the _CRS resource list */
881 /* Execute _SRS with the resource list */
975 * DESCRIPTION: Display the resource objects associated with a device.