Searched refs:FDT_ERR_NOTFOUND (Results 1 – 16 of 16) sorted by relevance
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 …]
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()
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()
66 FDT_ERRTABENT(FDT_ERR_NOTFOUND),
198 return -FDT_ERR_NOTFOUND; in fdt_del_mem_rsv()281 if (err == -FDT_ERR_NOTFOUND) in fdt_setprop_placeholder()362 else if (offset != -FDT_ERR_NOTFOUND) in fdt_add_subnode_namelen()
61 #define FDT_ERR_NOTFOUND 1 macro
30 if (chosen_off == -FDT_ERR_NOTFOUND) in yamon_dt_append_cmdline()127 if (mem_off == -FDT_ERR_NOTFOUND) in yamon_dt_append_memory()221 if (chosen_off == -FDT_ERR_NOTFOUND) in yamon_dt_serial_config()
111 if (uart_off != -FDT_ERR_NOTFOUND) { in remove_gic()
16 if (offset == -FDT_ERR_NOTFOUND) in node_offset()53 if (offset == -FDT_ERR_NOTFOUND) in getprop()
211 if (chosen_node == -FDT_ERR_NOTFOUND) { in setup_new_fdt()295 if (ret && ret != -FDT_ERR_NOTFOUND) { in setup_new_fdt()
757 if (chosen == -FDT_ERR_NOTFOUND) in disabled_on_cmdline()
32 && ((err) != -FDT_ERR_NOTFOUND) \
132 return prop == -FDT_ERR_NOTFOUND ? 0 : prop; in list_properties()
182 if (node == -FDT_ERR_NOTFOUND) { in create_paths()
345 if (chosen == -FDT_ERR_NOTFOUND) { in early_check_vec5()
411 if (offset < 0 && offset != -FDT_ERR_NOTFOUND) { in unflatten_dt_nodes()