/external/dtc/tests/ |
D | nop_node.c | 64 if (subnode1_offset != -FDT_ERR_NOTFOUND) in main() 67 fdt_strerror(-FDT_ERR_NOTFOUND)); in main() 86 if (subnode1_offset != -FDT_ERR_NOTFOUND) in main() 89 fdt_strerror(-FDT_ERR_NOTFOUND)); in main() 92 if (subnode2_offset != -FDT_ERR_NOTFOUND) in main() 95 fdt_strerror(-FDT_ERR_NOTFOUND)); in main() 98 if (subsubnode2_offset != -FDT_ERR_NOTFOUND) in main() 101 fdt_strerror(-FDT_ERR_NOTFOUND)); in main()
|
D | node_offset_by_compatible.c | 70 check_search(fdt, "test_tree1", 0, -FDT_ERR_NOTFOUND); in main() 71 check_search(fdt, "subnode1", subnode1_offset, -FDT_ERR_NOTFOUND); in main() 72 check_search(fdt, "subsubnode1", subsubnode1_offset, -FDT_ERR_NOTFOUND); in main() 73 check_search(fdt, "subsubnode2", subsubnode2_offset, -FDT_ERR_NOTFOUND); in main() 78 subsubnode2_offset, -FDT_ERR_NOTFOUND); in main() 81 subsubnode1_offset, -FDT_ERR_NOTFOUND); in main() 82 check_search(fdt, "nothing-like-this", -FDT_ERR_NOTFOUND); in main()
|
D | del_node.c | 69 if (subnode1_offset != -FDT_ERR_NOTFOUND) in main() 72 fdt_strerror(-FDT_ERR_NOTFOUND)); in main() 91 if (subnode1_offset != -FDT_ERR_NOTFOUND) in main() 94 fdt_strerror(-FDT_ERR_NOTFOUND)); in main() 97 if (subnode2_offset != -FDT_ERR_NOTFOUND) in main() 100 fdt_strerror(-FDT_ERR_NOTFOUND)); in main() 103 if (subsubnode2_offset != -FDT_ERR_NOTFOUND) in main() 106 fdt_strerror(-FDT_ERR_NOTFOUND)); in main()
|
D | node_offset_by_prop_value.c | 96 subsubnode1_offset, -FDT_ERR_NOTFOUND); in main() 99 subsubnode2_offset, -FDT_ERR_NOTFOUND); in main() 101 check_search_str(fdt, "prop-str", TEST_STRING_1, 0, -FDT_ERR_NOTFOUND); in main() 103 check_search_str(fdt, "prop-str", "no such string", -FDT_ERR_NOTFOUND); in main() 105 check_search_cell(fdt, "prop-int", TEST_VALUE_1+1, -FDT_ERR_NOTFOUND); in main() 107 check_search(fdt, "no-such-prop", NULL, 0, -FDT_ERR_NOTFOUND); in main()
|
D | path_offset.c | 130 check_path_offset_namelen(fdt, "/subnode@2TRAILINGGARBAGE", 11, -FDT_ERR_NOTFOUND); in main() 132 check_path_offset_namelen(fdt, "/subnode@2/subsubnode@0/more", 22, -FDT_ERR_NOTFOUND); in main() 134 check_path_offset_namelen(fdt, "/subnode@2/subsubnode@0/more", 25, -FDT_ERR_NOTFOUND); in main()
|
D | nop_property.c | 53 if (lenerr != -FDT_ERR_NOTFOUND) in main() 66 if (lenerr != -FDT_ERR_NOTFOUND) in main()
|
D | del_property.c | 57 if (lenerr != -FDT_ERR_NOTFOUND) in main() 71 if (lenerr != -FDT_ERR_NOTFOUND) in main()
|
D | subnode_offset.c | 89 if (ss21_off != -FDT_ERR_NOTFOUND) in main() 93 if (ss12_off != -FDT_ERR_NOTFOUND) in main()
|
D | dtb_reverse.c | 73 else if (offset != -FDT_ERR_NOTFOUND) in reverse_properties() 121 else if (offset != -FDT_ERR_NOTFOUND) in reverse_node()
|
D | dtbs_equal_unordered.c | 126 if (len2 == -FDT_ERR_NOTFOUND) in compare_properties() 166 if (coffset2 == -FDT_ERR_NOTFOUND) in compare_subnodes()
|
/external/dtc/libfdt/ |
D | fdt_overlay.c | 76 if (path_len == -FDT_ERR_NOTFOUND) in overlay_get_target() 146 if (ret && ret != -FDT_ERR_NOTFOUND) in overlay_adjust_node_phandles() 150 if (ret && ret != -FDT_ERR_NOTFOUND) in overlay_adjust_node_phandles() 230 if (tree_len == -FDT_ERR_NOTFOUND) in overlay_update_local_node_references() 274 if (tree_child == -FDT_ERR_NOTFOUND) in overlay_update_local_node_references() 314 if (fixups == -FDT_ERR_NOTFOUND) in overlay_update_local_references() 376 return -FDT_ERR_NOTFOUND; in overlay_fixup_one_phandle() 379 if (fixup_off == -FDT_ERR_NOTFOUND) in overlay_fixup_one_phandle() 420 if (len == -FDT_ERR_NOTFOUND) in overlay_fixup_phandle() 499 if (fixups_off == -FDT_ERR_NOTFOUND) in overlay_fixup_phandles() [all …]
|
D | fdt_ro.c | 100 if (offset == -FDT_ERR_NOTFOUND) in fdt_get_max_phandle() 155 return -FDT_ERR_NOTFOUND; in _nextprop() 173 return -FDT_ERR_NOTFOUND; in fdt_subnode_offset_namelen() 433 if ((offset == -FDT_ERR_NOTFOUND) || (offset >= 0)) in fdt_get_path() 450 return -FDT_ERR_NOTFOUND; in fdt_supernode_atdepth_offset() 463 return -FDT_ERR_NOTFOUND; in fdt_supernode_atdepth_offset() 469 if ((offset == -FDT_ERR_NOTFOUND) || (offset >= 0)) in fdt_supernode_atdepth_offset() 619 return -FDT_ERR_NOTFOUND; in fdt_stringlist_search() 662 *lenp = -FDT_ERR_NOTFOUND; in fdt_stringlist_get() 696 if ((err < 0) && (err != -FDT_ERR_NOTFOUND)) in fdt_node_offset_by_compatible()
|
D | fdt.c | 193 return -FDT_ERR_NOTFOUND; in fdt_next_node() 208 return -FDT_ERR_NOTFOUND; in fdt_first_subnode() 224 return -FDT_ERR_NOTFOUND; in fdt_next_subnode()
|
/external/u-boot/scripts/dtc/libfdt/ |
D | fdt_overlay.c | 133 if (ret < 0 && path_len == -FDT_ERR_NOTFOUND) in overlay_get_target() 208 if (ret && ret != -FDT_ERR_NOTFOUND) in overlay_adjust_node_phandles() 212 if (ret && ret != -FDT_ERR_NOTFOUND) in overlay_adjust_node_phandles() 292 if (tree_len == -FDT_ERR_NOTFOUND) in overlay_update_local_node_references() 336 if (tree_child == -FDT_ERR_NOTFOUND) in overlay_update_local_node_references() 376 if (fixups == -FDT_ERR_NOTFOUND) in overlay_update_local_references() 438 return -FDT_ERR_NOTFOUND; in overlay_fixup_one_phandle() 441 if (fixup_off == -FDT_ERR_NOTFOUND) in overlay_fixup_one_phandle() 482 if (len == -FDT_ERR_NOTFOUND) in overlay_fixup_phandle() 561 if (fixups_off == -FDT_ERR_NOTFOUND) in overlay_fixup_phandles() [all …]
|
D | fdt_ro.c | 101 if (offset == -FDT_ERR_NOTFOUND) in fdt_get_max_phandle() 156 return -FDT_ERR_NOTFOUND; in nextprop_() 174 return -FDT_ERR_NOTFOUND; in fdt_subnode_offset_namelen() 503 if ((offset == -FDT_ERR_NOTFOUND) || (offset >= 0)) in fdt_get_path() 520 return -FDT_ERR_NOTFOUND; in fdt_supernode_atdepth_offset() 533 return -FDT_ERR_NOTFOUND; in fdt_supernode_atdepth_offset() 539 if ((offset == -FDT_ERR_NOTFOUND) || (offset >= 0)) in fdt_supernode_atdepth_offset() 689 return -FDT_ERR_NOTFOUND; in fdt_stringlist_search() 732 *lenp = -FDT_ERR_NOTFOUND; in fdt_stringlist_get() 766 if ((err < 0) && (err != -FDT_ERR_NOTFOUND)) in fdt_node_offset_by_compatible()
|
D | fdt.c | 196 return -FDT_ERR_NOTFOUND; in fdt_next_node() 211 return -FDT_ERR_NOTFOUND; in fdt_first_subnode() 227 return -FDT_ERR_NOTFOUND; in fdt_next_subnode()
|
/external/u-boot/arch/powerpc/cpu/mpc8xxx/ |
D | fdt.c | 25 int off, ret = -FDT_ERR_NOTFOUND; in ft_del_cpuhandle() 32 while (off != -FDT_ERR_NOTFOUND) { in ft_del_cpuhandle() 49 while (off != -FDT_ERR_NOTFOUND) { in ft_fixup_num_cores() 57 if (-FDT_ERR_NOTFOUND == ft_del_cpuhandle(blob, ph)) { in ft_fixup_num_cores()
|
/external/u-boot/lib/libfdt/ |
D | fdt_ro.c | 59 if (offset == -FDT_ERR_NOTFOUND) in fdt_get_max_phandle() 114 return -FDT_ERR_NOTFOUND; in _nextprop() 132 return -FDT_ERR_NOTFOUND; in fdt_subnode_offset_namelen() 412 if ((offset == -FDT_ERR_NOTFOUND) || (offset >= 0)) in fdt_get_path() 429 return -FDT_ERR_NOTFOUND; in fdt_supernode_atdepth_offset() 442 return -FDT_ERR_NOTFOUND; in fdt_supernode_atdepth_offset() 448 if ((offset == -FDT_ERR_NOTFOUND) || (offset >= 0)) in fdt_supernode_atdepth_offset() 598 return -FDT_ERR_NOTFOUND; in fdt_stringlist_search() 641 *lenp = -FDT_ERR_NOTFOUND; in fdt_stringlist_get() 675 if ((err < 0) && (err != -FDT_ERR_NOTFOUND)) in fdt_node_offset_by_compatible()
|
/external/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ |
D | fdt.c | 59 while (off != -FDT_ERR_NOTFOUND) { in ft_fixup_cpu() 113 while (off != -FDT_ERR_NOTFOUND) { in ft_fixup_cpu() 156 while (off != -FDT_ERR_NOTFOUND) { in fsl_fdt_disable_usb() 391 while (jr_node != -FDT_ERR_NOTFOUND) { in fdt_fixup_remove_jr()
|
/external/u-boot/lib/ |
D | fdtdec.c | 369 return -FDT_ERR_NOTFOUND; in fdtdec_next_compatible_subnode() 389 return -FDT_ERR_NOTFOUND; in fdtdec_next_alias() 577 return -FDT_ERR_NOTFOUND; in fdtdec_get_chosen_node() 627 return -FDT_ERR_NOTFOUND; in fdtdec_lookup_phandle() 654 *err = -FDT_ERR_NOTFOUND; in get_prop_check_min_len() 690 return -FDT_ERR_NOTFOUND; in fdtdec_get_int_array_count() 988 return -FDT_ERR_NOTFOUND; in fdt_get_resource() 1196 if (ret == -FDT_ERR_NOTFOUND) { in fdtdec_setup_memory_banksize() 1201 if (mem == -FDT_ERR_NOTFOUND) in fdtdec_setup_memory_banksize() 1205 if (ret == -FDT_ERR_NOTFOUND) in fdtdec_setup_memory_banksize()
|
/external/u-boot/common/spl/ |
D | spl_atf.c | 112 return -FDT_ERR_NOTFOUND; in spl_fit_images_find_uboot() 128 return -FDT_ERR_NOTFOUND; in spl_fit_images_find_uboot()
|
/external/u-boot/arch/powerpc/cpu/mpc85xx/ |
D | fdt.c | 50 while (off != -FDT_ERR_NOTFOUND) { in ft_fixup_cpu() 315 while (off != -FDT_ERR_NOTFOUND) { in ft_fixup_l2cache() 387 while (off != -FDT_ERR_NOTFOUND) { in ft_fixup_cache() 579 if (node == -FDT_ERR_NOTFOUND) 628 while (off != -FDT_ERR_NOTFOUND) {
|
/external/u-boot/common/ |
D | fdt_support.c | 116 if (offset == -FDT_ERR_NOTFOUND) in fdt_find_or_add_subnode() 342 while (off != -FDT_ERR_NOTFOUND) { in do_fixup_by_prop() 369 while (off != -FDT_ERR_NOTFOUND) { in do_fixup_by_compat() 909 while (noff != -FDT_ERR_NOTFOUND) { in fdt_fixup_mtdparts() 1298 while (off != -FDT_ERR_NOTFOUND) { in fdt_node_offset_by_compat_reg() 1307 return -FDT_ERR_NOTFOUND; in fdt_node_offset_by_compat_reg() 1460 if (noff != -FDT_ERR_NOTFOUND) { in fdt_add_edid() 1606 return -FDT_ERR_NOTFOUND; in fdt_read_range() 1707 return -FDT_ERR_NOTFOUND; in fdt_fixup_display()
|
/external/u-boot/arch/arm/mach-tegra/ |
D | gpu.c | 43 while (offset != -FDT_ERR_NOTFOUND) { in tegra_gpu_enable_node()
|
/external/u-boot/drivers/core/ |
D | of_extra.c | 21 return -FDT_ERR_NOTFOUND; in of_read_fmap_entry()
|