Lines Matching refs:fdt_next_node
157 noffset = fdt_next_node(fit, images_noffset, &ndepth); in fit_get_subimage_count()
159 noffset = fdt_next_node(fit, noffset, &ndepth)) { in fit_get_subimage_count()
343 for (ndepth = 0, noffset = fdt_next_node(fit, noffset, &ndepth); in fit_conf_print()
345 noffset = fdt_next_node(fit, noffset, &ndepth)) { in fit_conf_print()
408 noffset = fdt_next_node(fit, images_noffset, &ndepth); in fit_print_contents()
410 noffset = fdt_next_node(fit, noffset, &ndepth)) { in fit_print_contents()
438 noffset = fdt_next_node(fit, confs_noffset, &ndepth); in fit_print_contents()
440 noffset = fdt_next_node(fit, noffset, &ndepth)) { in fit_print_contents()
564 for (ndepth = 0, noffset = fdt_next_node(fit, image_noffset, &ndepth); in fit_image_print()
566 noffset = fdt_next_node(fit, noffset, &ndepth)) { in fit_image_print()
1431 noffset = fdt_next_node(fit, images_noffset, &ndepth); in fit_all_image_verify()
1433 noffset = fdt_next_node(fit, noffset, &ndepth)) { in fit_all_image_verify()
1735 for (noffset = fdt_next_node(fit, confs_noffset, &ndepth); in fit_conf_find_compat()
1737 noffset = fdt_next_node(fit, noffset, &ndepth)) { in fit_conf_find_compat()