Lines Matching refs:arg
461 union acpi_parse_object *arg, u32 arg_index) in acpi_ds_create_operand() argument
472 ACPI_FUNCTION_TRACE_PTR(ds_create_operand, arg); in acpi_ds_create_operand()
476 if ((arg->common.aml_opcode == AML_INT_NAMEPATH_OP) && in acpi_ds_create_operand()
477 (arg->common.value.string) && in acpi_ds_create_operand()
478 !(arg->common.flags & ACPI_PARSEOP_IN_STACK)) { in acpi_ds_create_operand()
480 arg)); in acpi_ds_create_operand()
486 arg->common.value.buffer, in acpi_ds_create_operand()
521 parent_op = arg->common.parent; in acpi_ds_create_operand()
613 if ((arg->common.aml_opcode == AML_INT_NAMEPATH_OP) && in acpi_ds_create_operand()
614 !(arg->common.flags & ACPI_PARSEOP_IN_STACK)) { in acpi_ds_create_operand()
624 "Null namepath: Arg=%p\n", arg)); in acpi_ds_create_operand()
626 opcode = arg->common.aml_opcode; in acpi_ds_create_operand()
637 || (arg->common.flags & ACPI_PARSEOP_IN_STACK)) { in acpi_ds_create_operand()
673 acpi_ds_init_object_from_op(walk_state, arg, opcode, in acpi_ds_create_operand()
715 union acpi_parse_object *arg; in acpi_ds_create_operands() local
725 arg = first_arg; in acpi_ds_create_operands()
726 while (arg) { in acpi_ds_create_operands()
731 arguments[index] = arg; in acpi_ds_create_operands()
736 arg = arg->common.next; in acpi_ds_create_operands()
749 arg = arguments[index]; in acpi_ds_create_operands()
752 status = acpi_ds_create_operand(walk_state, arg, index); in acpi_ds_create_operands()
759 index, arg, arg_count)); in acpi_ds_create_operands()