Home
last modified time | relevance | path

Searched refs:return_desc (Results 1 – 21 of 21) sorted by relevance

/openbmc/linux/drivers/acpi/acpica/
H A Dexoparg1.c68 return_desc = in acpi_ex_opcode_0A_0T_1R()
70 if (!return_desc) { in acpi_ex_opcode_0A_0T_1R()
255 if (!return_desc) { in acpi_ex_opcode_1A_1T_1R()
596 if (!return_desc) { in acpi_ex_opcode_1A_0T_1R()
617 if (!return_desc) { in acpi_ex_opcode_1A_0T_1R()
696 if (!return_desc) { in acpi_ex_opcode_1A_0T_1R()
773 if (!return_desc) { in acpi_ex_opcode_1A_0T_1R()
960 return_desc = in acpi_ex_opcode_1A_0T_1R()
974 return_desc = in acpi_ex_opcode_1A_0T_1R()
1007 return_desc = in acpi_ex_opcode_1A_0T_1R()
[all …]
H A Dexoparg2.c239 if (!return_desc) { in acpi_ex_opcode_2A_1T_1R()
244 return_desc->integer.value = in acpi_ex_opcode_2A_1T_1R()
255 if (!return_desc) { in acpi_ex_opcode_2A_1T_1R()
299 if (!return_desc) { in acpi_ex_opcode_2A_1T_1R()
308 memcpy(return_desc->string.pointer, in acpi_ex_opcode_2A_1T_1R()
318 &return_desc, walk_state); in acpi_ex_opcode_2A_1T_1R()
325 return_desc = in acpi_ex_opcode_2A_1T_1R()
327 if (!return_desc) { in acpi_ex_opcode_2A_1T_1R()
350 return_desc->reference.target_type = in acpi_ex_opcode_2A_1T_1R()
377 return_desc->reference.where = in acpi_ex_opcode_2A_1T_1R()
[all …]
H A Dexconcat.c55 union acpi_operand_object *return_desc; in acpi_ex_do_concatenate() local
195 if (!return_desc) { in acpi_ex_do_concatenate()
223 if (!return_desc) { in acpi_ex_do_concatenate()
228 buffer = return_desc->string.pointer; in acpi_ex_do_concatenate()
245 if (!return_desc) { in acpi_ex_do_concatenate()
271 *actual_return_desc = return_desc; in acpi_ex_do_concatenate()
310 if (!return_desc) { in acpi_ex_convert_to_object_type_string()
318 *result_desc = return_desc; in acpi_ex_convert_to_object_type_string()
384 if (!return_desc) { in acpi_ex_concat_template()
392 new_buf = return_desc->buffer.pointer; in acpi_ex_concat_template()
[all …]
H A Dexconvrt.c145 if (!return_desc) { in acpi_ex_convert_to_integer()
155 *result_desc = return_desc; in acpi_ex_convert_to_integer()
195 return_desc = in acpi_ex_convert_to_buffer()
197 if (!return_desc) { in acpi_ex_convert_to_buffer()
221 if (!return_desc) { in acpi_ex_convert_to_buffer()
240 *result_desc = return_desc; in acpi_ex_convert_to_buffer()
418 return_desc = in acpi_ex_convert_to_string()
420 if (!return_desc) { in acpi_ex_convert_to_string()
508 return_desc = in acpi_ex_convert_to_string()
510 if (!return_desc) { in acpi_ex_convert_to_string()
[all …]
H A Dexoparg3.c128 union acpi_operand_object *return_desc = NULL; in acpi_ex_opcode_3A_1T_1R() local
143 return_desc = acpi_ut_create_internal_object((operand[0])-> in acpi_ex_opcode_3A_1T_1R()
145 if (!return_desc) { in acpi_ex_opcode_3A_1T_1R()
217 return_desc->string.pointer = buffer; in acpi_ex_opcode_3A_1T_1R()
218 return_desc->string.length = (u32) length; in acpi_ex_opcode_3A_1T_1R()
222 return_desc->buffer.flags |= AOPOBJ_DATA_VALID; in acpi_ex_opcode_3A_1T_1R()
236 status = acpi_ex_store(return_desc, operand[3], walk_state); in acpi_ex_opcode_3A_1T_1R()
243 acpi_ut_remove_reference(return_desc); in acpi_ex_opcode_3A_1T_1R()
248 walk_state->result_obj = return_desc; in acpi_ex_opcode_3A_1T_1R()
H A Dexoparg6.c179 union acpi_operand_object *return_desc = NULL; in acpi_ex_opcode_6A_0T_1R() local
218 return_desc = acpi_ut_create_integer_object(ACPI_UINT64_MAX); in acpi_ex_opcode_6A_0T_1R()
219 if (!return_desc) { in acpi_ex_opcode_6A_0T_1R()
265 return_desc->integer.value = index; in acpi_ex_opcode_6A_0T_1R()
272 status = acpi_ex_load_table_op(walk_state, &return_desc); in acpi_ex_opcode_6A_0T_1R()
289 acpi_ut_remove_reference(return_desc); in acpi_ex_opcode_6A_0T_1R()
295 walk_state->result_obj = return_desc; in acpi_ex_opcode_6A_0T_1R()
H A Dutosi.c388 union acpi_operand_object *return_desc; in acpi_ut_osi_implementation() local
405 return_desc = acpi_ut_create_internal_object(ACPI_TYPE_INTEGER); in acpi_ut_osi_implementation()
406 if (!return_desc) { in acpi_ut_osi_implementation()
415 acpi_ut_remove_reference(return_desc); in acpi_ut_osi_implementation()
457 return_desc->integer.value = return_value; in acpi_ut_osi_implementation()
458 walk_state->return_desc = return_desc; in acpi_ut_osi_implementation()
H A Ddsmethod.c610 union acpi_operand_object *return_desc) in acpi_ds_restart_control_method() argument
620 walk_state->method_call_op, return_desc)); in acpi_ds_restart_control_method()
629 if (return_desc) { in acpi_ds_restart_control_method()
634 (walk_state->implicit_return_obj == return_desc); in acpi_ds_restart_control_method()
642 status = acpi_ds_result_push(return_desc, walk_state); in acpi_ds_restart_control_method()
644 acpi_ut_remove_reference(return_desc); in acpi_ds_restart_control_method()
652 walk_state->return_desc = return_desc; in acpi_ds_restart_control_method()
667 (return_desc, walk_state, FALSE) in acpi_ds_restart_control_method()
674 acpi_ut_remove_reference(return_desc); in acpi_ds_restart_control_method()
H A Dpsparse.c580 walk_state->return_desc, in acpi_ps_parse_aml()
593 if (!previous_walk_state->return_desc) { in acpi_ps_parse_aml()
630 previous_walk_state->return_desc); in acpi_ps_parse_aml()
640 return_desc); in acpi_ps_parse_aml()
658 previous_walk_state->return_desc; in acpi_ps_parse_aml()
661 if (previous_walk_state->return_desc) { in acpi_ps_parse_aml()
666 return_desc); in acpi_ps_parse_aml()
H A Ddscontrol.c254 walk_state->return_desc = walk_state->operands[0]; in acpi_ds_exec_end_control_op()
288 walk_state->return_desc = in acpi_ds_exec_end_control_op()
300 walk_state->return_desc = NULL; in acpi_ds_exec_end_control_op()
305 walk_state, walk_state->return_desc)); in acpi_ds_exec_end_control_op()
H A Dexmisc.c34 union acpi_operand_object **return_desc, in acpi_ex_get_object_reference() argument
42 *return_desc = NULL; in acpi_ex_get_object_reference()
96 *return_desc = reference_obj; in acpi_ex_get_object_reference()
101 *return_desc)); in acpi_ex_get_object_reference()
H A Ddsutils.c79 acpi_ds_do_implicit_return(union acpi_operand_object *return_desc, in acpi_ds_do_implicit_return() argument
88 if ((!acpi_gbl_enable_interpreter_slack) || (!return_desc)) { in acpi_ds_do_implicit_return()
94 return_desc, walk_state->implicit_return_obj)); in acpi_ds_do_implicit_return()
103 if (walk_state->implicit_return_obj == return_desc) { in acpi_ds_do_implicit_return()
111 walk_state->implicit_return_obj = return_desc; in acpi_ds_do_implicit_return()
113 acpi_ut_add_reference(return_desc); in acpi_ds_do_implicit_return()
H A Dexresolv.c305 union acpi_operand_object **return_desc) in acpi_ex_resolve_multiple() argument
451 if (return_desc) { in acpi_ex_resolve_multiple()
535 if (return_desc) { in acpi_ex_resolve_multiple()
536 *return_desc = obj_desc; in acpi_ex_resolve_multiple()
H A Duteval.c40 union acpi_operand_object **return_desc) in acpi_ut_evaluate_object() argument
148 *return_desc = info->return_object; in acpi_ut_evaluate_object()
H A Dacinterp.h180 union acpi_operand_object **return_desc,
235 union acpi_operand_object **return_desc);
364 union acpi_operand_object **return_desc);
H A Dacdispat.h181 union acpi_operand_object *return_desc);
246 acpi_ds_do_implicit_return(union acpi_operand_object *return_desc,
H A Dexconfig.c83 union acpi_operand_object **return_desc) in acpi_ex_load_table_op() argument
103 *return_desc = return_obj; in acpi_ex_load_table_op()
H A Dacstruct.h86 union acpi_operand_object *return_desc; /* Return object, if any */ member
H A Dpsxface.c162 info->return_object = walk_state->return_desc; in acpi_ps_execute_method()
H A Ddswexec.c358 walk_state->return_desc = NULL; in acpi_ds_exec_end_op()
H A Dacutils.h384 union acpi_operand_object **return_desc);