Home
last modified time | relevance | path

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

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