Home
last modified time | relevance | path

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

/drivers/acpi/acpica/
Ddswstate.c325 walk_state->operands[walk_state->operand_index] = object; in acpi_ds_obj_stack_push()
330 walk_state->operand_index++; in acpi_ds_obj_stack_push()
Ddsopcode.c601 walk_state->operand_index = walk_state->num_operands; in acpi_ds_eval_data_object_operands()
723 walk_state->operand_index = 0; in acpi_ds_eval_bank_field_operands()
Dacstruct.h78 u8 operand_index; /* Index into operand stack, to be used by acpi_ds_obj_stack_push */ member
Ddswexec.c384 walk_state->operand_index = 0; in acpi_ds_exec_end_op()
Ddsutils.c748 walk_state->operand_index = (u8)index; in acpi_ds_create_operands()