Lines Matching refs:aml_buffer
20 * PARAMETERS: aml_buffer - Pointer to the resource byte stream
21 * aml_buffer_length - Length of the aml_buffer
30 acpi_buffer_to_resource(u8 *aml_buffer,
49 acpi_rs_get_list_length(aml_buffer, aml_buffer_length,
68 status = acpi_ut_walk_aml_resources(NULL, aml_buffer, aml_buffer_length,
89 * PARAMETERS: aml_buffer - Pointer to the resource byte stream
103 acpi_rs_create_resource_list(union acpi_operand_object *aml_buffer,
115 ACPI_DEBUG_PRINT((ACPI_DB_INFO, "AmlBuffer = %p\n", aml_buffer));
119 aml_buffer_length = aml_buffer->buffer.length;
120 aml_start = aml_buffer->buffer.pointer;
123 * Pass the aml_buffer into a module that can calculate