Searched refs:aml_opcode (Results 1 - 24 of 24) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/acpi/acpica/
H A Ddsutils.c205 (op->common.parent->common.aml_opcode == AML_SCOPE_OP)) {
212 aml_opcode)));
219 acpi_ps_get_opcode_info(op->common.parent->common.aml_opcode);
234 switch (op->common.parent->common.aml_opcode) {
275 if ((op->common.parent->common.aml_opcode == AML_REGION_OP) ||
276 (op->common.parent->common.aml_opcode == AML_DATA_REGION_OP)
277 || (op->common.parent->common.aml_opcode == AML_PACKAGE_OP)
278 || (op->common.parent->common.aml_opcode ==
280 || (op->common.parent->common.aml_opcode == AML_BUFFER_OP)
281 || (op->common.parent->common.aml_opcode
[all...]
H A Dpsparse.c176 aml_opcode);
201 if ((op->common.parent->common.aml_opcode ==
203 || (op->common.parent->common.aml_opcode ==
205 || (op->common.parent->common.aml_opcode ==
207 || (op->common.parent->common.aml_opcode ==
209 || (op->common.parent->common.aml_opcode ==
211 || (op->common.parent->common.aml_opcode ==
219 if ((op->common.parent->common.aml_opcode ==
223 if ((op->common.aml_opcode == AML_BUFFER_OP)
224 || (op->common.aml_opcode
[all...]
H A Dpstree.c79 op_info = acpi_ps_get_opcode_info(op->common.aml_opcode);
134 op_info = acpi_ps_get_opcode_info(op->common.aml_opcode);
140 op->common.aml_opcode));
272 switch (op->common.aml_opcode) {
H A Ddsobject.c89 if (op->common.aml_opcode == AML_INT_NAMEPATH_OP) {
114 ((op->common.parent->common.aml_opcode ==
116 || (op->common.parent->common.aml_opcode ==
145 if ((op->common.parent->common.aml_opcode == AML_PACKAGE_OP) ||
146 (op->common.parent->common.aml_opcode ==
229 (op->common.aml_opcode))->
236 acpi_ds_init_object_from_op(walk_state, op, op->common.aml_opcode,
298 if (byte_list->common.aml_opcode != AML_INT_BYTELIST_OP) {
301 byte_list->common.aml_opcode, byte_list));
395 while ((parent->common.aml_opcode
[all...]
H A Ddswexec.c231 walk_state->opcode = op->common.aml_opcode;
233 acpi_ps_get_opcode_info(op->common.aml_opcode);
282 if (op->common.aml_opcode == AML_INT_NAMEPATH_OP) {
309 if (op->common.aml_opcode != AML_SCOPE_OP) {
373 op->common.aml_opcode));
498 ((op->asl.parent->asl.aml_opcode == AML_PACKAGE_OP)
499 || (op->asl.parent->asl.aml_opcode ==
583 switch (op->common.parent->common.aml_opcode) {
644 if (op->common.aml_opcode == AML_REGION_OP) {
655 } else if (op->common.aml_opcode
[all...]
H A Dpsloop.c191 unnamed_op->common.aml_opcode = walk_state->opcode;
250 if ((*op)->common.aml_opcode == AML_REGION_OP ||
251 (*op)->common.aml_opcode == AML_DATA_REGION_OP) {
347 acpi_ps_get_opcode_info(parent_scope->common.aml_opcode);
355 } else if (parent_scope->common.aml_opcode == AML_INCREMENT_OP) {
401 switch (op->common.aml_opcode) {
470 switch (op->common.aml_opcode) {
514 && (op->common.parent->common.aml_opcode ==
518 aml_opcode);
524 op->common.aml_opcode,
[all...]
H A Ddsopcode.c65 acpi_ds_init_buffer_field(u16 aml_opcode,
456 * PARAMETERS: aml_opcode - create_xxx_field
470 acpi_ds_init_buffer_field(u16 aml_opcode, argument
504 acpi_ps_get_opcode_name(aml_opcode),
516 switch (aml_opcode) {
584 aml_opcode));
628 if (aml_opcode == AML_CREATE_FIELD_OP) {
694 status = acpi_ex_resolve_operands(op->common.aml_opcode,
698 acpi_ps_get_opcode_name(op->common.aml_opcode),
706 if (op->common.aml_opcode
[all...]
H A Dpsutils.c94 op->common.aml_opcode = opcode;
176 if (op->common.aml_opcode == AML_INT_RETURN_VALUE_OP) {
H A Ddswload.c435 if (op->common.aml_opcode == AML_REGION_OP) {
450 } else if (op->common.aml_opcode == AML_DATA_REGION_OP) {
463 if (op->common.aml_opcode == AML_NAME_OP) {
471 aml_opcode))->
487 if (op->common.aml_opcode == AML_METHOD_OP) {
869 if (op->common.aml_opcode == AML_SCOPE_OP) {
893 (op->common.aml_opcode != AML_INT_METHODCALL_OP)) {
934 acpi_ps_get_opcode_name(op->common.aml_opcode),
960 switch (op->common.aml_opcode) {
996 switch (op->common.aml_opcode) {
[all...]
H A Dpsargs.c337 else if (walk_state->op->common.aml_opcode ==
348 ((arg->common.parent->common.aml_opcode ==
350 || (arg->common.parent->common.aml_opcode ==
705 if (arg->common.aml_opcode ==
H A Ddsfield.c96 if (op->common.aml_opcode == AML_CREATE_FIELD_OP) {
240 switch (arg->common.aml_opcode) {
327 arg->common.aml_opcode));
480 if (arg->common.aml_opcode == AML_INT_NAMEDFIELD_OP) {
H A Daclocal.h679 u16 aml_opcode; /* AML opcode */\
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/acpi/acpica/
H A Ddsutils.c205 (op->common.parent->common.aml_opcode == AML_SCOPE_OP)) {
212 aml_opcode)));
219 acpi_ps_get_opcode_info(op->common.parent->common.aml_opcode);
234 switch (op->common.parent->common.aml_opcode) {
275 if ((op->common.parent->common.aml_opcode == AML_REGION_OP) ||
276 (op->common.parent->common.aml_opcode == AML_DATA_REGION_OP)
277 || (op->common.parent->common.aml_opcode == AML_PACKAGE_OP)
278 || (op->common.parent->common.aml_opcode ==
280 || (op->common.parent->common.aml_opcode == AML_BUFFER_OP)
281 || (op->common.parent->common.aml_opcode
[all...]
H A Dpsparse.c176 aml_opcode);
201 if ((op->common.parent->common.aml_opcode ==
203 || (op->common.parent->common.aml_opcode ==
205 || (op->common.parent->common.aml_opcode ==
207 || (op->common.parent->common.aml_opcode ==
209 || (op->common.parent->common.aml_opcode ==
211 || (op->common.parent->common.aml_opcode ==
219 if ((op->common.parent->common.aml_opcode ==
223 if ((op->common.aml_opcode == AML_BUFFER_OP)
224 || (op->common.aml_opcode
[all...]
H A Dpstree.c79 op_info = acpi_ps_get_opcode_info(op->common.aml_opcode);
134 op_info = acpi_ps_get_opcode_info(op->common.aml_opcode);
140 op->common.aml_opcode));
272 switch (op->common.aml_opcode) {
H A Ddsobject.c89 if (op->common.aml_opcode == AML_INT_NAMEPATH_OP) {
114 ((op->common.parent->common.aml_opcode ==
116 || (op->common.parent->common.aml_opcode ==
145 if ((op->common.parent->common.aml_opcode == AML_PACKAGE_OP) ||
146 (op->common.parent->common.aml_opcode ==
229 (op->common.aml_opcode))->
236 acpi_ds_init_object_from_op(walk_state, op, op->common.aml_opcode,
298 if (byte_list->common.aml_opcode != AML_INT_BYTELIST_OP) {
301 byte_list->common.aml_opcode, byte_list));
395 while ((parent->common.aml_opcode
[all...]
H A Ddswexec.c231 walk_state->opcode = op->common.aml_opcode;
233 acpi_ps_get_opcode_info(op->common.aml_opcode);
282 if (op->common.aml_opcode == AML_INT_NAMEPATH_OP) {
309 if (op->common.aml_opcode != AML_SCOPE_OP) {
373 op->common.aml_opcode));
498 ((op->asl.parent->asl.aml_opcode == AML_PACKAGE_OP)
499 || (op->asl.parent->asl.aml_opcode ==
583 switch (op->common.parent->common.aml_opcode) {
644 if (op->common.aml_opcode == AML_REGION_OP) {
655 } else if (op->common.aml_opcode
[all...]
H A Dpsloop.c191 unnamed_op->common.aml_opcode = walk_state->opcode;
250 if ((*op)->common.aml_opcode == AML_REGION_OP ||
251 (*op)->common.aml_opcode == AML_DATA_REGION_OP) {
347 acpi_ps_get_opcode_info(parent_scope->common.aml_opcode);
355 } else if (parent_scope->common.aml_opcode == AML_INCREMENT_OP) {
401 switch (op->common.aml_opcode) {
470 switch (op->common.aml_opcode) {
514 && (op->common.parent->common.aml_opcode ==
518 aml_opcode);
524 op->common.aml_opcode,
[all...]
H A Ddsopcode.c65 acpi_ds_init_buffer_field(u16 aml_opcode,
456 * PARAMETERS: aml_opcode - create_xxx_field
470 acpi_ds_init_buffer_field(u16 aml_opcode, argument
504 acpi_ps_get_opcode_name(aml_opcode),
516 switch (aml_opcode) {
584 aml_opcode));
628 if (aml_opcode == AML_CREATE_FIELD_OP) {
694 status = acpi_ex_resolve_operands(op->common.aml_opcode,
698 acpi_ps_get_opcode_name(op->common.aml_opcode),
706 if (op->common.aml_opcode
[all...]
H A Dpsutils.c94 op->common.aml_opcode = opcode;
176 if (op->common.aml_opcode == AML_INT_RETURN_VALUE_OP) {
H A Ddswload.c435 if (op->common.aml_opcode == AML_REGION_OP) {
450 } else if (op->common.aml_opcode == AML_DATA_REGION_OP) {
463 if (op->common.aml_opcode == AML_NAME_OP) {
471 aml_opcode))->
487 if (op->common.aml_opcode == AML_METHOD_OP) {
869 if (op->common.aml_opcode == AML_SCOPE_OP) {
893 (op->common.aml_opcode != AML_INT_METHODCALL_OP)) {
934 acpi_ps_get_opcode_name(op->common.aml_opcode),
960 switch (op->common.aml_opcode) {
996 switch (op->common.aml_opcode) {
[all...]
H A Dpsargs.c337 else if (walk_state->op->common.aml_opcode ==
348 ((arg->common.parent->common.aml_opcode ==
350 || (arg->common.parent->common.aml_opcode ==
705 if (arg->common.aml_opcode ==
H A Ddsfield.c96 if (op->common.aml_opcode == AML_CREATE_FIELD_OP) {
240 switch (arg->common.aml_opcode) {
327 arg->common.aml_opcode));
480 if (arg->common.aml_opcode == AML_INT_NAMEDFIELD_OP) {
H A Daclocal.h679 u16 aml_opcode; /* AML opcode */\

Completed in 210 milliseconds