Home
last modified time | relevance | path

Searched refs:fdt_next_node (Results 1 – 18 of 18) sorted by relevance

/u-boot/arch/arm/mach-uniphier/
A Dbase-address.c34 for (offset = fdt_next_node(fdt, 0, NULL); in uniphier_base_address_get()
36 offset = fdt_next_node(fdt, offset, NULL)) { in uniphier_base_address_get()
/u-boot/scripts/dtc/libfdt/
A Dfdt_ro.c122 offset = fdt_next_node(fdt, offset, NULL); in fdt_find_max_phandle()
234 offset = fdt_next_node(fdt, offset, &depth)) in fdt_subnode_offset_namelen()
555 offset = fdt_next_node(fdt, offset, &depth)) { in fdt_get_path()
607 offset = fdt_next_node(fdt, offset, &depth)) { in fdt_supernode_atdepth_offset()
668 for (offset = fdt_next_node(fdt, startoffset, NULL); in fdt_node_offset_by_prop_value()
670 offset = fdt_next_node(fdt, offset, NULL)) { in fdt_node_offset_by_prop_value()
695 for (offset = fdt_next_node(fdt, -1, NULL); in fdt_node_offset_by_phandle()
697 offset = fdt_next_node(fdt, offset, NULL)) { in fdt_node_offset_by_phandle()
847 for (offset = fdt_next_node(fdt, startoffset, NULL); in fdt_node_offset_by_compatible()
849 offset = fdt_next_node(fdt, offset, NULL)) { in fdt_node_offset_by_compatible()
A Dfdt.c227 int fdt_next_node(const void *fdt, int offset, int *depth) in fdt_next_node() function
271 offset = fdt_next_node(fdt, offset, &depth); in fdt_first_subnode()
287 offset = fdt_next_node(fdt, offset, &depth); in fdt_next_subnode()
A Dfdt_wip.c78 offset = fdt_next_node(fdt, offset, &depth); in fdt_node_end_offset_()
A Dlibfdt.h148 int fdt_next_node(const void *fdt, int offset, int *depth);
/u-boot/common/
A Dupdate.c299 noffset = fdt_next_node(fit, images_noffset, &ndepth); in update_tftp()
338 noffset = fdt_next_node(fit, noffset, &ndepth); in update_tftp()
375 noffset = fdt_next_node(fit, images_noffset, &ndepth); in fit_update()
405 noffset = fdt_next_node(fit, noffset, &ndepth); in fit_update()
A Dimage-fit.c157 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()
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()
566 noffset = fdt_next_node(fit, noffset, &ndepth)) { in fit_image_print()
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()
[all …]
A Dfdt_support.c761 for (ndepth = 0, off = fdt_next_node(blob, parent_offset, &ndepth); in fdt_del_subnodes()
763 off = fdt_next_node(blob, off, &ndepth)) { in fdt_del_subnodes()
788 off = fdt_next_node(blob, parent_offset, &ndepth); in fdt_del_partitions()
834 off = fdt_next_node(blob, parent_offset, &ndepth); in fdt_node_set_part_info()
1448 for (offset = fdt_next_node(blob, -1, NULL); offset >= 0; in fdt_alloc_phandle()
1449 offset = fdt_next_node(blob, offset, NULL)) { in fdt_alloc_phandle()
/u-boot/arch/arm/mach-imx/imx8/
A Dfdt.c58 for (offset = fdt_next_node(blob, offset, &depth); offset > 0; in update_fdt_with_owned_resources()
59 offset = fdt_next_node(blob, offset, &depth)) { in update_fdt_with_owned_resources()
212 while ((offset = fdt_next_node(blob, offset, NULL)) > 0) { in config_smmu_fdt()
/u-boot/common/spl/
A Dspl_atf.c224 for (node = fdt_next_node(blob, parent, &ndepth); in spl_fit_images_find()
226 node = fdt_next_node(blob, node, &ndepth)) { in spl_fit_images_find()
/u-boot/arch/arm/mach-tegra/tegra20/
A Demc.c140 offset = fdt_next_node(blob, offset, &depth); in find_emc_tables()
/u-boot/test/dm/
A Dtest-main.c165 if (!gd->fdt_blob || fdt_next_node(gd->fdt_blob, 0, NULL) < 0) { in dm_test_main()
/u-boot/lib/rsa/
A Drsa-verify.c528 for (ndepth = 0, noffset = fdt_next_node(blob, sig_node, in rsa_verify_hash()
531 noffset = fdt_next_node(blob, noffset, &ndepth)) { in rsa_verify_hash()
/u-boot/lib/
A Dof_live.c214 *poffset = fdt_next_node(blob, *poffset, &depth); in unflatten_dt_node()
A Dfdtdec.c316 node = fdt_next_node(blob, node, depthp); in fdtdec_next_compatible_subnode()
/u-boot/cmd/
A Dfdt.c383 int nextNodeOffset = fdt_next_node( in do_fdt()
401 nextNodeOffset = fdt_next_node( in do_fdt()
/u-boot/tools/
A Dfit_image.c908 noffset = fdt_next_node(fit, images_noffset, &ndepth); in fit_extract_contents()
910 noffset = fdt_next_node(fit, noffset, &ndepth)) { in fit_extract_contents()
/u-boot/scripts/dtc/pylibfdt/
A Dlibfdt.i_shipped169 return check_err(fdt_next_node(self._fdt, nodeoffset, depth), quiet)
1067 /* typemaps used for fdt_next_node() */

Completed in 47 milliseconds