Lines Matching defs:ParseTreeRoot
294 * PARAMETERS: ParseTreeRoot - Root of the parse tree
307 ACPI_PARSE_OBJECT *ParseTreeRoot,
316 if (!ParseTreeRoot)
323 WalkState = AcpiDsCreateWalkState (OwnerId, ParseTreeRoot, NULL, NULL);
340 AcpiDmWalkParseTree (ParseTreeRoot, AcpiDmLoadDescendingOp,
350 * PARAMETERS: ParseTreeRoot - Root of the parse tree
362 ACPI_PARSE_OBJECT *ParseTreeRoot,
371 if (!ParseTreeRoot)
378 WalkState = AcpiDsCreateWalkState (OwnerId, ParseTreeRoot, NULL, NULL);
395 AcpiDmWalkParseTree (ParseTreeRoot, AcpiDmXrefDescendingOp,
405 * PARAMETERS: ParseTreeRoot - Root of the parse tree
418 ACPI_PARSE_OBJECT *ParseTreeRoot,
426 if (!ParseTreeRoot)
433 WalkState = AcpiDsCreateWalkState (0, ParseTreeRoot, NULL, NULL);
451 AcpiDmWalkParseTree (ParseTreeRoot, AcpiDmCommonDescendingOp,