Lines Matching refs:common
138 external_object->type = internal_object->common.type; in acpi_ut_copy_isimple_to_esimple()
142 switch (internal_object->common.type) { in acpi_ut_copy_isimple_to_esimple()
224 acpi_ut_get_type_name(internal_object->common. in acpi_ut_copy_isimple_to_esimple()
356 external_object->type = internal_object->common.type; in acpi_ut_copy_ipackage_to_epackage()
400 if (internal_object->common.type == ACPI_TYPE_PACKAGE) { in acpi_ut_copy_iobject_to_eobject()
685 reference_count = dest_desc->common.reference_count; in acpi_ut_copy_simple_object()
686 next_object = dest_desc->common.next_object; in acpi_ut_copy_simple_object()
702 dest_desc->common.reference_count = reference_count; in acpi_ut_copy_simple_object()
703 dest_desc->common.next_object = next_object; in acpi_ut_copy_simple_object()
707 dest_desc->common.flags &= ~AOPOBJ_STATIC_POINTER; in acpi_ut_copy_simple_object()
711 switch (dest_desc->common.type) { in acpi_ut_copy_simple_object()
853 common.type); in acpi_ut_copy_ielement_to_ielement()
884 target_object->common.flags = source_object->common.flags; in acpi_ut_copy_ielement_to_ielement()
931 dest_obj->common.type = source_obj->common.type; in acpi_ut_copy_ipackage_to_ipackage()
932 dest_obj->common.flags = source_obj->common.flags; in acpi_ut_copy_ipackage_to_ipackage()
989 *dest_desc = acpi_ut_create_internal_object(source_desc->common.type); in acpi_ut_copy_iobject_to_iobject()
996 if (source_desc->common.type == ACPI_TYPE_PACKAGE) { in acpi_ut_copy_iobject_to_iobject()