Lines Matching defs:index
670 u32 index = walk_state->num_operands;
681 if (index >= ACPI_OBJ_NUM_OPERANDS) {
685 arguments[index] = arg;
686 walk_state->operands[index] = NULL;
692 index++;
697 walk_state->num_operands, arg_count, index));
701 new_num_operands = index;
702 index--;
704 arg = arguments[index];
705 walk_state->operand_index = (u8)index;
707 status = acpi_ds_create_operand(walk_state, arg, index);
714 index, arg, arg_count));
715 index--;
732 ACPI_EXCEPTION((AE_INFO, status, "While creating Arg %u", index));