Lines Matching refs:fdt_next_node
140 noffset = fdt_next_node(fit, images_noffset, &ndepth); in fit_get_subimage_count()
142 noffset = fdt_next_node(fit, noffset, &ndepth)) { in fit_get_subimage_count()
207 noffset = fdt_next_node(fit, images_noffset, &ndepth); in fit_print_contents()
209 noffset = fdt_next_node(fit, noffset, &ndepth)) { in fit_print_contents()
237 noffset = fdt_next_node(fit, confs_noffset, &ndepth); in fit_print_contents()
239 noffset = fdt_next_node(fit, noffset, &ndepth)) { in fit_print_contents()
458 for (ndepth = 0, noffset = fdt_next_node(fit, image_noffset, &ndepth); in fit_image_print()
460 noffset = fdt_next_node(fit, noffset, &ndepth)) { in fit_image_print()
1486 noffset = fdt_next_node(fit, images_noffset, &ndepth); in fit_all_image_verify()
1488 noffset = fdt_next_node(fit, noffset, &ndepth)) { in fit_all_image_verify()
1704 for (noffset = fdt_next_node(fit, confs_noffset, &ndepth); in fit_conf_find_compat()
1706 noffset = fdt_next_node(fit, noffset, &ndepth)) { in fit_conf_find_compat()