Searched refs:target_object (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | utcopy.c | 221 union acpi_object *target_object; in acpi_ut_copy_ielement_to_eelement() local 226 target_object = (union acpi_object *)&((union acpi_object *) in acpi_ut_copy_ielement_to_eelement() 236 target_object, in acpi_ut_copy_ielement_to_eelement() 248 target_object->type = ACPI_TYPE_PACKAGE; in acpi_ut_copy_ielement_to_eelement() 249 target_object->package.count = source_object->package.count; in acpi_ut_copy_ielement_to_eelement() 250 target_object->package.elements = in acpi_ut_copy_ielement_to_eelement() 256 state->pkg.this_target_obj = target_object; in acpi_ut_copy_ielement_to_eelement() 263 target_object-> in acpi_ut_copy_ielement_to_eelement() 799 union acpi_operand_object *target_object; in acpi_ut_copy_ielement_to_ielement() local 816 target_object in acpi_ut_copy_ielement_to_ielement() [all...] |
H A D | utmisc.c | 186 * target_object - Target object (if package is being copied) 198 void *target_object, in acpi_ut_walk_package_tree() 209 state = acpi_ut_create_pkg_state(source_object, target_object, 0); in acpi_ut_walk_package_tree() 197 acpi_ut_walk_package_tree(union acpi_operand_object *source_object, void *target_object, acpi_pkg_callback walk_callback, void *context) acpi_ut_walk_package_tree() argument
|
H A D | acutils.h | 549 void *target_object,
|
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | utcopy.c | 221 union acpi_object *target_object; in acpi_ut_copy_ielement_to_eelement() local 226 target_object = (union acpi_object *)&((union acpi_object *) in acpi_ut_copy_ielement_to_eelement() 236 target_object, in acpi_ut_copy_ielement_to_eelement() 248 target_object->type = ACPI_TYPE_PACKAGE; in acpi_ut_copy_ielement_to_eelement() 249 target_object->package.count = source_object->package.count; in acpi_ut_copy_ielement_to_eelement() 250 target_object->package.elements = in acpi_ut_copy_ielement_to_eelement() 256 state->pkg.this_target_obj = target_object; in acpi_ut_copy_ielement_to_eelement() 263 target_object-> in acpi_ut_copy_ielement_to_eelement() 799 union acpi_operand_object *target_object; in acpi_ut_copy_ielement_to_ielement() local 816 target_object in acpi_ut_copy_ielement_to_ielement() [all...] |
H A D | utmisc.c | 186 * target_object - Target object (if package is being copied) 198 void *target_object, in acpi_ut_walk_package_tree() 209 state = acpi_ut_create_pkg_state(source_object, target_object, 0); in acpi_ut_walk_package_tree() 197 acpi_ut_walk_package_tree(union acpi_operand_object *source_object, void *target_object, acpi_pkg_callback walk_callback, void *context) acpi_ut_walk_package_tree() argument
|
H A D | acutils.h | 565 void *target_object,
|
Completed in 4 milliseconds