Lines Matching refs:result_obj
90 union acpi_operand_object *result_obj) in acpi_ds_get_predicate_value() argument
100 if (result_obj) { in acpi_ds_get_predicate_value()
386 walk_state->result_obj = NULL; in acpi_ds_exec_end_op()
473 if (ACPI_SUCCESS(status) && walk_state->result_obj) { in acpi_ds_exec_end_op()
475 acpi_ds_result_push(walk_state->result_obj, in acpi_ds_exec_end_op()
625 if (walk_state->result_obj) { in acpi_ds_exec_end_op()
627 acpi_ds_result_push(walk_state->result_obj, in acpi_ds_exec_end_op()
708 (void)acpi_ex_truncate_for32bit_table(walk_state->result_obj); in acpi_ds_exec_end_op()
721 walk_state->result_obj); in acpi_ds_exec_end_op()
722 walk_state->result_obj = NULL; in acpi_ds_exec_end_op()
727 if (walk_state->result_obj) { in acpi_ds_exec_end_op()
731 acpi_db_display_result_object(walk_state->result_obj, in acpi_ds_exec_end_op()
739 acpi_ds_delete_result_if_not_used(op, walk_state->result_obj, in acpi_ds_exec_end_op()