Lines Matching defs:op

30 			       union acpi_parse_object *op,
47 * op - Op containing the Field definition and args
61 union acpi_parse_object *op,
78 acpi_dm_add_op_to_external_list(op, path, ACPI_TYPE_REGION, 0, 0);
104 * PARAMETERS: op - Current parse op (create_XXField)
120 acpi_ds_create_buffer_field(union acpi_parse_object *op,
135 if (op->common.aml_opcode == AML_CREATE_FIELD_OP) {
139 arg = acpi_ps_get_arg(op, 3);
143 arg = acpi_ps_get_arg(op, 2);
192 * but for now, we will put it in the "op" object that the parser uses,
195 op->common.node = node;
225 second_desc->extra.aml_start = op->named.data;
226 second_desc->extra.aml_length = op->named.length;
462 * PARAMETERS: op - Op containing the Field definition and args
473 acpi_ds_create_field(union acpi_parse_object *op,
481 ACPI_FUNCTION_TRACE_PTR(ds_create_field, op);
485 arg = op->common.value.arg;
541 * PARAMETERS: op - Op containing the Field definition and args
553 acpi_ds_init_field_objects(union acpi_parse_object *op,
562 ACPI_FUNCTION_TRACE_PTR(ds_init_field_objects, op);
585 arg = acpi_ps_get_arg(op, 2);
591 arg = acpi_ps_get_arg(op, 4);
597 arg = acpi_ps_get_arg(op, 3);
662 * PARAMETERS: op - Op containing the Field definition and args
673 acpi_ds_create_bank_field(union acpi_parse_object *op,
681 ACPI_FUNCTION_TRACE_PTR(ds_create_bank_field, op);
685 arg = op->common.value.arg;
745 info.data_register_node = (struct acpi_namespace_node *)op;
755 * PARAMETERS: op - Op containing the Field definition and args
766 acpi_ds_create_index_field(union acpi_parse_object *op,
774 ACPI_FUNCTION_TRACE_PTR(ds_create_index_field, op);
778 arg = op->common.value.arg;