/linux-4.4.14/drivers/acpi/acpica/ |
D | dsutils.c | 205 (op->common.parent->common.aml_opcode == AML_SCOPE_OP)) { in acpi_ds_is_result_used() 212 aml_opcode))); in acpi_ds_is_result_used() 219 acpi_ps_get_opcode_info(op->common.parent->common.aml_opcode); in acpi_ds_is_result_used() 234 switch (op->common.parent->common.aml_opcode) { in acpi_ds_is_result_used() 275 if ((op->common.parent->common.aml_opcode == AML_REGION_OP) || in acpi_ds_is_result_used() 276 (op->common.parent->common.aml_opcode == AML_DATA_REGION_OP) in acpi_ds_is_result_used() 277 || (op->common.parent->common.aml_opcode == AML_PACKAGE_OP) in acpi_ds_is_result_used() 278 || (op->common.parent->common.aml_opcode == in acpi_ds_is_result_used() 280 || (op->common.parent->common.aml_opcode == AML_BUFFER_OP) in acpi_ds_is_result_used() 281 || (op->common.parent->common.aml_opcode == in acpi_ds_is_result_used() [all …]
|
D | dbxface.c | 212 if (op->common.aml_opcode == AML_INT_NAMEDFIELD_OP) { in acpi_db_single_step() 261 if ((parent_op->common.aml_opcode == in acpi_db_single_step() 263 || (parent_op->common.aml_opcode == in acpi_db_single_step() 272 if ((parent_op->common.aml_opcode == in acpi_db_single_step() 274 || (parent_op->common.aml_opcode == in acpi_db_single_step() 276 || (parent_op->common.aml_opcode == in acpi_db_single_step() 278 || (parent_op->common.aml_opcode == in acpi_db_single_step() 280 || (parent_op->common.aml_opcode == in acpi_db_single_step() 296 if ((op->common.aml_opcode == AML_IF_OP) || in acpi_db_single_step() 297 (op->common.aml_opcode == AML_WHILE_OP)) { in acpi_db_single_step() [all …]
|
D | dsopcode.c | 59 acpi_ds_init_buffer_field(u16 aml_opcode, 109 acpi_ds_init_buffer_field(u16 aml_opcode, in acpi_ds_init_buffer_field() argument 143 acpi_ps_get_opcode_name(aml_opcode), in acpi_ds_init_buffer_field() 155 switch (aml_opcode) { in acpi_ds_init_buffer_field() 223 aml_opcode)); in acpi_ds_init_buffer_field() 267 if (aml_opcode == AML_CREATE_FIELD_OP) { in acpi_ds_init_buffer_field() 333 status = acpi_ex_resolve_operands(op->common.aml_opcode, in acpi_ds_eval_buffer_field_operands() 337 acpi_ps_get_opcode_name(op->common.aml_opcode), in acpi_ds_eval_buffer_field_operands() 345 if (op->common.aml_opcode == AML_CREATE_FIELD_OP) { in acpi_ds_eval_buffer_field_operands() 350 acpi_ds_init_buffer_field(op->common.aml_opcode, obj_desc, in acpi_ds_eval_buffer_field_operands() [all …]
|
D | psloop.c | 95 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() 428 aml_opcode == AML_IF_OP) in acpi_ps_parse_loop() 430 aml_opcode == AML_WHILE_OP)) in acpi_ps_parse_loop() 565 acpi_ps_get_opcode_info(op->common.aml_opcode); in acpi_ps_parse_loop() [all …]
|
D | dsobject.c | 89 if (op->common.aml_opcode == AML_INT_NAMEPATH_OP) { in acpi_ds_build_internal_object() 114 ((op->common.parent->common.aml_opcode == in acpi_ds_build_internal_object() 116 || (op->common.parent->common.aml_opcode == in acpi_ds_build_internal_object() 145 if ((op->common.parent->common.aml_opcode == AML_PACKAGE_OP) || in acpi_ds_build_internal_object() 146 (op->common.parent->common.aml_opcode == in acpi_ds_build_internal_object() 229 (op->common.aml_opcode))-> in acpi_ds_build_internal_object() 236 acpi_ds_init_object_from_op(walk_state, op, op->common.aml_opcode, in acpi_ds_build_internal_object() 303 if (byte_list->common.aml_opcode != AML_INT_BYTELIST_OP) { in acpi_ds_build_internal_buffer_obj() 306 byte_list->common.aml_opcode, byte_list)); in acpi_ds_build_internal_buffer_obj() 400 while ((parent->common.aml_opcode == AML_PACKAGE_OP) || in acpi_ds_build_internal_package_obj() [all …]
|
D | psparse.c | 177 aml_opcode); in acpi_ps_complete_this_op() 202 if ((op->common.parent->common.aml_opcode == in acpi_ps_complete_this_op() 204 || (op->common.parent->common.aml_opcode == in acpi_ps_complete_this_op() 206 || (op->common.parent->common.aml_opcode == in acpi_ps_complete_this_op() 208 || (op->common.parent->common.aml_opcode == in acpi_ps_complete_this_op() 210 || (op->common.parent->common.aml_opcode == in acpi_ps_complete_this_op() 212 || (op->common.parent->common.aml_opcode == in acpi_ps_complete_this_op() 221 if ((op->common.parent->common.aml_opcode == in acpi_ps_complete_this_op() 225 if ((op->common.aml_opcode == AML_BUFFER_OP) in acpi_ps_complete_this_op() 226 || (op->common.aml_opcode == AML_PACKAGE_OP) in acpi_ps_complete_this_op() [all …]
|
D | psobject.c | 185 unnamed_op->common.aml_opcode = walk_state->opcode; in acpi_ps_build_named_op() 246 if ((*op)->common.aml_opcode == AML_REGION_OP || in acpi_ps_build_named_op() 247 (*op)->common.aml_opcode == AML_DATA_REGION_OP) { in acpi_ps_build_named_op() 343 acpi_ps_get_opcode_info(parent_scope->common.aml_opcode); in acpi_ps_create_op() 351 } else if (parent_scope->common.aml_opcode == AML_INCREMENT_OP) { in acpi_ps_create_op() 431 acpi_ps_get_opcode_info((*op)->common.aml_opcode); in acpi_ps_complete_op() 432 walk_state->opcode = (*op)->common.aml_opcode; in acpi_ps_complete_op() 452 while (!(*op) || ((*op)->common.aml_opcode != AML_WHILE_OP)) { in acpi_ps_complete_op() 462 acpi_ps_get_opcode_info((*op)->common.aml_opcode); in acpi_ps_complete_op() 463 walk_state->opcode = (*op)->common.aml_opcode; in acpi_ps_complete_op() [all …]
|
D | dswexec.c | 231 walk_state->opcode = op->common.aml_opcode; in acpi_ds_exec_begin_op() 233 acpi_ps_get_opcode_info(op->common.aml_opcode); in acpi_ds_exec_begin_op() 282 if (op->common.aml_opcode == AML_INT_NAMEPATH_OP) { in acpi_ds_exec_begin_op() 309 if (op->common.aml_opcode != AML_SCOPE_OP) { in acpi_ds_exec_begin_op() 374 op->common.aml_opcode)); in acpi_ds_exec_end_op() 498 ((op->asl.parent->asl.aml_opcode == AML_PACKAGE_OP) in acpi_ds_exec_end_op() 499 || (op->asl.parent->asl.aml_opcode == in acpi_ds_exec_end_op() 583 switch (op->common.parent->common.aml_opcode) { in acpi_ds_exec_end_op() 643 if (op->common.aml_opcode == AML_REGION_OP) { in acpi_ds_exec_end_op() 654 } else if (op->common.aml_opcode == AML_DATA_REGION_OP) { in acpi_ds_exec_end_op() [all …]
|
D | dscontrol.c | 77 op, op->common.aml_opcode, walk_state)); in acpi_ds_exec_begin_control_op() 79 switch (op->common.aml_opcode) { in acpi_ds_exec_begin_control_op() 119 control_state->control.opcode = op->common.aml_opcode; in acpi_ds_exec_begin_control_op() 173 switch (op->common.aml_opcode) { in acpi_ds_exec_end_control_op() 393 if (op->common.aml_opcode == AML_BREAK_OP) { in acpi_ds_exec_end_control_op() 403 op->common.aml_opcode, op)); in acpi_ds_exec_end_control_op()
|
D | pstree.c | 85 op_info = acpi_ps_get_opcode_info(op->common.aml_opcode); in acpi_ps_get_arg() 140 op_info = acpi_ps_get_opcode_info(op->common.aml_opcode); in acpi_ps_append_arg() 146 op->common.aml_opcode)); in acpi_ps_append_arg() 277 switch (op->common.aml_opcode) { in acpi_ps_get_child()
|
D | dswload2.c | 397 if (op->common.aml_opcode == AML_SCOPE_OP) { in acpi_ds_load2_end_op() 421 (op->common.aml_opcode != AML_INT_METHODCALL_OP)) { in acpi_ds_load2_end_op() 462 acpi_ps_get_opcode_name(op->common.aml_opcode), in acpi_ds_load2_end_op() 488 switch (op->common.aml_opcode) { in acpi_ds_load2_end_op() 525 switch (op->common.aml_opcode) { in acpi_ds_load2_end_op() 571 switch (op->common.aml_opcode) { in acpi_ds_load2_end_op() 576 if (op->common.aml_opcode == AML_REGION_OP) { in acpi_ds_load2_end_op()
|
D | dswload.c | 475 if (op->common.aml_opcode == AML_REGION_OP) { in acpi_ds_load1_end_op() 490 } else if (op->common.aml_opcode == AML_DATA_REGION_OP) { in acpi_ds_load1_end_op() 503 if (op->common.aml_opcode == AML_NAME_OP) { in acpi_ds_load1_end_op() 511 aml_opcode))-> in acpi_ds_load1_end_op() 527 if (op->common.aml_opcode == AML_METHOD_OP) { in acpi_ds_load1_end_op()
|
D | psutils.c | 94 op->common.aml_opcode = opcode; in acpi_ps_init_op() 177 if (op->common.aml_opcode == AML_INT_RETURN_VALUE_OP) { in acpi_ps_free_op()
|
D | dsfield.c | 164 if (op->common.aml_opcode == AML_CREATE_FIELD_OP) { in acpi_ds_create_buffer_field() 310 switch (arg->common.aml_opcode) { in acpi_ds_get_field_names() 370 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() 613 if (arg->common.aml_opcode == AML_INT_NAMEDFIELD_OP) { in acpi_ds_init_field_objects()
|
D | psargs.c | 337 else if (walk_state->op->common.aml_opcode == in acpi_ps_get_next_namepath() 348 ((arg->common.parent->common.aml_opcode == in acpi_ps_get_next_namepath() 350 || (arg->common.parent->common.aml_opcode == in acpi_ps_get_next_namepath() 829 if (arg->common.aml_opcode == in acpi_ps_get_next_arg()
|
D | dbutils.c | 375 if (op->common.aml_opcode == AML_METHOD_OP) { in acpi_db_second_pass_parse() 416 if (op->common.aml_opcode == AML_REGION_OP) { in acpi_db_second_pass_parse()
|
D | dbdisply.c | 147 info = acpi_ps_get_opcode_info(op->common.aml_opcode); in acpi_db_dump_parser_descriptor() 150 acpi_os_printf("%20.20s : %4.4X\n", "Opcode", op->common.aml_opcode); in acpi_db_dump_parser_descriptor() 406 op_info = acpi_ps_get_opcode_info(op->common.aml_opcode); in acpi_db_display_method_info()
|
D | uttrack.c | 683 aml_opcode); in acpi_ut_dump_allocations()
|
D | aclocal.h | 747 u16 aml_opcode; /* AML opcode */\
|