Lines Matching refs:depth
453 const char *uname, int depth, in of_scan_flat_dt() argument
460 int depth = -1; in of_scan_flat_dt() local
468 depth--; in of_scan_flat_dt()
488 depth++; in of_scan_flat_dt()
493 rc = it(p, pathp, depth, data); in of_scan_flat_dt()
583 int depth, void *data) in early_init_dt_scan_root() argument
587 if (depth != 0) in early_init_dt_scan_root()
619 int depth, void *data) in early_init_dt_scan_memory() argument
631 if (depth != 1 || strcmp(uname, "memory@0") != 0) in early_init_dt_scan_memory()
688 int depth, void *data) in early_init_dt_scan_chosen() argument
694 pr_debug("search \"chosen\", depth: %d, uname: %s\n", depth, uname); in early_init_dt_scan_chosen()
696 if (depth != 1 || !cmdline || in early_init_dt_scan_chosen()