Lines Matching defs:acpi_parse_state
761 struct acpi_parse_state { struct
762 u8 *aml_start; /* First AML byte */
763 u8 *aml; /* Next AML byte */
764 u8 *aml_end; /* (last + 1) AML byte */
765 u8 *pkg_start; /* Current package begin */
766 u8 *pkg_end; /* Current package end */
767 union acpi_parse_object *start_op; /* Root of parse tree */
768 struct acpi_namespace_node *start_node;
769 union acpi_generic_state *scope; /* Current scope */
770 union acpi_parse_object *start_scope;
771 u32 aml_size;