Home
last modified time | relevance | path

Searched refs:end_aml (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/acpi/acpica/
Dutresrc.c420 u8 *end_aml; in acpi_ut_walk_aml_resources() local
436 end_aml = aml + aml_length; in acpi_ut_walk_aml_resources()
440 while (aml < end_aml) { in acpi_ut_walk_aml_resources()
476 if ((aml + 1) >= end_aml) { in acpi_ut_walk_aml_resources()
Drslist.c162 u8 *end_aml = output_buffer + aml_size_needed; in acpi_rs_convert_resources_to_aml() local
170 while (aml < end_aml) { in acpi_rs_convert_resources_to_aml()
Drscalc.c389 u8 *end_aml; in acpi_rs_get_list_length() local
402 end_aml = aml_buffer + aml_buffer_length; in acpi_rs_get_list_length()
406 while (aml_buffer < end_aml) { in acpi_rs_get_list_length()