Searched defs:acpi_parse_state (Results 1 – 1 of 1) sorted by relevance
1217 typedef struct acpi_parse_state struct1219 UINT8 *AmlStart; /* First AML byte */1220 UINT8 *Aml; /* Next AML byte */1221 UINT8 *AmlEnd; /* (last + 1) AML byte */1222 UINT8 *PkgStart; /* Current package begin */1223 UINT8 *PkgEnd; /* Current package end */1224 union acpi_parse_object *StartOp; /* Root of parse tree */1225 struct acpi_namespace_node *StartNode;1226 union acpi_generic_state *Scope; /* Current scope */1227 union acpi_parse_object *StartScope;[all …]