Lines Matching refs:op
82 union acpi_parse_object *op; in acpi_ds_execute_arguments() local
89 op = acpi_ps_alloc_op(AML_INT_EVAL_SUBTREE_OP, aml_start); in acpi_ds_execute_arguments()
90 if (!op) { in acpi_ds_execute_arguments()
96 op->common.node = scope_node; in acpi_ds_execute_arguments()
106 status = acpi_ds_init_aml_walk(walk_state, op, NULL, aml_start, in acpi_ds_execute_arguments()
127 op->common.node = node; in acpi_ds_execute_arguments()
128 acpi_ps_delete_parse_tree(op); in acpi_ds_execute_arguments()
132 op = acpi_ps_alloc_op(AML_INT_EVAL_SUBTREE_OP, aml_start); in acpi_ds_execute_arguments()
133 if (!op) { in acpi_ds_execute_arguments()
137 op->common.node = scope_node; in acpi_ds_execute_arguments()
149 status = acpi_ds_init_aml_walk(walk_state, op, NULL, aml_start, in acpi_ds_execute_arguments()
162 acpi_ps_delete_parse_tree(op); in acpi_ds_execute_arguments()