Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/acpi/acpica/
Dutcopy.c256 union acpi_object *target_object; in acpi_ut_copy_ielement_to_eelement() local
261 target_object = (union acpi_object *) in acpi_ut_copy_ielement_to_eelement()
272 target_object, in acpi_ut_copy_ielement_to_eelement()
285 target_object->type = ACPI_TYPE_PACKAGE; in acpi_ut_copy_ielement_to_eelement()
286 target_object->package.count = source_object->package.count; in acpi_ut_copy_ielement_to_eelement()
287 target_object->package.elements = in acpi_ut_copy_ielement_to_eelement()
293 state->pkg.this_target_obj = target_object; in acpi_ut_copy_ielement_to_eelement()
300 target_object-> in acpi_ut_copy_ielement_to_eelement()
831 union acpi_operand_object *target_object; in acpi_ut_copy_ielement_to_ielement() local
848 target_object = in acpi_ut_copy_ielement_to_ielement()
[all …]
Dutmisc.c932 void *target_object, in acpi_ut_walk_package_tree() argument
943 state = acpi_ut_create_pkg_state(source_object, target_object, 0); in acpi_ut_walk_package_tree()
Dacutils.h474 void *target_object,