Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/acpi/acpica/
H A Dutcopy.c54 union acpi_operand_object *dest_obj,
889 union acpi_operand_object *dest_obj, in acpi_ut_copy_ipackage_to_ipackage() argument
896 dest_obj->common.type = source_obj->common.type; in acpi_ut_copy_ipackage_to_ipackage()
897 dest_obj->common.flags = source_obj->common.flags; in acpi_ut_copy_ipackage_to_ipackage()
898 dest_obj->package.count = source_obj->package.count; in acpi_ut_copy_ipackage_to_ipackage()
903 dest_obj->package.elements = ACPI_ALLOCATE_ZEROED(((acpi_size) in acpi_ut_copy_ipackage_to_ipackage()
907 if (!dest_obj->package.elements) { in acpi_ut_copy_ipackage_to_ipackage()
916 status = acpi_ut_walk_package_tree(source_obj, dest_obj, in acpi_ut_copy_ipackage_to_ipackage()
923 acpi_ut_remove_reference(dest_obj); in acpi_ut_copy_ipackage_to_ipackage()
H A Dacutils.h262 union acpi_operand_object *dest_obj);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/gp/include/
H A Dxml_datastorage_api.h1552 uint32_t dest_obj, in Invoke_CopyObjectAttributes1() argument
1555 return Invoke_Simple_Function_v1(c, sess, cmd, dest_obj, src_obj); in Invoke_CopyObjectAttributes1()
1561 uint32_t dest_obj, in Invoke_CopyObjectAttributes() argument
1564 return Invoke_Simple_Function_v1(c, sess, cmd, dest_obj, src_obj); in Invoke_CopyObjectAttributes()