Searched refs:FDT_ERR_NOTFOUND (Results 1 – 21 of 21) sorted by relevance
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()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()571 if (prop_len == -FDT_ERR_NOTFOUND) in overlay_apply_node()589 if (nnode == -FDT_ERR_NOTFOUND) in overlay_apply_node()633 if (overlay == -FDT_ERR_NOTFOUND) in overlay_merge()[all …]
124 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()
41 if (val == -FDT_ERR_NOTFOUND) in fdt_address_cells()51 if (val == -FDT_ERR_NOTFOUND) in fdt_size_cells()
274 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()
22 FDT_ERRTABENT(FDT_ERR_NOTFOUND),
179 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()
21 #define FDT_ERR_NOTFOUND 1 macro
297 if (chosen_node == -FDT_ERR_NOTFOUND) in of_kexec_alloc_and_setup_fdt()306 if (ret && ret != -FDT_ERR_NOTFOUND) in of_kexec_alloc_and_setup_fdt()309 if (ret && ret != -FDT_ERR_NOTFOUND) in of_kexec_alloc_and_setup_fdt()358 if (ret && (ret != -FDT_ERR_NOTFOUND)) in of_kexec_alloc_and_setup_fdt()362 if (ret && (ret != -FDT_ERR_NOTFOUND)) in of_kexec_alloc_and_setup_fdt()398 if (ret && (ret != -FDT_ERR_NOTFOUND)) in of_kexec_alloc_and_setup_fdt()404 if (ret == -FDT_ERR_NOTFOUND) in of_kexec_alloc_and_setup_fdt()
334 if (offset < 0 && offset != -FDT_ERR_NOTFOUND) { in unflatten_dt_nodes()
26 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()
107 if (uart_off != -FDT_ERR_NOTFOUND) { in remove_gic()
17 if (offset == -FDT_ERR_NOTFOUND) in node_offset()55 if (offset == -FDT_ERR_NOTFOUND) in getprop()
100 if (!prop && ret != -FDT_ERR_NOTFOUND) in hsdk_tweak_node_coherency()103 dt_coh_set = ret != -FDT_ERR_NOTFOUND; in hsdk_tweak_node_coherency()
18 && ((err) != -FDT_ERR_NOTFOUND) \
40 if (dn == -FDT_ERR_NOTFOUND) in opal_fadump_dt_scan()636 if (dn == -FDT_ERR_NOTFOUND) { in opal_fadump_dt_scan()
118 return prop == -FDT_ERR_NOTFOUND ? 0 : prop; in list_properties()
168 if (node == -FDT_ERR_NOTFOUND) { in create_paths()
404 if (chosen == -FDT_ERR_NOTFOUND) { in early_check_vec5()
661 if (node == -FDT_ERR_NOTFOUND) in update_usable_mem_fdt()994 if (cpus_offset < 0 && cpus_offset != -FDT_ERR_NOTFOUND) { in update_cpus_node()
752 if (chosen == -FDT_ERR_NOTFOUND) in get_vec5_feature()
817 if (chosen == -FDT_ERR_NOTFOUND) in disabled_on_cmdline()
Completed in 29 milliseconds