Home
last modified time | relevance | path

Searched refs:op_info (Results 1 – 16 of 16) sorted by relevance

/drivers/acpi/acpica/
Dpstree.c73 const struct acpi_opcode_info *op_info; in acpi_ps_get_arg() local
85 op_info = acpi_ps_get_opcode_info(op->common.aml_opcode); in acpi_ps_get_arg()
86 if (op_info->class == AML_CLASS_UNKNOWN) { in acpi_ps_get_arg()
95 if (!(op_info->flags & AML_HAS_ARGS)) { in acpi_ps_get_arg()
130 const struct acpi_opcode_info *op_info; in acpi_ps_append_arg() local
140 op_info = acpi_ps_get_opcode_info(op->common.aml_opcode); in acpi_ps_append_arg()
141 if (op_info->class == AML_CLASS_UNKNOWN) { in acpi_ps_append_arg()
152 if (!(op_info->flags & AML_HAS_ARGS)) { in acpi_ps_append_arg()
Dpsobject.c82 walk_state->op_info = acpi_ps_get_opcode_info(walk_state->opcode); in acpi_ps_get_aml_opcode()
84 switch (walk_state->op_info->class) { in acpi_ps_get_aml_opcode()
161 walk_state->arg_types = walk_state->op_info->parse_args; in acpi_ps_get_aml_opcode()
299 const struct acpi_opcode_info *op_info; in acpi_ps_create_op() local
313 walk_state->op_info = acpi_ps_get_opcode_info(walk_state->opcode); in acpi_ps_create_op()
319 if (walk_state->op_info->flags & AML_NAMED) { in acpi_ps_create_op()
334 if (walk_state->op_info->flags & AML_CREATE) { in acpi_ps_create_op()
356 op_info = in acpi_ps_create_op()
358 if (op_info->flags & AML_HAS_TARGET) { in acpi_ps_create_op()
360 acpi_ps_get_argument_count(op_info->type); in acpi_ps_create_op()
[all …]
Dpsutils.c119 const struct acpi_opcode_info *op_info; in acpi_ps_alloc_op() local
124 op_info = acpi_ps_get_opcode_info(opcode); in acpi_ps_alloc_op()
128 if (op_info->flags & AML_DEFER) { in acpi_ps_alloc_op()
130 } else if (op_info->flags & AML_NAMED) { in acpi_ps_alloc_op()
Ddswload2.c98 if ((!(walk_state->op_info->flags & AML_NSOPCODE) && in acpi_ds_load2_begin_op()
100 (!(walk_state->op_info->flags & AML_NAMED))) { in acpi_ds_load2_begin_op()
131 object_type = walk_state->op_info->object_type; in acpi_ds_load2_begin_op()
389 walk_state->op_info->name, op, walk_state)); in acpi_ds_load2_end_op()
393 if (!(walk_state->op_info->flags & AML_NSOBJECT)) { in acpi_ds_load2_end_op()
403 object_type = walk_state->op_info->object_type; in acpi_ds_load2_end_op()
469 switch (walk_state->op_info->type) { in acpi_ds_load2_end_op()
Ddswload.c159 if (!(walk_state->op_info->flags & AML_NAMED)) { in acpi_ds_load1_begin_op()
176 object_type = walk_state->op_info->object_type; in acpi_ds_load1_begin_op()
459 (walk_state->op_info->flags & AML_CREATE)) { in acpi_ds_load1_end_op()
466 if (!(walk_state->op_info->flags & (AML_NAMED | AML_FIELD))) { in acpi_ds_load1_end_op()
472 object_type = walk_state->op_info->object_type; in acpi_ds_load1_end_op()
475 if (walk_state->op_info->flags & AML_FIELD) { in acpi_ds_load1_end_op()
Ddswexec.c232 walk_state->op_info = in acpi_ds_exec_begin_op()
235 if (acpi_ns_opens_scope(walk_state->op_info->object_type)) { in acpi_ds_exec_begin_op()
239 op_info-> in acpi_ds_exec_begin_op()
278 opcode_class = walk_state->op_info->class; in acpi_ds_exec_begin_op()
369 op_type = walk_state->op_info->type; in acpi_ds_exec_end_op()
370 op_class = walk_state->op_info->class; in acpi_ds_exec_end_op()
421 if (!(walk_state->op_info->flags & AML_NO_OPERAND_RESOLVE)) { in acpi_ds_exec_end_op()
Ddsutils.c470 const struct acpi_opcode_info *op_info; in acpi_ds_create_operand() local
522 op_info = in acpi_ds_create_operand()
525 if ((op_info->flags & AML_NSNODE) in acpi_ds_create_operand()
631 op_info = acpi_ps_get_opcode_info(opcode); in acpi_ds_create_operand()
632 if (op_info->object_type == ACPI_TYPE_INVALID) { in acpi_ds_create_operand()
636 if ((op_info->flags & AML_HAS_RETVAL) in acpi_ds_create_operand()
664 acpi_ut_create_internal_object(op_info-> in acpi_ds_create_operand()
Dexresop.c141 const struct acpi_opcode_info *op_info; in acpi_ex_resolve_operands() local
148 op_info = acpi_ps_get_opcode_info(opcode); in acpi_ex_resolve_operands()
149 if (op_info->class == AML_CLASS_UNKNOWN) { in acpi_ex_resolve_operands()
153 arg_types = op_info->runtime_args; in acpi_ex_resolve_operands()
162 opcode, op_info->name, arg_types)); in acpi_ex_resolve_operands()
Dpsloop.c91 const struct acpi_opcode_info *op_info; in acpi_ps_get_arguments() local
205 op_info = in acpi_ps_get_arguments()
208 if ((op_info->class == in acpi_ps_get_arguments()
564 walk_state->op_info = in acpi_ps_parse_loop()
566 if (walk_state->op_info->flags & AML_NAMED) { in acpi_ps_parse_loop()
582 if (walk_state->op_info->flags & AML_CREATE) { in acpi_ps_parse_loop()
Ddsobject.c632 const struct acpi_opcode_info *op_info; in acpi_ds_init_object_from_op() local
639 op_info = acpi_ps_get_opcode_info(opcode); in acpi_ds_init_object_from_op()
640 if (op_info->class == AML_CLASS_UNKNOWN) { in acpi_ds_init_object_from_op()
674 switch (op_info->type) { in acpi_ds_init_object_from_op()
744 op_info->type)); in acpi_ds_init_object_from_op()
767 switch (op_info->type) { in acpi_ds_init_object_from_op()
Dexoparg2.c267 if (walk_state->op_info->flags & AML_MATH) { in acpi_ex_opcode_2A_1T_1R()
513 if (walk_state->op_info->flags & AML_LOGICAL_NUMERIC) { in acpi_ex_opcode_2A_0T_1R()
523 } else if (walk_state->op_info->flags & AML_LOGICAL) { in acpi_ex_opcode_2A_0T_1R()
Dexconvrt.c592 switch (GET_CURRENT_ARG_TYPE(walk_state->op_info->runtime_args)) { in acpi_ex_convert_to_target_type()
676 GET_CURRENT_ARG_TYPE(walk_state->op_info-> in acpi_ex_convert_to_target_type()
Ddbdisply.c363 const struct acpi_opcode_info *op_info; in acpi_db_display_method_info() local
406 op_info = acpi_ps_get_opcode_info(op->common.aml_opcode); in acpi_db_display_method_info()
407 switch (op_info->class) { in acpi_db_display_method_info()
Ddsmethod.c166 (walk_state->op_info-> in acpi_ds_detect_named_opcodes()
188 walk_state->method_node, walk_state->op_info->name, in acpi_ds_detect_named_opcodes()
Dacstruct.h113 const struct acpi_opcode_info *op_info; /* Info on current opcode */ member
Dpsparse.c156 || (walk_state->op_info->class == AML_CLASS_ARGUMENT)) { in acpi_ps_complete_this_op()