Home
last modified time | relevance | path

Searched refs:acpi_ut_get_descriptor_length (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/drivers/acpi/acpica/
Dutresrc.c180 length = acpi_ut_get_descriptor_length(aml); in acpi_ut_walk_aml_resources()
518 u32 acpi_ut_get_descriptor_length(void *aml) in acpi_ut_get_descriptor_length() function
Drslist.c219 aml += acpi_ut_get_descriptor_length(aml); in acpi_rs_convert_resources_to_aml()
Drscalc.c682 acpi_ut_get_descriptor_length(aml_buffer), in acpi_rs_get_list_length()
689 aml_buffer += acpi_ut_get_descriptor_length(aml_buffer); in acpi_rs_get_list_length()
Ddbcmds.c598 aml1_length = acpi_ut_get_descriptor_length(aml1); in acpi_dm_compare_aml_resources()
599 aml2_length = acpi_ut_get_descriptor_length(aml2); in acpi_dm_compare_aml_resources()
Dacutils.h589 u32 acpi_ut_get_descriptor_length(void *aml);