Home
last modified time | relevance | path

Searched defs:acpi_walk_state (Results 1 – 1 of 1) sorted by relevance

/drivers/acpi/acpica/
Dacstruct.h76 struct acpi_walk_state { struct
77 struct acpi_walk_state *next; /* Next walk_state in list */ argument
78 u8 descriptor_type; /* To differentiate various internal objs */
79 u8 walk_type;
80 u16 opcode; /* Current AML opcode */
81 u8 next_op_info; /* Info about next_op */
82 u8 num_operands; /* Stack pointer for Operands[] array */
83 u8 operand_index; /* Index into operand stack, to be used by acpi_ds_obj_stack_push */
84 acpi_owner_id owner_id; /* Owner of objects created during the walk */
85 u8 last_predicate; /* Result of last predicate */
[all …]