Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/acpi/acpica/
Ddswstate.c324 walk_state->operands[walk_state->operand_index] = object; in acpi_ds_obj_stack_push()
329 walk_state->operand_index++; in acpi_ds_obj_stack_push()
Dacstruct.h83 u8 operand_index; /* Index into operand stack, to be used by acpi_ds_obj_stack_push */ member
Ddsopcode.c590 walk_state->operand_index = walk_state->num_operands; in acpi_ds_eval_data_object_operands()
710 walk_state->operand_index = 0; in acpi_ds_eval_bank_field_operands()
Ddsutils.c739 walk_state->operand_index = (u8) index; in acpi_ds_create_operands()
Ddswexec.c382 walk_state->operand_index = 0; in acpi_ds_exec_end_op()