Searched defs:dest_obj (Results 1 - 1 of 1) sorted by relevance

/drivers/acpi/acpica/
H A Dutcopy.c88 union acpi_operand_object *dest_obj,
909 * dest_obj - Where the internal object is returned
921 union acpi_operand_object *dest_obj,
928 dest_obj->common.type = source_obj->common.type;
929 dest_obj->common.flags = source_obj->common.flags;
930 dest_obj->package.count = source_obj->package.count;
935 dest_obj->package.elements = ACPI_ALLOCATE_ZEROED(((acpi_size)
939 if (!dest_obj->package.elements) {
948 status = acpi_ut_walk_package_tree(source_obj, dest_obj,
955 acpi_ut_remove_reference(dest_obj);
920 acpi_ut_copy_ipackage_to_ipackage(union acpi_operand_object *source_obj, union acpi_operand_object *dest_obj, struct acpi_walk_state *walk_state) argument
[all...]

Completed in 191 milliseconds