Lines Matching refs:Level
188 UINT32 Level,
194 UINT32 Level,
267 Info->Level = 0; in AcpiDmWalkParseTree()
276 Status = AscendingCallback (Op, Info->Level, Context); in AcpiDmWalkParseTree()
287 Status = DescendingCallback (Op, Info->Level, Context); in AcpiDmWalkParseTree()
295 Info->Level++; in AcpiDmWalkParseTree()
334 if (Info->Level != 0 ) in AcpiDmWalkParseTree()
336 Info->Level--; in AcpiDmWalkParseTree()
517 UINT32 Level, in AcpiDmDescendingOp() argument
534 if (Level != 0 && ASL_CV_FILE_HAS_SWITCHED (Op)) in AcpiDmDescendingOp()
536 ASL_CV_SWITCH_FILES (Level, Op); in AcpiDmDescendingOp()
541 ASL_CV_PRINT_ONE_COMMENT (Op, AML_COMMENT_STANDARD, NULL, Level); in AcpiDmDescendingOp()
626 if (Level == 0) in AcpiDmDescendingOp()
695 AcpiDmIndent (Level); in AcpiDmDescendingOp()
699 Info->LastLevel = Level; in AcpiDmDescendingOp()
737 Info->Level--; in AcpiDmDescendingOp()
804 ASL_CV_CLOSE_PAREN (Op, Level); in AcpiDmDescendingOp()
867 ASL_CV_CLOSE_PAREN (Op, Level); in AcpiDmDescendingOp()
917 Info->Level = Level; in AcpiDmDescendingOp()
960 ASL_CV_CLOSE_PAREN (Op, Level); in AcpiDmDescendingOp()
975 AcpiDmIndent (Info->Level); in AcpiDmDescendingOp()
1022 AcpiDmIndent (Level); in AcpiDmDescendingOp()
1047 UINT32 Level, in AcpiDmAscendingOp() argument
1064 ASL_CV_SWITCH_FILES (Level, Op); in AcpiDmAscendingOp()
1076 if ((Level == 0) && (Op->Common.AmlOpcode == AML_SCOPE_OP)) in AcpiDmAscendingOp()
1080 ASL_CV_CLOSE_BRACE (Op, Level); in AcpiDmAscendingOp()
1151 ASL_CV_CLOSE_BRACE (Op, Level); in AcpiDmAscendingOp()
1155 AcpiDmIndent (Level); in AcpiDmAscendingOp()
1156 ASL_CV_CLOSE_BRACE (Op, Level); in AcpiDmAscendingOp()
1246 ASL_CV_CLOSE_PAREN (Op, Level); in AcpiDmAscendingOp()
1263 --Level; in AcpiDmAscendingOp()
1267 AcpiDmIndent (Level - 1); in AcpiDmAscendingOp()
1273 ASL_CV_CLOSE_PAREN (Op, Level); in AcpiDmAscendingOp()
1281 Info->Level++; in AcpiDmAscendingOp()