Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/acpi/acpica/
Ddsutils.c205 (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 …]
Ddsopcode.c59 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 …]
Dpsloop.c94 switch (op->common.aml_opcode) { in acpi_ps_get_arguments()
163 switch (op->common.aml_opcode) { in acpi_ps_get_arguments()
206 && (op->common.parent->common.aml_opcode == in acpi_ps_get_arguments()
210 aml_opcode); in acpi_ps_get_arguments()
217 aml_opcode, in acpi_ps_get_arguments()
234 switch (op->common.aml_opcode) { in acpi_ps_get_arguments()
259 (op->common.parent->common.aml_opcode == in acpi_ps_get_arguments()
419 aml_opcode == AML_IF_OP) in acpi_ps_parse_loop()
421 aml_opcode == AML_WHILE_OP)) in acpi_ps_parse_loop()
502 (u32) op->common.aml_opcode, in acpi_ps_parse_loop()
[all …]
Ddsobject.c89 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 …]
Dpsparse.c175 aml_opcode); in acpi_ps_complete_this_op()
199 if ((op->common.parent->common.aml_opcode == in acpi_ps_complete_this_op()
201 || (op->common.parent->common.aml_opcode == in acpi_ps_complete_this_op()
203 || (op->common.parent->common.aml_opcode == in acpi_ps_complete_this_op()
205 || (op->common.parent->common.aml_opcode == in acpi_ps_complete_this_op()
207 || (op->common.parent->common.aml_opcode == in acpi_ps_complete_this_op()
209 || (op->common.parent->common.aml_opcode == in acpi_ps_complete_this_op()
217 if ((op->common.parent->common.aml_opcode == in acpi_ps_complete_this_op()
221 if ((op->common.aml_opcode == AML_BUFFER_OP) in acpi_ps_complete_this_op()
222 || (op->common.aml_opcode == AML_PACKAGE_OP) in acpi_ps_complete_this_op()
[all …]
Dpsobject.c182 unnamed_op->common.aml_opcode = walk_state->opcode; in acpi_ps_build_named_op()
243 if ((*op)->common.aml_opcode == AML_REGION_OP || in acpi_ps_build_named_op()
244 (*op)->common.aml_opcode == AML_DATA_REGION_OP) { in acpi_ps_build_named_op()
340 acpi_ps_get_opcode_info(parent_scope->common.aml_opcode); in acpi_ps_create_op()
348 } else if (parent_scope->common.aml_opcode == AML_INCREMENT_OP) { in acpi_ps_create_op()
428 acpi_ps_get_opcode_info((*op)->common.aml_opcode); in acpi_ps_complete_op()
429 walk_state->opcode = (*op)->common.aml_opcode; in acpi_ps_complete_op()
449 while (!(*op) || ((*op)->common.aml_opcode != AML_WHILE_OP)) { in acpi_ps_complete_op()
459 acpi_ps_get_opcode_info((*op)->common.aml_opcode); in acpi_ps_complete_op()
460 walk_state->opcode = (*op)->common.aml_opcode; in acpi_ps_complete_op()
[all …]
Ddswexec.c231 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 …]
Ddscontrol.c77 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()
Dpstree.c85 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()
278 switch (op->common.aml_opcode) { in acpi_ps_get_child()
Ddswload2.c397 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()
Ddswload.c466 if (op->common.aml_opcode == AML_REGION_OP) { in acpi_ds_load1_end_op()
481 } else if (op->common.aml_opcode == AML_DATA_REGION_OP) { in acpi_ds_load1_end_op()
494 if (op->common.aml_opcode == AML_NAME_OP) { in acpi_ds_load1_end_op()
502 aml_opcode))-> in acpi_ds_load1_end_op()
518 if (op->common.aml_opcode == AML_METHOD_OP) { in acpi_ds_load1_end_op()
Dpsutils.c94 op->common.aml_opcode = opcode; in acpi_ps_init_op()
176 if (op->common.aml_opcode == AML_INT_RETURN_VALUE_OP) { in acpi_ps_free_op()
Ddsfield.c164 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()
Dpsargs.c337 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()
827 if (arg->common.aml_opcode == in acpi_ps_get_next_arg()
Duttrack.c683 aml_opcode); in acpi_ut_dump_allocations()
Daclocal.h718 u16 aml_opcode; /* AML opcode */\