Home
last modified time | relevance | path

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

/linux-6.1.9/scripts/dtc/libfdt/
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 …]
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()
Dfdt_addresses.c41 if (val == -FDT_ERR_NOTFOUND) in fdt_address_cells()
51 if (val == -FDT_ERR_NOTFOUND) in fdt_size_cells()
Dfdt.c274 return -FDT_ERR_NOTFOUND; in fdt_next_node()
289 return -FDT_ERR_NOTFOUND; in fdt_first_subnode()
305 return -FDT_ERR_NOTFOUND; in fdt_next_subnode()
Dfdt_strerror.c22 FDT_ERRTABENT(FDT_ERR_NOTFOUND),
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()
Dlibfdt.h21 #define FDT_ERR_NOTFOUND 1 macro
/linux-6.1.9/drivers/of/
Dkexec.c311 if (chosen_node == -FDT_ERR_NOTFOUND) in of_kexec_alloc_and_setup_fdt()
320 if (ret && ret != -FDT_ERR_NOTFOUND) in of_kexec_alloc_and_setup_fdt()
323 if (ret && ret != -FDT_ERR_NOTFOUND) in of_kexec_alloc_and_setup_fdt()
372 if (ret && (ret != -FDT_ERR_NOTFOUND)) in of_kexec_alloc_and_setup_fdt()
376 if (ret && (ret != -FDT_ERR_NOTFOUND)) in of_kexec_alloc_and_setup_fdt()
421 if (ret && (ret != -FDT_ERR_NOTFOUND)) in of_kexec_alloc_and_setup_fdt()
427 if (ret == -FDT_ERR_NOTFOUND) in of_kexec_alloc_and_setup_fdt()
Dfdt.c335 if (offset < 0 && offset != -FDT_ERR_NOTFOUND) { in unflatten_dt_nodes()
966 static unsigned long chosen_node_offset = -FDT_ERR_NOTFOUND;
/linux-6.1.9/arch/mips/generic/
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()
Dboard-sead3.c107 if (uart_off != -FDT_ERR_NOTFOUND) { in remove_gic()
/linux-6.1.9/arch/arm/boot/compressed/
Datags_to_fdt.c17 if (offset == -FDT_ERR_NOTFOUND) in node_offset()
55 if (offset == -FDT_ERR_NOTFOUND) in getprop()
/linux-6.1.9/arch/arc/plat-hsdk/
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()
/linux-6.1.9/arch/powerpc/boot/
Dlibfdt-wrapper.c18 && ((err) != -FDT_ERR_NOTFOUND) \
/linux-6.1.9/arch/powerpc/kexec/
Dfile_load_64.c662 if (node == -FDT_ERR_NOTFOUND) in update_usable_mem_fdt()
995 if (cpus_offset < 0 && cpus_offset != -FDT_ERR_NOTFOUND) { in update_cpus_node()
1056 return -FDT_ERR_NOTFOUND; in copy_property()
/linux-6.1.9/scripts/dtc/
Dfdtget.c118 return prop == -FDT_ERR_NOTFOUND ? 0 : prop; in list_properties()
Dfdtput.c168 if (node == -FDT_ERR_NOTFOUND) { in create_paths()
/linux-6.1.9/arch/powerpc/platforms/powernv/
Dopal-fadump.c40 if (dn == -FDT_ERR_NOTFOUND) in opal_fadump_dt_scan()
646 if (dn == -FDT_ERR_NOTFOUND) { in opal_fadump_dt_scan()
/linux-6.1.9/arch/powerpc/mm/
Dinit_64.c411 if (chosen == -FDT_ERR_NOTFOUND) { in early_check_vec5()
/linux-6.1.9/arch/powerpc/sysdev/xive/
Dspapr.c771 if (chosen == -FDT_ERR_NOTFOUND) in get_vec5_feature()
/linux-6.1.9/arch/powerpc/kernel/
Ddt_cpu_ftrs.c827 if (chosen == -FDT_ERR_NOTFOUND) in disabled_on_cmdline()