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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/dispatcher/
H A Ddsutils.c204 (op->common.parent->common.aml_opcode == AML_SCOPE_OP)) {
211 aml_opcode)));
218 acpi_ps_get_opcode_info(op->common.parent->common.aml_opcode);
233 switch (op->common.parent->common.aml_opcode) {
274 if ((op->common.parent->common.aml_opcode == AML_REGION_OP) ||
275 (op->common.parent->common.aml_opcode == AML_DATA_REGION_OP)
276 || (op->common.parent->common.aml_opcode == AML_PACKAGE_OP)
277 || (op->common.parent->common.aml_opcode ==
279 || (op->common.parent->common.aml_opcode == AML_BUFFER_OP)
280 || (op->common.parent->common.aml_opcode
[all...]
H A Ddsopcode.c63 acpi_ds_init_buffer_field(u16 aml_opcode,
408 * PARAMETERS: aml_opcode - create_xxx_field
422 acpi_ds_init_buffer_field(u16 aml_opcode, argument
456 acpi_ps_get_opcode_name(aml_opcode),
468 switch (aml_opcode) {
535 "Unknown field creation opcode %02x", aml_opcode));
579 if (aml_opcode == AML_CREATE_FIELD_OP) {
645 status = acpi_ex_resolve_operands(op->common.aml_opcode,
649 acpi_ps_get_opcode_name(op->common.aml_opcode),
655 acpi_ps_get_opcode_name(op->common.aml_opcode),
[all...]
H A Ddsobject.c87 if (op->common.aml_opcode == AML_INT_NAMEPATH_OP) {
112 ((op->common.parent->common.aml_opcode ==
114 || (op->common.parent->common.aml_opcode ==
145 (op->common.aml_opcode))->
152 acpi_ds_init_object_from_op(walk_state, op, op->common.aml_opcode,
213 if (byte_list->common.aml_opcode != AML_INT_BYTELIST_OP) {
216 byte_list->common.aml_opcode, byte_list));
308 while ((parent->common.aml_opcode == AML_PACKAGE_OP) ||
309 (parent->common.aml_opcode == AML_VAR_PACKAGE_OP)) {
349 if (arg->common.aml_opcode
[all...]
H A Ddswexec.c227 walk_state->opcode = op->common.aml_opcode;
229 acpi_ps_get_opcode_info(op->common.aml_opcode);
278 if (op->common.aml_opcode == AML_INT_NAMEPATH_OP) {
308 if (op->common.aml_opcode == AML_REGION_OP) {
368 op->common.aml_opcode));
510 ((op->asl.parent->asl.aml_opcode == AML_PACKAGE_OP)
511 || (op->asl.parent->asl.aml_opcode ==
595 switch (op->common.parent->common.aml_opcode) {
663 if (op->common.aml_opcode == AML_REGION_OP) {
696 op_class, op_type, op->common.aml_opcode,
[all...]
H A Ddswload.c431 if (op->common.aml_opcode == AML_REGION_OP) {
450 if (op->common.aml_opcode == AML_NAME_OP) {
458 aml_opcode))->
474 if (op->common.aml_opcode == AML_METHOD_OP) {
858 if (op->common.aml_opcode == AML_SCOPE_OP) {
882 (op->common.aml_opcode != AML_INT_METHODCALL_OP)) {
923 acpi_ps_get_opcode_name(op->common.aml_opcode),
949 switch (op->common.aml_opcode) {
985 switch (op->common.aml_opcode) {
1035 switch (op->common.aml_opcode) {
[all...]
H A Ddsfield.c94 if (op->common.aml_opcode == AML_CREATE_FIELD_OP) {
229 switch (arg->common.aml_opcode) {
313 arg->common.aml_opcode));
432 if (arg->common.aml_opcode == AML_INT_NAMEDFIELD_OP) {
524 switch (arg->common.aml_opcode) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/parser/
H A Dpstree.c78 op_info = acpi_ps_get_opcode_info(op->common.aml_opcode);
133 op_info = acpi_ps_get_opcode_info(op->common.aml_opcode);
139 op->common.aml_opcode));
269 switch (op->common.aml_opcode) {
H A Dpsparse.c174 aml_opcode);
199 if ((op->common.parent->common.aml_opcode ==
201 || (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 ==
215 if ((op->common.parent->common.aml_opcode ==
219 if ((op->common.aml_opcode == AML_BUFFER_OP)
220 || (op->common.aml_opcode == AML_PACKAGE_OP)
221 || (op->common.aml_opcode
[all...]
H A Dpsloop.c185 unnamed_op->common.aml_opcode = walk_state->opcode;
244 if ((*op)->common.aml_opcode == AML_REGION_OP) {
366 switch (op->common.aml_opcode) {
437 switch (op->common.aml_opcode) {
458 switch (op->common.aml_opcode) {
483 (op->common.parent->common.aml_opcode ==
581 acpi_ps_get_opcode_info((*op)->common.aml_opcode);
582 walk_state->opcode = (*op)->common.aml_opcode;
602 while (!(*op) || ((*op)->common.aml_opcode != AML_WHILE_OP)) {
607 if ((*op)->common.aml_opcode !
[all...]
H A Dpsutils.c93 op->common.aml_opcode = opcode;
175 if (op->common.aml_opcode == AML_INT_RETURN_VALUE_OP) {
H A Dpsargs.c333 else if (walk_state->op->common.aml_opcode ==
344 ((arg->common.parent->common.aml_opcode ==
346 || (arg->common.parent->common.aml_opcode ==
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/acpi/
H A Daclocal.h602 u16 aml_opcode; /* AML opcode */\

Completed in 125 milliseconds