Lines Matching refs:result_obj
59 union acpi_operand_object *result_obj) in acpi_ds_get_predicate_value() argument
69 if (result_obj) { in acpi_ds_get_predicate_value()
359 walk_state->result_obj = NULL; in acpi_ds_exec_end_op()
448 if (ACPI_SUCCESS(status) && walk_state->result_obj) { in acpi_ds_exec_end_op()
450 acpi_ds_result_push(walk_state->result_obj, in acpi_ds_exec_end_op()
626 if (walk_state->result_obj) { in acpi_ds_exec_end_op()
628 acpi_ds_result_push(walk_state->result_obj, in acpi_ds_exec_end_op()
709 (void)acpi_ex_truncate_for32bit_table(walk_state->result_obj); in acpi_ds_exec_end_op()
722 walk_state->result_obj); in acpi_ds_exec_end_op()
723 walk_state->result_obj = NULL; in acpi_ds_exec_end_op()
728 if (walk_state->result_obj) { in acpi_ds_exec_end_op()
732 acpi_db_display_result_object(walk_state->result_obj, in acpi_ds_exec_end_op()
740 acpi_ds_delete_result_if_not_used(op, walk_state->result_obj, in acpi_ds_exec_end_op()