Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/acpi/utilities/
Dutcopy.c208 union acpi_object *target_object; in acpi_ut_copy_ielement_to_eelement() local
215 target_object = (union acpi_object *) in acpi_ut_copy_ielement_to_eelement()
225 target_object, info->free_space, &object_space); in acpi_ut_copy_ielement_to_eelement()
237 target_object->type = ACPI_TYPE_PACKAGE; in acpi_ut_copy_ielement_to_eelement()
238 target_object->package.count = source_object->package.count; in acpi_ut_copy_ielement_to_eelement()
239 target_object->package.elements = ACPI_CAST_PTR (union acpi_object, info->free_space); in acpi_ut_copy_ielement_to_eelement()
244 state->pkg.this_target_obj = target_object; in acpi_ut_copy_ielement_to_eelement()
251 (acpi_size) target_object->package.count * sizeof (union acpi_object)); in acpi_ut_copy_ielement_to_eelement()
723 union acpi_operand_object *target_object; in acpi_ut_copy_ielement_to_ielement() local
742 target_object = acpi_ut_create_internal_object ( in acpi_ut_copy_ielement_to_ielement()
[all …]
Dutmisc.c1249 void *target_object, in acpi_ut_walk_package_tree() argument
1263 state = acpi_ut_create_pkg_state (source_object, target_object, 0); in acpi_ut_walk_package_tree()
/linux-2.4.37.9/include/acpi/
Dacutils.h58 void *target_object,