Lines Matching full:parse
25 * PARAMETERS: table_desc - An ACPI table descriptor for table to parse
39 * Note: This causes the table to only have a single-pass parse.
131 * DESCRIPTION: Perform one complete parse of an ACPI/AML table.
211 /* Parse the AML */ in acpi_ns_one_complete_parse()
214 "*PARSE* pass %u parse\n", pass_number)); in acpi_ns_one_complete_parse()
228 * PARAMETERS: table_desc - An ACPI table descriptor for table to parse
233 * DESCRIPTION: Parse AML within an ACPI table and return a tree of ops
253 * Note: This causes the table to only have a single-pass parse. in acpi_ns_parse_table()
266 * AML Parse, pass 1 in acpi_ns_parse_table()
269 * are not parsed until later. A parse tree is not created. in acpi_ns_parse_table()
272 * parse objects to service the entire parse. The second pass of in acpi_ns_parse_table()
273 * the parse then performs another complete parse of the AML. in acpi_ns_parse_table()
284 * AML Parse, pass 2 in acpi_ns_parse_table()
288 * Another complete parse of the AML is performed, but the in acpi_ns_parse_table()
290 * parse objects are all cached. in acpi_ns_parse_table()