/linux/drivers/acpi/acpica/ |
A D | exoparg1.c | 68 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 D | exoparg2.c | 239 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 D | exconcat.c | 55 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 D | exconvrt.c | 145 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 D | exoparg3.c | 128 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 D | exoparg6.c | 179 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 D | utosi.c | 387 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 D | dsmethod.c | 604 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 D | psparse.c | 580 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 D | dscontrol.c | 254 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 D | exmisc.c | 34 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 D | dsutils.c | 79 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 D | exresolv.c | 305 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 D | exconfig.c | 83 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 D | uteval.c | 40 union acpi_operand_object **return_desc) in acpi_ut_evaluate_object() argument 148 *return_desc = info->return_object; in acpi_ut_evaluate_object()
|
A D | acinterp.h | 180 union acpi_operand_object **return_desc, 235 union acpi_operand_object **return_desc); 364 union acpi_operand_object **return_desc);
|
A D | acdispat.h | 181 union acpi_operand_object *return_desc); 246 acpi_ds_do_implicit_return(union acpi_operand_object *return_desc,
|
A D | acstruct.h | 86 union acpi_operand_object *return_desc; /* Return object, if any */ member
|
A D | psxface.c | 162 info->return_object = walk_state->return_desc; in acpi_ps_execute_method()
|
A D | dswexec.c | 358 walk_state->return_desc = NULL; in acpi_ds_exec_end_op()
|
A D | acutils.h | 369 union acpi_operand_object **return_desc);
|