/Linux-v4.19/drivers/acpi/acpica/ |
D | dsutils.c | 169 (op->common.parent->common.aml_opcode == AML_SCOPE_OP)) { in acpi_ds_is_result_used() 176 aml_opcode))); in acpi_ds_is_result_used() 183 acpi_ps_get_opcode_info(op->common.parent->common.aml_opcode); in acpi_ds_is_result_used() 198 switch (op->common.parent->common.aml_opcode) { in acpi_ds_is_result_used() 239 if ((op->common.parent->common.aml_opcode == AML_REGION_OP) || in acpi_ds_is_result_used() 240 (op->common.parent->common.aml_opcode == AML_DATA_REGION_OP) in acpi_ds_is_result_used() 241 || (op->common.parent->common.aml_opcode == AML_PACKAGE_OP) in acpi_ds_is_result_used() 242 || (op->common.parent->common.aml_opcode == AML_BUFFER_OP) in acpi_ds_is_result_used() 243 || (op->common.parent->common.aml_opcode == in acpi_ds_is_result_used() 245 || (op->common.parent->common.aml_opcode == in acpi_ds_is_result_used() [all …]
|
D | dbxface.c | 188 if (op->common.aml_opcode == AML_INT_NAMEDFIELD_OP) { in acpi_db_single_step() 237 if ((parent_op->common.aml_opcode == in acpi_db_single_step() 239 || (parent_op->common.aml_opcode == in acpi_db_single_step() 248 if ((parent_op->common.aml_opcode == in acpi_db_single_step() 250 || (parent_op->common.aml_opcode == in acpi_db_single_step() 252 || (parent_op->common.aml_opcode == in acpi_db_single_step() 254 || (parent_op->common.aml_opcode == in acpi_db_single_step() 256 || (parent_op->common.aml_opcode == in acpi_db_single_step() 275 acpi_os_printf("AML Opcode: %4.4X %s\n", op->common.aml_opcode, in acpi_db_single_step() 276 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() 233 if (aml_opcode == AML_CREATE_FIELD_OP) { in acpi_ds_init_buffer_field() 300 acpi_ex_resolve_operands(op->common.aml_opcode, ACPI_WALK_OPERANDS, in acpi_ds_eval_buffer_field_operands() 304 acpi_ps_get_opcode_name(op->common.aml_opcode), in acpi_ds_eval_buffer_field_operands() 312 if (op->common.aml_opcode == AML_CREATE_FIELD_OP) { in acpi_ds_eval_buffer_field_operands() 317 acpi_ds_init_buffer_field(op->common.aml_opcode, obj_desc, in acpi_ds_eval_buffer_field_operands() [all …]
|
D | psloop.c | 67 switch (op->common.aml_opcode) { in acpi_ps_get_arguments() 103 switch (op->common.aml_opcode) { in acpi_ps_get_arguments() 160 switch (op->common.aml_opcode) { in acpi_ps_get_arguments() 203 && (op->common.parent->common.aml_opcode == in acpi_ps_get_arguments() 207 aml_opcode); in acpi_ps_get_arguments() 214 aml_opcode, in acpi_ps_get_arguments() 231 switch (op->common.aml_opcode) { in acpi_ps_get_arguments() 256 (op->common.parent->common.aml_opcode == in acpi_ps_get_arguments() 443 aml_opcode == AML_IF_OP) in acpi_ps_parse_loop() 445 aml_opcode == AML_WHILE_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() 501 while (!(*op) || ((*op)->common.aml_opcode != AML_WHILE_OP)) { in acpi_ps_complete_op() 511 acpi_ps_get_opcode_info((*op)->common.aml_opcode); in acpi_ps_complete_op() [all …]
|
D | dswexec.c | 198 walk_state->opcode = op->common.aml_opcode; in acpi_ds_exec_begin_op() 200 acpi_ps_get_opcode_info(op->common.aml_opcode); in acpi_ds_exec_begin_op() 249 if (op->common.aml_opcode == AML_INT_NAMEPATH_OP) { in acpi_ds_exec_begin_op() 276 if (op->common.aml_opcode != AML_SCOPE_OP) { in acpi_ds_exec_begin_op() 341 op->common.aml_opcode)); in acpi_ds_exec_end_op() 464 ((op->asl.parent->asl.aml_opcode == AML_PACKAGE_OP) in acpi_ds_exec_end_op() 465 || (op->asl.parent->asl.aml_opcode == in acpi_ds_exec_end_op() 548 aml_opcode)); in acpi_ds_exec_end_op() 550 switch (op->common.parent->common.aml_opcode) { in acpi_ds_exec_end_op() 610 if (op->common.aml_opcode == AML_REGION_OP) { in acpi_ds_exec_end_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 | 47 if (op->common.aml_opcode == AML_INT_NAMEPATH_OP) { in acpi_ds_build_internal_object() 57 if ((op->common.parent->common.aml_opcode == in acpi_ds_build_internal_object() 59 || (op->common.parent->common.aml_opcode == in acpi_ds_build_internal_object() 96 (op->common.aml_opcode))-> in acpi_ds_build_internal_object() 103 acpi_ds_init_object_from_op(walk_state, op, op->common.aml_opcode, in acpi_ds_build_internal_object() 114 if ((op->common.parent->common.aml_opcode == AML_PACKAGE_OP) || in acpi_ds_build_internal_object() 115 (op->common.parent->common.aml_opcode == AML_VARIABLE_PACKAGE_OP)) { in acpi_ds_build_internal_object() 118 if ((op->common.aml_opcode == AML_INT_NAMEPATH_OP) && in acpi_ds_build_internal_object() 190 if (byte_list->common.aml_opcode != AML_INT_BYTELIST_OP) { in acpi_ds_build_internal_buffer_obj() 193 byte_list->common.aml_opcode, byte_list)); in acpi_ds_build_internal_buffer_obj() [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 | 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 | dswload.c | 447 if (op->common.aml_opcode == AML_REGION_OP) { in acpi_ds_load1_end_op() 458 } else if (op->common.aml_opcode == AML_DATA_REGION_OP) { in acpi_ds_load1_end_op() 471 if (op->common.aml_opcode == AML_NAME_OP) { in acpi_ds_load1_end_op() 479 aml_opcode))-> in acpi_ds_load1_end_op() 495 op->common.node && op->common.aml_opcode == AML_EXTERNAL_OP) { in acpi_ds_load1_end_op() 527 if (op->common.aml_opcode == AML_METHOD_OP) { in acpi_ds_load1_end_op() 571 op->common.aml_opcode != AML_EXTERNAL_OP && in acpi_ds_load1_end_op()
|
D | dswload2.c | 383 if (op->common.aml_opcode == AML_SCOPE_OP) { in acpi_ds_load2_end_op() 407 (op->common.aml_opcode != AML_INT_METHODCALL_OP)) { in acpi_ds_load2_end_op() 448 acpi_ps_get_opcode_name(op->common.aml_opcode), in acpi_ds_load2_end_op() 474 switch (op->common.aml_opcode) { in acpi_ds_load2_end_op() 511 switch (op->common.aml_opcode) { in acpi_ds_load2_end_op() 557 switch (op->common.aml_opcode) { in acpi_ds_load2_end_op() 562 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() 160 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() 289 switch (arg->common.aml_opcode) { in acpi_ds_get_field_names() 349 if (child->common.aml_opcode == AML_INT_BYTELIST_OP) { in acpi_ds_get_field_names() 449 arg->common.aml_opcode)); in acpi_ds_get_field_names() 618 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 | 112 info = acpi_ps_get_opcode_info(op->common.aml_opcode); in acpi_db_dump_parser_descriptor() 115 acpi_os_printf("%20.20s : %4.4X\n", "Opcode", op->common.aml_opcode); in acpi_db_dump_parser_descriptor() 398 op_info = acpi_ps_get_opcode_info(op->common.aml_opcode); in acpi_db_display_method_info()
|
D | uttrack.c | 653 aml_opcode); in acpi_ut_dump_allocations()
|
D | aclocal.h | 734 u16 aml_opcode; /* AML opcode */\
|