Home
last modified time | relevance | path

Searched refs:source_object (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/acpi/acpica/
A Dutcopy.c26 union acpi_operand_object *source_object,
48 union acpi_operand_object *source_object,
213 union acpi_operand_object *source_object, in acpi_ut_copy_ielement_to_eelement() argument
235 status = acpi_ut_copy_isimple_to_esimple(source_object, in acpi_ut_copy_ielement_to_eelement()
249 target_object->package.count = source_object->package.count; in acpi_ut_copy_ielement_to_eelement()
792 union acpi_operand_object *source_object, in acpi_ut_copy_ielement_to_ielement() argument
812 if (source_object) { in acpi_ut_copy_ielement_to_ielement()
817 acpi_ut_create_internal_object(source_object-> in acpi_ut_copy_ielement_to_ielement()
824 acpi_ut_copy_simple_object(source_object, in acpi_ut_copy_ielement_to_ielement()
844 acpi_ut_create_package_object(source_object->package.count); in acpi_ut_copy_ielement_to_ielement()
[all …]
A Dutmisc.c197 acpi_ut_walk_package_tree(union acpi_operand_object *source_object, in acpi_ut_walk_package_tree() argument
209 state = acpi_ut_create_pkg_state(source_object, target_object, 0); in acpi_ut_walk_package_tree()
220 state->pkg.source_object->package.elements[this_index]; in acpi_ut_walk_package_tree()
222 &state->pkg.source_object->package.elements[this_index]; in acpi_ut_walk_package_tree()
245 state->pkg.source_object->package.count) { in acpi_ut_walk_package_tree()
A Ddspkginit.c325 union acpi_operand_object *source_object, in acpi_ds_init_package_element() argument
332 if (!source_object) { in acpi_ds_init_package_element()
355 if (source_object->common.type == ACPI_TYPE_LOCAL_REFERENCE) { in acpi_ds_init_package_element()
360 } else if (source_object->common.type == ACPI_TYPE_PACKAGE) { in acpi_ds_init_package_element()
361 source_object->package.flags |= AOPOBJ_DATA_VALID; in acpi_ds_init_package_element()
A Dutobject.c29 union acpi_operand_object *source_object,
556 union acpi_operand_object *source_object, in acpi_ut_get_element_length() argument
570 acpi_ut_get_simple_object_size(source_object, in acpi_ut_get_element_length()
A Dutstate.c209 state->pkg.source_object = (union acpi_operand_object *)internal_object; in acpi_ut_create_pkg_state()
A Dacutils.h128 union acpi_operand_object * source_object,
549 acpi_ut_walk_package_tree(union acpi_operand_object *source_object,
A Dacdispat.h237 union acpi_operand_object *source_object,
A Daclocal.h582 union acpi_operand_object *source_object; member

Completed in 16 milliseconds