Searched refs:FDT_ERR_NOTFOUND (Results 1 – 12 of 12) 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()247 if (tree_len == -FDT_ERR_NOTFOUND) in overlay_update_local_node_references()331 if (fixups == -FDT_ERR_NOTFOUND) in overlay_update_local_references()393 return -FDT_ERR_NOTFOUND; in overlay_fixup_one_phandle()396 if (fixup_off == -FDT_ERR_NOTFOUND) in overlay_fixup_one_phandle()437 if (len == -FDT_ERR_NOTFOUND) in overlay_fixup_phandle()570 if (prop_len == -FDT_ERR_NOTFOUND) in overlay_apply_node()588 if (nnode == -FDT_ERR_NOTFOUND) in overlay_apply_node()632 if (overlay == -FDT_ERR_NOTFOUND) in overlay_merge()[all …]
113 if (offset == -FDT_ERR_NOTFOUND) in fdt_find_max_phandle()208 return -FDT_ERR_NOTFOUND; in nextprop_()226 return -FDT_ERR_NOTFOUND; in fdt_subnode_offset_namelen()565 if ((offset == -FDT_ERR_NOTFOUND) || (offset >= 0)) in fdt_get_path()582 return -FDT_ERR_NOTFOUND; in fdt_supernode_atdepth_offset()595 return -FDT_ERR_NOTFOUND; in fdt_supernode_atdepth_offset()601 if ((offset == -FDT_ERR_NOTFOUND) || (offset >= 0)) in fdt_supernode_atdepth_offset()751 return -FDT_ERR_NOTFOUND; in fdt_stringlist_search()794 *lenp = -FDT_ERR_NOTFOUND; in fdt_stringlist_get()828 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()
233 return -FDT_ERR_NOTFOUND; in fdt_next_node()248 return -FDT_ERR_NOTFOUND; in fdt_first_subnode()264 return -FDT_ERR_NOTFOUND; in fdt_next_subnode()
22 FDT_ERRTABENT(FDT_ERR_NOTFOUND),
165 return -FDT_ERR_NOTFOUND; in fdt_del_mem_rsv()252 if (err == -FDT_ERR_NOTFOUND) in fdt_setprop_placeholder()333 else if (offset != -FDT_ERR_NOTFOUND) in fdt_add_subnode_namelen()
351 return -FDT_ERR_NOTFOUND; in save_cpu_supply_name()355 return -FDT_ERR_NOTFOUND; in save_cpu_supply_name()359 return -FDT_ERR_NOTFOUND; in save_cpu_supply_name()473 return -FDT_ERR_NOTFOUND; in dt_pmic_i2c_config()481 return -FDT_ERR_NOTFOUND; in dt_pmic_i2c_config()489 return -FDT_ERR_NOTFOUND; in dt_pmic_i2c_config()493 return -FDT_ERR_NOTFOUND; in dt_pmic_i2c_config()
38 for (; node != -FDT_ERR_NOTFOUND; in find_jr_offset()126 for (; node != -FDT_ERR_NOTFOUND; in caam_hal_cfg_disable_jobring_dt()
214 return -FDT_ERR_NOTFOUND; in get_pinctrl_from_fdt()218 return -FDT_ERR_NOTFOUND; in get_pinctrl_from_fdt()315 return -FDT_ERR_NOTFOUND; in stm32_pinctrl_fdt_get_pinctrl()323 return -FDT_ERR_NOTFOUND; in stm32_pinctrl_fdt_get_pinctrl()
550 while (node != -FDT_ERR_NOTFOUND) { in get_info_from_device_tree()
1251 return -FDT_ERR_NOTFOUND; in fdt_stm32_cryp()1256 return -FDT_ERR_NOTFOUND; in fdt_stm32_cryp()1262 return -FDT_ERR_NOTFOUND; in fdt_stm32_cryp()1285 case -FDT_ERR_NOTFOUND: in stm32_cryp_driver_init()
16 #define FDT_ERR_NOTFOUND 1 macro
Completed in 41 milliseconds