/Linux-v6.1/drivers/acpi/acpica/ |
D | dsutils.c | 168 (op->common.parent->common.aml_opcode == AML_SCOPE_OP)) { in acpi_ds_is_result_used() 175 aml_opcode))); in acpi_ds_is_result_used() 182 acpi_ps_get_opcode_info(op->common.parent->common.aml_opcode); in acpi_ds_is_result_used() 197 switch (op->common.parent->common.aml_opcode) { in acpi_ds_is_result_used() 238 if ((op->common.parent->common.aml_opcode == AML_REGION_OP) || in acpi_ds_is_result_used() 239 (op->common.parent->common.aml_opcode == AML_DATA_REGION_OP) in acpi_ds_is_result_used() 240 || (op->common.parent->common.aml_opcode == AML_PACKAGE_OP) in acpi_ds_is_result_used() 241 || (op->common.parent->common.aml_opcode == AML_BUFFER_OP) in acpi_ds_is_result_used() 242 || (op->common.parent->common.aml_opcode == in acpi_ds_is_result_used() 244 || (op->common.parent->common.aml_opcode == in acpi_ds_is_result_used() [all …]
|
D | dbxface.c | 157 if ((parent_op->common.aml_opcode == AML_IF_OP) in acpi_db_get_display_op() 158 || (parent_op->common.aml_opcode == in acpi_db_get_display_op() 167 if ((parent_op->common.aml_opcode == AML_IF_OP) in acpi_db_get_display_op() 168 || (parent_op->common.aml_opcode == in acpi_db_get_display_op() 170 || (parent_op->common.aml_opcode == in acpi_db_get_display_op() 172 || (parent_op->common.aml_opcode == in acpi_db_get_display_op() 174 || (parent_op->common.aml_opcode == in acpi_db_get_display_op() 257 if (op->common.aml_opcode == AML_INT_NAMEDFIELD_OP) { in acpi_db_single_step() 305 acpi_os_printf("AML Opcode: %4.4X %s\n", op->common.aml_opcode, in acpi_db_single_step() 306 acpi_ps_get_opcode_name(op->common.aml_opcode)); in acpi_db_single_step() [all …]
|
D | dsopcode.c | 25 acpi_ds_init_buffer_field(u16 aml_opcode, 75 acpi_ds_init_buffer_field(u16 aml_opcode, in acpi_ds_init_buffer_field() argument 109 acpi_ps_get_opcode_name(aml_opcode), in acpi_ds_init_buffer_field() 121 switch (aml_opcode) { in acpi_ds_init_buffer_field() 189 aml_opcode)); in acpi_ds_init_buffer_field() 221 aml_opcode == AML_CREATE_FIELD_OP; in acpi_ds_init_buffer_field() 236 if (aml_opcode == AML_CREATE_FIELD_OP) { in acpi_ds_init_buffer_field() 303 acpi_ex_resolve_operands(op->common.aml_opcode, ACPI_WALK_OPERANDS, in acpi_ds_eval_buffer_field_operands() 307 acpi_ps_get_opcode_name(op->common.aml_opcode), in acpi_ds_eval_buffer_field_operands() 315 if (op->common.aml_opcode == AML_CREATE_FIELD_OP) { in acpi_ds_eval_buffer_field_operands() [all …]
|
D | psloop.c | 62 switch (op->common.aml_opcode) { in acpi_ps_get_arguments() 98 switch (op->common.aml_opcode) { in acpi_ps_get_arguments() 136 switch (op->common.aml_opcode) { in acpi_ps_get_arguments() 161 (op->common.parent->common.aml_opcode == in acpi_ps_get_arguments() 251 aml_opcode == AML_IF_OP) in acpi_ps_parse_loop() 253 aml_opcode == AML_WHILE_OP)) in acpi_ps_parse_loop() 380 switch (op->common.aml_opcode) { in acpi_ps_parse_loop() 481 acpi_ps_get_opcode_info(op->common.aml_opcode); in acpi_ps_parse_loop() 483 if (op->common.aml_opcode == AML_REGION_OP || in acpi_ps_parse_loop() 484 op->common.aml_opcode == AML_DATA_REGION_OP) { in acpi_ps_parse_loop() [all …]
|
D | psobject.c | 166 unnamed_op->common.aml_opcode = walk_state->opcode; in acpi_ps_build_named_op() 264 if ((*op)->common.aml_opcode == AML_REGION_OP || in acpi_ps_build_named_op() 265 (*op)->common.aml_opcode == AML_DATA_REGION_OP) { in acpi_ps_build_named_op() 384 acpi_ps_get_opcode_info(parent_scope->common.aml_opcode); in acpi_ps_create_op() 398 else if ((parent_scope->common.aml_opcode == AML_INCREMENT_OP) in acpi_ps_create_op() 399 || (parent_scope->common.aml_opcode == in acpi_ps_create_op() 480 acpi_ps_get_opcode_info((*op)->common.aml_opcode); in acpi_ps_complete_op() 481 walk_state->opcode = (*op)->common.aml_opcode; in acpi_ps_complete_op() 499 while (!(*op) || ((*op)->common.aml_opcode != AML_WHILE_OP)) { in acpi_ps_complete_op() 509 acpi_ps_get_opcode_info((*op)->common.aml_opcode); in acpi_ps_complete_op() [all …]
|
D | psparse.c | 144 aml_opcode); in acpi_ps_complete_this_op() 169 if ((op->common.parent->common.aml_opcode == in acpi_ps_complete_this_op() 171 || (op->common.parent->common.aml_opcode == in acpi_ps_complete_this_op() 173 || (op->common.parent->common.aml_opcode == in acpi_ps_complete_this_op() 175 || (op->common.parent->common.aml_opcode == in acpi_ps_complete_this_op() 177 || (op->common.parent->common.aml_opcode == in acpi_ps_complete_this_op() 179 || (op->common.parent->common.aml_opcode == in acpi_ps_complete_this_op() 188 if ((op->common.parent->common.aml_opcode == in acpi_ps_complete_this_op() 192 if ((op->common.aml_opcode == AML_BUFFER_OP) in acpi_ps_complete_this_op() 193 || (op->common.aml_opcode == AML_PACKAGE_OP) in acpi_ps_complete_this_op() [all …]
|
D | dsobject.c | 46 if (op->common.aml_opcode == AML_INT_NAMEPATH_OP) { in acpi_ds_build_internal_object() 56 if ((op->common.parent->common.aml_opcode == in acpi_ds_build_internal_object() 58 || (op->common.parent->common.aml_opcode == in acpi_ds_build_internal_object() 95 (op->common.aml_opcode))-> in acpi_ds_build_internal_object() 102 acpi_ds_init_object_from_op(walk_state, op, op->common.aml_opcode, in acpi_ds_build_internal_object() 113 if ((op->common.parent->common.aml_opcode == AML_PACKAGE_OP) || in acpi_ds_build_internal_object() 114 (op->common.parent->common.aml_opcode == AML_VARIABLE_PACKAGE_OP)) { in acpi_ds_build_internal_object() 117 if ((op->common.aml_opcode == AML_INT_NAMEPATH_OP) && in acpi_ds_build_internal_object() 189 if (byte_list->common.aml_opcode != AML_INT_BYTELIST_OP) { in acpi_ds_build_internal_buffer_obj() 192 byte_list->common.aml_opcode, byte_list)); in acpi_ds_build_internal_buffer_obj() [all …]
|
D | dswexec.c | 201 walk_state->opcode = op->common.aml_opcode; in acpi_ds_exec_begin_op() 203 acpi_ps_get_opcode_info(op->common.aml_opcode); in acpi_ds_exec_begin_op() 252 if (op->common.aml_opcode == AML_INT_NAMEPATH_OP) { in acpi_ds_exec_begin_op() 279 if (op->common.aml_opcode != AML_SCOPE_OP) { in acpi_ds_exec_begin_op() 348 op->common.aml_opcode)); in acpi_ds_exec_end_op() 471 ((op->asl.parent->asl.aml_opcode == AML_PACKAGE_OP) in acpi_ds_exec_end_op() 472 || (op->asl.parent->asl.aml_opcode == in acpi_ds_exec_end_op() 580 aml_opcode)); in acpi_ds_exec_end_op() 582 switch (op->common.parent->common.aml_opcode) { in acpi_ds_exec_end_op() 641 if (op->common.aml_opcode == AML_REGION_OP) { in acpi_ds_exec_end_op() [all …]
|
D | dscontrol.c | 44 op, op->common.aml_opcode, walk_state)); in acpi_ds_exec_begin_control_op() 46 switch (op->common.aml_opcode) { in acpi_ds_exec_begin_control_op() 86 control_state->control.opcode = op->common.aml_opcode; in acpi_ds_exec_begin_control_op() 142 switch (op->common.aml_opcode) { in acpi_ds_exec_end_control_op() 355 if (op->common.aml_opcode == AML_BREAK_OP) { in acpi_ds_exec_end_control_op() 365 op->common.aml_opcode, op)); in acpi_ds_exec_end_control_op()
|
D | pswalk.c | 56 aml_opcode), in acpi_ps_delete_parse_tree() 59 if (op->named.aml_opcode == AML_INT_NAMEPATH_OP) { in acpi_ps_delete_parse_tree() 63 if (op->named.aml_opcode == AML_STRING_OP) { in acpi_ps_delete_parse_tree()
|
D | dswload.c | 463 if (op->common.aml_opcode == AML_REGION_OP) { in acpi_ds_load1_end_op() 474 } else if (op->common.aml_opcode == AML_DATA_REGION_OP) { in acpi_ds_load1_end_op() 486 if (op->common.aml_opcode == AML_NAME_OP) { in acpi_ds_load1_end_op() 494 aml_opcode))-> in acpi_ds_load1_end_op() 510 op->common.node && op->common.aml_opcode == AML_EXTERNAL_OP) { in acpi_ds_load1_end_op() 542 if (op->common.aml_opcode == AML_METHOD_OP) { in acpi_ds_load1_end_op() 586 op->common.aml_opcode != AML_EXTERNAL_OP && in acpi_ds_load1_end_op()
|
D | pstree.c | 52 op_info = acpi_ps_get_opcode_info(op->common.aml_opcode); in acpi_ps_get_arg() 107 op_info = acpi_ps_get_opcode_info(op->common.aml_opcode); in acpi_ps_append_arg() 113 op->common.aml_opcode)); in acpi_ps_append_arg() 252 switch (op->common.aml_opcode) { in acpi_ps_get_child()
|
D | dswload2.c | 396 if (op->common.aml_opcode == AML_SCOPE_OP) { in acpi_ds_load2_end_op() 420 (op->common.aml_opcode != AML_INT_METHODCALL_OP)) { in acpi_ds_load2_end_op() 461 acpi_ps_get_opcode_name(op->common.aml_opcode), in acpi_ds_load2_end_op() 491 switch (op->common.aml_opcode) { in acpi_ds_load2_end_op() 528 switch (op->common.aml_opcode) { in acpi_ds_load2_end_op() 573 switch (op->common.aml_opcode) { in acpi_ds_load2_end_op() 577 if (op->common.aml_opcode == AML_REGION_OP) { in acpi_ds_load2_end_op()
|
D | dspkginit.c | 80 while ((parent->common.aml_opcode == AML_PACKAGE_OP) || in acpi_ds_build_internal_package_obj() 81 (parent->common.aml_opcode == AML_VARIABLE_PACKAGE_OP)) { in acpi_ds_build_internal_package_obj() 154 if (arg->common.aml_opcode == AML_INT_RETURN_VALUE_OP) { in acpi_ds_build_internal_package_obj() 186 arg->common.aml_opcode = AML_INT_NAMEPATH_OP; in acpi_ds_build_internal_package_obj()
|
D | psutils.c | 61 op->common.aml_opcode = opcode; in acpi_ps_init_op() 156 if (op->common.aml_opcode == AML_INT_RETURN_VALUE_OP) { in acpi_ps_free_op()
|
D | dsfield.c | 135 if (op->common.aml_opcode == AML_CREATE_FIELD_OP) { in acpi_ds_create_buffer_field() 290 switch (arg->common.aml_opcode) { in acpi_ds_get_field_names() 350 if (child->common.aml_opcode == AML_INT_BYTELIST_OP) { in acpi_ds_get_field_names() 448 arg->common.aml_opcode)); in acpi_ds_get_field_names() 631 if (arg->common.aml_opcode == AML_INT_NAMEDFIELD_OP) { in acpi_ds_init_field_objects()
|
D | psargs.c | 308 else if (walk_state->op->common.aml_opcode == in acpi_ps_get_next_namepath() 319 ((arg->common.parent->common.aml_opcode == in acpi_ps_get_next_namepath() 321 || (arg->common.parent->common.aml_opcode == in acpi_ps_get_next_namepath() 858 if (arg->common.aml_opcode == AML_INT_METHODCALL_OP) { in acpi_ps_get_next_arg()
|
D | dbutils.c | 339 if (op->common.aml_opcode == AML_METHOD_OP) { in acpi_db_second_pass_parse() 380 if (op->common.aml_opcode == AML_REGION_OP) { in acpi_db_second_pass_parse()
|
D | dbdisply.c | 114 info = acpi_ps_get_opcode_info(op->common.aml_opcode); in acpi_db_dump_parser_descriptor() 117 acpi_os_printf("%20.20s : %4.4X\n", "Opcode", op->common.aml_opcode); in acpi_db_dump_parser_descriptor() 400 op_info = acpi_ps_get_opcode_info(op->common.aml_opcode); in acpi_db_display_method_info()
|
D | uttrack.c | 665 aml_opcode); in acpi_ut_dump_allocations()
|
D | aclocal.h | 741 u16 aml_opcode; /* AML opcode */\
|