Home
last modified time | relevance | path

Searched refs:obj_length (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/acpi/acpica/
H A Dutobject.c21 acpi_size *obj_length);
25 acpi_size *obj_length);
425 acpi_size *obj_length) in acpi_ut_get_simple_object_size() argument
444 *obj_length = ACPI_ROUND_UP_TO_NATIVE_WORD(length); in acpi_ut_get_simple_object_size()
538 *obj_length = ACPI_ROUND_UP_TO_NATIVE_WORD(length); in acpi_ut_get_simple_object_size()
616 acpi_size *obj_length) in acpi_ut_get_package_object_size() argument
645 *obj_length = info.length; in acpi_ut_get_package_object_size()
665 acpi_size *obj_length) in acpi_ut_get_object_size() argument
676 obj_length); in acpi_ut_get_object_size()
679 acpi_ut_get_simple_object_size(internal_object, obj_length); in acpi_ut_get_object_size()
H A Dacutils.h462 acpi_ut_get_object_size(union acpi_operand_object *obj, acpi_size *obj_length);