Home
last modified time | relevance | path

Searched refs:FDT_ERR_NOTFOUND (Results 1 – 25 of 73) sorted by relevance

123

/OK3568_Linux_fs/u-boot/scripts/dtc/libfdt/
H A Dfdt_overlay.c82 if (ret < 0 && path_len == -FDT_ERR_NOTFOUND) in overlay_get_target()
157 if (ret && ret != -FDT_ERR_NOTFOUND) in overlay_adjust_node_phandles()
161 if (ret && ret != -FDT_ERR_NOTFOUND) in overlay_adjust_node_phandles()
241 if (tree_len == -FDT_ERR_NOTFOUND) in overlay_update_local_node_references()
285 if (tree_child == -FDT_ERR_NOTFOUND) in overlay_update_local_node_references()
325 if (fixups == -FDT_ERR_NOTFOUND) in overlay_update_local_references()
387 return -FDT_ERR_NOTFOUND; in overlay_fixup_one_phandle()
390 if (fixup_off == -FDT_ERR_NOTFOUND) in overlay_fixup_one_phandle()
431 if (len == -FDT_ERR_NOTFOUND) in overlay_fixup_phandle()
510 if (fixups_off == -FDT_ERR_NOTFOUND) in overlay_fixup_phandles()
[all …]
H A Dfdt_ro.c100 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()
H A Dfdt.c193 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()
H A Dfdt_strerror.c66 FDT_ERRTABENT(FDT_ERR_NOTFOUND),
/OK3568_Linux_fs/kernel/scripts/dtc/libfdt/
H A Dfdt_overlay.c88 if (ret < 0 && path_len == -FDT_ERR_NOTFOUND) in overlay_get_target()
163 if (ret && ret != -FDT_ERR_NOTFOUND) in overlay_adjust_node_phandles()
167 if (ret && ret != -FDT_ERR_NOTFOUND) in overlay_adjust_node_phandles()
248 if (tree_len == -FDT_ERR_NOTFOUND) in overlay_update_local_node_references()
292 if (tree_child == -FDT_ERR_NOTFOUND) in overlay_update_local_node_references()
332 if (fixups == -FDT_ERR_NOTFOUND) in overlay_update_local_references()
394 return -FDT_ERR_NOTFOUND; in overlay_fixup_one_phandle()
397 if (fixup_off == -FDT_ERR_NOTFOUND) in overlay_fixup_one_phandle()
438 if (len == -FDT_ERR_NOTFOUND) in overlay_fixup_phandle()
517 if (fixups_off == -FDT_ERR_NOTFOUND) in overlay_fixup_phandles()
[all …]
H A Dfdt_ro.c124 if (offset == -FDT_ERR_NOTFOUND) in fdt_find_max_phandle()
222 return -FDT_ERR_NOTFOUND; in nextprop_()
240 return -FDT_ERR_NOTFOUND; in fdt_subnode_offset_namelen()
586 if ((offset == -FDT_ERR_NOTFOUND) || (offset >= 0)) in fdt_get_path()
603 return -FDT_ERR_NOTFOUND; in fdt_supernode_atdepth_offset()
616 return -FDT_ERR_NOTFOUND; in fdt_supernode_atdepth_offset()
623 if ((offset == -FDT_ERR_NOTFOUND) || (offset >= 0)) in fdt_supernode_atdepth_offset()
775 return -FDT_ERR_NOTFOUND; in fdt_stringlist_search()
818 *lenp = -FDT_ERR_NOTFOUND; in fdt_stringlist_get()
852 if ((err < 0) && (err != -FDT_ERR_NOTFOUND)) in fdt_node_offset_by_compatible()
H A Dfdt_addresses.c41 if (val == -FDT_ERR_NOTFOUND) in fdt_address_cells()
51 if (val == -FDT_ERR_NOTFOUND) in fdt_size_cells()
H A Dfdt.c266 return -FDT_ERR_NOTFOUND; in fdt_next_node()
281 return -FDT_ERR_NOTFOUND; in fdt_first_subnode()
297 return -FDT_ERR_NOTFOUND; in fdt_next_subnode()
H A Dfdt_strerror.c22 FDT_ERRTABENT(FDT_ERR_NOTFOUND),
H A Dfdt_rw.c179 return -FDT_ERR_NOTFOUND; in fdt_del_mem_rsv()
267 if (err == -FDT_ERR_NOTFOUND) in fdt_setprop_placeholder()
348 else if (offset != -FDT_ERR_NOTFOUND) in fdt_add_subnode_namelen()
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc8xxx/
H A Dfdt.c25 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()
/OK3568_Linux_fs/u-boot/lib/libfdt/
H A Dfdt_ro.c59 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()
621 return -FDT_ERR_NOTFOUND; in fdt_stringlist_search()
664 *lenp = -FDT_ERR_NOTFOUND; in fdt_stringlist_get()
698 if ((err < 0) && (err != -FDT_ERR_NOTFOUND)) in fdt_node_offset_by_compatible()
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dmachine_kexec_file.c66 if (ret && ret != -FDT_ERR_NOTFOUND) in setup_dtb()
69 if (ret && ret != -FDT_ERR_NOTFOUND) in setup_dtb()
97 if (ret && (ret != -FDT_ERR_NOTFOUND)) in setup_dtb()
114 if (ret && (ret != -FDT_ERR_NOTFOUND)) in setup_dtb()
118 if (ret && (ret != -FDT_ERR_NOTFOUND)) in setup_dtb()
124 if (ret == -FDT_ERR_NOTFOUND) in setup_dtb()
/OK3568_Linux_fs/kernel/arch/mips/generic/
H A Dyamon-dt.c26 if (chosen_off == -FDT_ERR_NOTFOUND) in yamon_dt_append_cmdline()
123 if (mem_off == -FDT_ERR_NOTFOUND) in yamon_dt_append_memory()
217 if (chosen_off == -FDT_ERR_NOTFOUND) in yamon_dt_serial_config()
/OK3568_Linux_fs/u-boot/lib/
H A Dfdtdec.c359 return -FDT_ERR_NOTFOUND; in fdtdec_next_compatible_subnode()
379 return -FDT_ERR_NOTFOUND; in fdtdec_next_alias()
565 return -FDT_ERR_NOTFOUND; in fdtdec_get_chosen_node()
615 return -FDT_ERR_NOTFOUND; in fdtdec_lookup_phandle()
641 *err = -FDT_ERR_NOTFOUND; in get_prop_check_min_len()
675 return -FDT_ERR_NOTFOUND; in fdtdec_get_int_array_count()
972 return -FDT_ERR_NOTFOUND; in fdt_get_resource()
1180 if (ret == -FDT_ERR_NOTFOUND) { in fdtdec_setup_memory_banksize()
1185 if (mem == -FDT_ERR_NOTFOUND) in fdtdec_setup_memory_banksize()
1189 if (ret == -FDT_ERR_NOTFOUND) in fdtdec_setup_memory_banksize()
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dfdt.c49 while (off != -FDT_ERR_NOTFOUND) { in ft_fixup_cpu()
314 while (off != -FDT_ERR_NOTFOUND) { in ft_fixup_l2cache()
386 while (off != -FDT_ERR_NOTFOUND) { in ft_fixup_cache()
578 if (node == -FDT_ERR_NOTFOUND)
627 while (off != -FDT_ERR_NOTFOUND) {
/OK3568_Linux_fs/u-boot/common/spl/
H A Dspl_atf.c138 return -FDT_ERR_NOTFOUND; in spl_fit_images_find()
149 return -FDT_ERR_NOTFOUND; in spl_fit_images_find()
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dfdt.c85 while (off != -FDT_ERR_NOTFOUND) { in ft_fixup_cpu()
128 while (off != -FDT_ERR_NOTFOUND) { in fsl_fdt_disable_usb()
363 while (jr_node != -FDT_ERR_NOTFOUND) { in fdt_fixup_remove_jr()
/OK3568_Linux_fs/kernel/arch/powerpc/kexec/
H A Dfile_load.c171 if (chosen_node == -FDT_ERR_NOTFOUND) { in setup_new_fdt()
255 if (ret && ret != -FDT_ERR_NOTFOUND) { in setup_new_fdt()
/OK3568_Linux_fs/u-boot/common/
H A Dfdt_support.c125 if (offset == -FDT_ERR_NOTFOUND) in fdt_find_or_add_subnode()
423 while (off != -FDT_ERR_NOTFOUND) { in do_fixup_by_prop()
450 while (off != -FDT_ERR_NOTFOUND) { in do_fixup_by_compat()
1024 while (noff != -FDT_ERR_NOTFOUND) { in fdt_fixup_mtdparts()
1413 while (off != -FDT_ERR_NOTFOUND) { in fdt_node_offset_by_compat_reg()
1422 return -FDT_ERR_NOTFOUND; in fdt_node_offset_by_compat_reg()
1575 if (noff != -FDT_ERR_NOTFOUND) { in fdt_add_edid()
1721 return -FDT_ERR_NOTFOUND; in fdt_read_range()
1822 return -FDT_ERR_NOTFOUND; in fdt_fixup_display()
/OK3568_Linux_fs/kernel/arch/arm/boot/compressed/
H A Datags_to_fdt.c17 if (offset == -FDT_ERR_NOTFOUND) in node_offset()
55 if (offset == -FDT_ERR_NOTFOUND) in getprop()
/OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/
H A Dgpu.c44 while (offset != -FDT_ERR_NOTFOUND) { in tegra_gpu_enable_node()
/OK3568_Linux_fs/kernel/arch/arc/plat-hsdk/
H A Dplatform.c100 if (!prop && ret != -FDT_ERR_NOTFOUND) in hsdk_tweak_node_coherency()
103 dt_coh_set = ret != -FDT_ERR_NOTFOUND; in hsdk_tweak_node_coherency()
/OK3568_Linux_fs/u-boot/drivers/core/
H A Dof_extra.c22 return -FDT_ERR_NOTFOUND; in of_read_fmap_entry()
/OK3568_Linux_fs/u-boot/board/freescale/qemu-ppce500/
H A Dqemu-ppce500.c138 while (pci_node != -FDT_ERR_NOTFOUND) { in pci_init_board()
154 while (pci_node != -FDT_ERR_NOTFOUND) { in pci_init_board()

123