Searched refs:source_object (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/drivers/acpi/acpica/ |
A D | utmisc.c | 197 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 D | utcopy.c | 26 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 D | dspkginit.c | 325 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 D | utobject.c | 29 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 D | utstate.c | 209 state->pkg.source_object = (union acpi_operand_object *)internal_object; in acpi_ut_create_pkg_state()
|
A D | acutils.h | 128 union acpi_operand_object * source_object, 562 acpi_ut_walk_package_tree(union acpi_operand_object *source_object,
|
A D | acdispat.h | 237 union acpi_operand_object *source_object,
|
A D | aclocal.h | 582 union acpi_operand_object *source_object; member
|
Completed in 14 milliseconds