| /u-boot/arch/arm/mach-uniphier/ |
| A D | base-address.c | 34 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 D | fdt_ro.c | 122 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 D | fdt.c | 227 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 D | fdt_wip.c | 78 offset = fdt_next_node(fdt, offset, &depth); in fdt_node_end_offset_()
|
| A D | libfdt.h | 148 int fdt_next_node(const void *fdt, int offset, int *depth);
|
| /u-boot/common/ |
| A D | update.c | 277 noffset = fdt_next_node(fit, images_noffset, &ndepth); in update_tftp() 316 noffset = fdt_next_node(fit, noffset, &ndepth); in update_tftp() 353 noffset = fdt_next_node(fit, images_noffset, &ndepth); in fit_update() 383 noffset = fdt_next_node(fit, noffset, &ndepth); in fit_update()
|
| A D | fdt_support.c | 832 for (ndepth = 0, off = fdt_next_node(blob, parent_offset, &ndepth); in fdt_del_subnodes() 834 off = fdt_next_node(blob, off, &ndepth)) { in fdt_del_subnodes() 859 off = fdt_next_node(blob, parent_offset, &ndepth); in fdt_del_partitions() 905 off = fdt_next_node(blob, parent_offset, &ndepth); in fdt_node_set_part_info()
|
| /u-boot/arch/arm/mach-imx/imx8/ |
| A D | fdt.c | 58 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/boot/ |
| A D | image-fit.c | 163 noffset = fdt_next_node(fit, images_noffset, &ndepth); in fit_get_subimage_count() 165 noffset = fdt_next_node(fit, noffset, &ndepth)) { in fit_get_subimage_count() 350 noffset = fdt_next_node(fit, noffset, &ndepth)) { in fit_conf_print() 416 noffset = fdt_next_node(fit, images_noffset, &ndepth); in fit_print_contents() 418 noffset = fdt_next_node(fit, noffset, &ndepth)) { in fit_print_contents() 446 noffset = fdt_next_node(fit, confs_noffset, &ndepth); in fit_print_contents() 448 noffset = fdt_next_node(fit, noffset, &ndepth)) { in fit_print_contents() 577 noffset = fdt_next_node(fit, noffset, &ndepth)) { in fit_image_print() 1485 noffset = fdt_next_node(fit, noffset, &ndepth)) { in fit_all_image_verify() 1748 for (noffset = fdt_next_node(fit, confs_noffset, &ndepth); in fit_conf_find_compat() [all …]
|
| /u-boot/common/spl/ |
| A D | spl_atf.c | 224 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/mips/mach-octeon/ |
| A D | octeon_fdt.c | 198 for (offset = fdt_next_node(fdt, offset, NULL); offset >= 0; offset = next_offset) { in __octeon_fdt_patch_rename() 203 next_offset = fdt_next_node(fdt, offset, NULL); in __octeon_fdt_patch_rename() 253 for (offset = fdt_next_node(fdt, offset, NULL); offset >= 0; offset = next_offset) { in __octeon_fdt_patch_rename() 257 next_offset = fdt_next_node(fdt, offset, NULL); in __octeon_fdt_patch_rename()
|
| /u-boot/arch/arm/mach-tegra/tegra20/ |
| A D | emc.c | 140 offset = fdt_next_node(blob, offset, &depth); in find_emc_tables()
|
| /u-boot/lib/rsa/ |
| A D | rsa-verify.c | 543 for (ndepth = 0, noffset = fdt_next_node(blob, sig_node, in rsa_verify_hash() 546 noffset = fdt_next_node(blob, noffset, &ndepth)) { in rsa_verify_hash()
|
| /u-boot/board/Marvell/octeon_ebb7304/ |
| A D | board.c | 243 for (node = fdt_next_node(fdt, -1, NULL); node >= 0; node = next_node) { in fdt_fix_mix() 247 next_node = fdt_next_node(fdt, node, NULL); in fdt_fix_mix()
|
| /u-boot/lib/ |
| A D | of_live.c | 219 *poffset = fdt_next_node(blob, *poffset, &depth); in unflatten_dt_node()
|
| A D | fdtdec.c | 331 node = fdt_next_node(blob, node, depthp); in fdtdec_next_compatible_subnode()
|
| /u-boot/cmd/ |
| A D | fdt.c | 433 int nextNodeOffset = fdt_next_node( in do_fdt() 452 nextNodeOffset = fdt_next_node( in do_fdt()
|
| /u-boot/tools/ |
| A D | fit_image.c | 906 noffset = fdt_next_node(fit, images_noffset, &ndepth); in fit_extract_contents() 908 noffset = fdt_next_node(fit, noffset, &ndepth)) { in fit_extract_contents()
|
| /u-boot/test/ |
| A D | test-main.c | 610 if (!gd->fdt_blob || fdt_next_node(gd->fdt_blob, 0, NULL) < 0) { in ut_run_list()
|
| /u-boot/scripts/dtc/pylibfdt/ |
| A D | libfdt.i_shipped | 173 return check_err(fdt_next_node(self._fdt, nodeoffset, depth), quiet) 1071 /* typemaps used for fdt_next_node() */
|