Searched refs:next_object (Results 1 – 9 of 9) sorted by relevance
139 while (last_obj_desc->common.next_object) { in acpi_ns_attach_object()140 last_obj_desc = last_obj_desc->common.next_object; in acpi_ns_attach_object()145 last_obj_desc->common.next_object = node->object; in acpi_ns_attach_object()200 node->object = obj_desc->common.next_object; in acpi_ns_detach_object()206 node->object = node->object->common.next_object; in acpi_ns_detach_object()213 if (obj_desc->common.next_object && in acpi_ns_detach_object()214 ((obj_desc->common.next_object)->common.type == in acpi_ns_detach_object()216 obj_desc->common.next_object = NULL; in acpi_ns_detach_object()289 (!obj_desc->common.next_object) || in acpi_ns_get_secondary_object()290 ((obj_desc->common.next_object)->common.type == in acpi_ns_get_secondary_object()[all …]
486 union acpi_operand_object *next_object = NULL; in acpi_ut_update_object_reference() local520 next_object = in acpi_ut_update_object_reference()524 prev_object = next_object; in acpi_ut_update_object_reference()539 next_object = object->package.elements[i]; in acpi_ut_update_object_reference()540 if (!next_object) { in acpi_ut_update_object_reference()544 switch (next_object->common.type) { in acpi_ut_update_object_reference()553 acpi_ut_update_ref_count(next_object, in acpi_ut_update_object_reference()564 (next_object, action, &state_list); in acpi_ut_update_object_reference()572 next_object = NULL; in acpi_ut_update_object_reference()577 next_object = object->buffer_field.buffer_obj; in acpi_ut_update_object_reference()[all …]
644 union acpi_operand_object *next_object; in acpi_ut_copy_simple_object() local651 next_object = dest_desc->common.next_object; in acpi_ut_copy_simple_object()668 dest_desc->common.next_object = next_object; in acpi_ut_copy_simple_object()
252 {ACPI_EXD_LIST, ACPI_EXD_OFFSET(common.next_object), "Object List"}448 while (next->common.next_object) { in acpi_ex_dump_object()454 next = next->common.next_object; in acpi_ex_dump_object()1188 obj_desc = obj_desc->common.next_object; in acpi_ex_dump_object_descriptor()
100 next_desc = obj_desc->common.next_object; in acpi_ns_delete_node()
47 union acpi_operand_object *next_object; /* Objects linked to parent NS node */\
96 object->common.next_object = second_object; in acpi_ut_create_internal_object_dbg()
510 second_desc = obj_desc->common.next_object; in acpi_ex_prep_field_value()
224 second_desc = obj_desc->common.next_object; in acpi_ds_create_buffer_field()