Searched refs:FDT_ERR_NOTFOUND (Results 1 – 14 of 14) 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 …]
41 if (val == -FDT_ERR_NOTFOUND) in fdt_address_cells()51 if (val == -FDT_ERR_NOTFOUND) in fdt_size_cells()
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()
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()
46 return -FDT_ERR_NOTFOUND; in dt_i2c_bus_config()52 return -FDT_ERR_NOTFOUND; in dt_i2c_bus_config()56 return -FDT_ERR_NOTFOUND; in dt_i2c_bus_config()
38 for (; node != -FDT_ERR_NOTFOUND; in find_jr_offset()126 for (; node != -FDT_ERR_NOTFOUND; in caam_hal_cfg_disable_jobring_dt()
352 return -FDT_ERR_NOTFOUND; in save_cpu_supply_name()356 return -FDT_ERR_NOTFOUND; in save_cpu_supply_name()360 return -FDT_ERR_NOTFOUND; in save_cpu_supply_name()474 return -FDT_ERR_NOTFOUND; in dt_pmic_i2c_config()482 return -FDT_ERR_NOTFOUND; in dt_pmic_i2c_config()490 return -FDT_ERR_NOTFOUND; in dt_pmic_i2c_config()494 return -FDT_ERR_NOTFOUND; in dt_pmic_i2c_config()
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()
305 return -FDT_ERR_NOTFOUND; in _fdt_read_uint32_array()
1466 return -FDT_ERR_NOTFOUND; in clk_stm32_parse_oscillator_fdt()1479 return -FDT_ERR_NOTFOUND; in stm32_clk_parse_fdt_all_oscillator()1511 if (ret == -FDT_ERR_NOTFOUND) in clk_stm32_load_vco_config_fdt()1544 return -FDT_ERR_NOTFOUND; in clk_stm32_parse_pll_fdt()1548 return -FDT_ERR_NOTFOUND; in clk_stm32_parse_pll_fdt()1552 return -FDT_ERR_NOTFOUND; in clk_stm32_parse_pll_fdt()1556 return -FDT_ERR_NOTFOUND; in clk_stm32_parse_pll_fdt()1603 if (node == -FDT_ERR_NOTFOUND) in stm32_clk_parse_fdt_opp()1645 if (node == -FDT_ERR_NOTFOUND) in stm32_clk_parse_fdt_all_opp()
16 #define FDT_ERR_NOTFOUND 1 macro
Completed in 23 milliseconds