Lines Matching refs:result_obj
56 union acpi_operand_object *result_obj) in acpi_ds_get_predicate_value() argument
66 if (result_obj) { in acpi_ds_get_predicate_value()
352 walk_state->result_obj = NULL; in acpi_ds_exec_end_op()
439 if (ACPI_SUCCESS(status) && walk_state->result_obj) { in acpi_ds_exec_end_op()
441 acpi_ds_result_push(walk_state->result_obj, in acpi_ds_exec_end_op()
593 if (walk_state->result_obj) { in acpi_ds_exec_end_op()
595 acpi_ds_result_push(walk_state->result_obj, in acpi_ds_exec_end_op()
676 (void)acpi_ex_truncate_for32bit_table(walk_state->result_obj); in acpi_ds_exec_end_op()
689 walk_state->result_obj); in acpi_ds_exec_end_op()
690 walk_state->result_obj = NULL; in acpi_ds_exec_end_op()
695 if (walk_state->result_obj) { in acpi_ds_exec_end_op()
699 acpi_db_display_result_object(walk_state->result_obj, in acpi_ds_exec_end_op()
707 acpi_ds_delete_result_if_not_used(op, walk_state->result_obj, in acpi_ds_exec_end_op()