Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/acpi/dispatcher/
Ddsutils.c363 union acpi_parse_object *parent_op; in acpi_ds_create_operand() local
415 parent_op = arg->common.parent; in acpi_ds_create_operand()
416 op_info = acpi_ps_get_opcode_info (parent_op->common.aml_opcode); in acpi_ds_create_operand()
418 (parent_op->common.aml_opcode != AML_INT_METHODCALL_OP) && in acpi_ds_create_operand()
419 (parent_op->common.aml_opcode != AML_REGION_OP) && in acpi_ds_create_operand()
420 (parent_op->common.aml_opcode != AML_INT_NAMEPATH_OP)) { in acpi_ds_create_operand()
441 if (parent_op->common.aml_opcode == AML_COND_REF_OF_OP) { in acpi_ds_create_operand()