Home
last modified time | relevance | path

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

/linux/drivers/acpi/acpica/
A Dexoparg1.c68 return_desc = in acpi_ex_opcode_0A_0T_1R()
70 if (!return_desc) { in acpi_ex_opcode_0A_0T_1R()
248 if (!return_desc) { in acpi_ex_opcode_1A_1T_1R()
575 if (!return_desc) { in acpi_ex_opcode_1A_0T_1R()
596 if (!return_desc) { in acpi_ex_opcode_1A_0T_1R()
675 if (!return_desc) { in acpi_ex_opcode_1A_0T_1R()
752 if (!return_desc) { in acpi_ex_opcode_1A_0T_1R()
939 return_desc = in acpi_ex_opcode_1A_0T_1R()
953 return_desc = in acpi_ex_opcode_1A_0T_1R()
986 return_desc = in acpi_ex_opcode_1A_0T_1R()
[all …]
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 …]
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 …]
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 …]
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()
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()
A Dutosi.c387 union acpi_operand_object *return_desc; in acpi_ut_osi_implementation() local
404 return_desc = acpi_ut_create_internal_object(ACPI_TYPE_INTEGER); in acpi_ut_osi_implementation()
405 if (!return_desc) { in acpi_ut_osi_implementation()
414 acpi_ut_remove_reference(return_desc); in acpi_ut_osi_implementation()
456 return_desc->integer.value = return_value; in acpi_ut_osi_implementation()
457 walk_state->return_desc = return_desc; in acpi_ut_osi_implementation()
A Ddsmethod.c604 union acpi_operand_object *return_desc) in acpi_ds_restart_control_method() argument
614 walk_state->method_call_op, return_desc)); in acpi_ds_restart_control_method()
623 if (return_desc) { in acpi_ds_restart_control_method()
628 (walk_state->implicit_return_obj == return_desc); in acpi_ds_restart_control_method()
636 status = acpi_ds_result_push(return_desc, walk_state); in acpi_ds_restart_control_method()
638 acpi_ut_remove_reference(return_desc); in acpi_ds_restart_control_method()
646 walk_state->return_desc = return_desc; in acpi_ds_restart_control_method()
661 (return_desc, walk_state, FALSE) in acpi_ds_restart_control_method()
668 acpi_ut_remove_reference(return_desc); in acpi_ds_restart_control_method()
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()
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()
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()
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()
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()
A Dexconfig.c83 union acpi_operand_object **return_desc) in acpi_ex_load_table_op() argument
114 *return_desc = ddb_handle; in acpi_ex_load_table_op()
201 *return_desc = ddb_handle; in acpi_ex_load_table_op()
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()
A Dacinterp.h180 union acpi_operand_object **return_desc,
235 union acpi_operand_object **return_desc);
364 union acpi_operand_object **return_desc);
A Dacdispat.h181 union acpi_operand_object *return_desc);
246 acpi_ds_do_implicit_return(union acpi_operand_object *return_desc,
A Dacstruct.h86 union acpi_operand_object *return_desc; /* Return object, if any */ member
A Dpsxface.c162 info->return_object = walk_state->return_desc; in acpi_ps_execute_method()
A Ddswexec.c358 walk_state->return_desc = NULL; in acpi_ds_exec_end_op()
A Dacutils.h369 union acpi_operand_object **return_desc);

Completed in 30 milliseconds