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);
411 * obj_length - Where the length is returned
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()
602 * obj_length - Where the length is returned
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()
654 * obj_length
665 acpi_ut_get_object_size(union acpi_operand_object * internal_object,acpi_size * obj_length) acpi_ut_get_object_size() argument
[all...]
H A Dacutils.h462 acpi_ut_get_object_size(union acpi_operand_object *obj, acpi_size *obj_length);