Lines Matching refs:fdt_next_node
143 noffset = fdt_next_node(fit, images_noffset, &ndepth); in fit_get_subimage_count()
145 noffset = fdt_next_node(fit, noffset, &ndepth)) { in fit_get_subimage_count()
210 noffset = fdt_next_node(fit, images_noffset, &ndepth); in fit_print_contents()
212 noffset = fdt_next_node(fit, noffset, &ndepth)) { in fit_print_contents()
240 noffset = fdt_next_node(fit, confs_noffset, &ndepth); in fit_print_contents()
242 noffset = fdt_next_node(fit, noffset, &ndepth)) { in fit_print_contents()
461 for (ndepth = 0, noffset = fdt_next_node(fit, image_noffset, &ndepth); in fit_image_print()
463 noffset = fdt_next_node(fit, noffset, &ndepth)) { in fit_image_print()
1534 noffset = fdt_next_node(fit, images_noffset, &ndepth); in fit_all_image_verify()
1536 noffset = fdt_next_node(fit, noffset, &ndepth)) { in fit_all_image_verify()
1853 for (noffset = fdt_next_node(fit, confs_noffset, &ndepth); in fit_conf_find_compat()
1855 noffset = fdt_next_node(fit, noffset, &ndepth)) { in fit_conf_find_compat()