Lines Matching refs:aml
204 union aml_resource *aml) in acpi_rs_set_resource_length() argument
213 (total_length - acpi_ut_get_resource_header_length(aml)); in acpi_rs_set_resource_length()
217 if (aml->small_header.descriptor_type & ACPI_RESOURCE_NAME_LARGE) { in acpi_rs_set_resource_length()
221 ACPI_MOVE_16_TO_16(&aml->large_header.resource_length, in acpi_rs_set_resource_length()
228 aml->small_header.descriptor_type = (u8) in acpi_rs_set_resource_length()
229 ((aml->small_header.descriptor_type & in acpi_rs_set_resource_length()
255 union aml_resource *aml) in acpi_rs_set_resource_header() argument
261 aml->small_header.descriptor_type = descriptor_type; in acpi_rs_set_resource_header()
265 acpi_rs_set_resource_length(total_length, aml); in acpi_rs_set_resource_header()
323 union aml_resource * aml, char *string_ptr) in acpi_rs_get_resource_source() argument
332 aml_resource_source = ACPI_ADD_PTR(u8, aml, minimum_length); in acpi_rs_get_resource_source()
409 acpi_rs_set_resource_source(union aml_resource *aml, in acpi_rs_set_resource_source() argument
426 aml_resource_source = ACPI_ADD_PTR(u8, aml, minimum_length); in acpi_rs_set_resource_source()