Home
last modified time | relevance | path

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

12

/trusted-firmware-a-3.6.0-3.5.0/lib/fconf/
Dfconf_amu_getter.c51 if ((value == NULL) && (len != -FDT_ERR_NOTFOUND)) { in fconf_populate_amu_cpu_amu()
55 if (len != -FDT_ERR_NOTFOUND) { in fconf_populate_amu_cpu_amu()
60 if ((node < 0) && (node != -FDT_ERR_NOTFOUND)) { in fconf_populate_amu_cpu_amu()
83 if (ret == -FDT_ERR_NOTFOUND) { in fconf_populate_amu_cpu()
Dfconf_dyn_cfg_getter.c149 if ((child < 0) && (child != -FDT_ERR_NOTFOUND)) { in fconf_populate_dtb_registry()
/trusted-firmware-a-3.6.0-3.5.0/lib/libfdt/
Dfdt_overlay.c73 if (ret < 0 && path_len == -FDT_ERR_NOTFOUND) in fdt_overlay_target_offset()
148 if (ret && ret != -FDT_ERR_NOTFOUND) in overlay_adjust_node_phandles()
152 if (ret && ret != -FDT_ERR_NOTFOUND) in overlay_adjust_node_phandles()
233 if (tree_len == -FDT_ERR_NOTFOUND) in overlay_update_local_node_references()
277 if (tree_child == -FDT_ERR_NOTFOUND) in overlay_update_local_node_references()
317 if (fixups == -FDT_ERR_NOTFOUND) in overlay_update_local_references()
379 return -FDT_ERR_NOTFOUND; in overlay_fixup_one_phandle()
382 if (fixup_off == -FDT_ERR_NOTFOUND) in overlay_fixup_one_phandle()
423 if (len == -FDT_ERR_NOTFOUND) in overlay_fixup_phandle()
502 if (fixups_off == -FDT_ERR_NOTFOUND) in overlay_fixup_phandles()
[all …]
Dfdt_addresses.c41 if (val == -FDT_ERR_NOTFOUND) in fdt_address_cells()
51 if (val == -FDT_ERR_NOTFOUND) in fdt_size_cells()
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_strerror.c22 FDT_ERRTABENT(FDT_ERR_NOTFOUND),
Dfdt.c278 return -FDT_ERR_NOTFOUND; in fdt_next_node()
293 return -FDT_ERR_NOTFOUND; in fdt_first_subnode()
309 return -FDT_ERR_NOTFOUND; in fdt_next_subnode()
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()
/trusted-firmware-a-3.6.0-3.5.0/plat/arm/common/fconf/
Dfconf_ethosn_getter.c81 int err = -FDT_ERR_NOTFOUND; in fdt_node_populate_sub_allocators()
123 if ((sub_node < 0) && (sub_node != -FDT_ERR_NOTFOUND)) { in fdt_node_populate_sub_allocators()
128 if (err == -FDT_ERR_NOTFOUND) { in fdt_node_populate_sub_allocators()
208 err = -FDT_ERR_NOTFOUND; in fdt_node_populate_core()
226 if (err != -FDT_ERR_NOTFOUND) { in fdt_node_populate_core()
240 if ((sub_node < 0) && (sub_node != -FDT_ERR_NOTFOUND)) { in fdt_node_populate_core()
347 if ((sub_node < 0) && (sub_node != -FDT_ERR_NOTFOUND)) { in fconf_populate_ethosn_config()
Darm_fconf_sp.c154 if ((sp_node < 0) && (sp_node != -FDT_ERR_NOTFOUND)) { in fconf_populate_arm_sp()
/trusted-firmware-a-3.6.0-3.5.0/plat/st/common/
Dstm32mp_dt.c105 return -FDT_ERR_NOTFOUND; in fdt_get_node_parent_address_cells()
123 return -FDT_ERR_NOTFOUND; in dt_set_stdout_pinctrl()
174 return -FDT_ERR_NOTFOUND; in dt_get_node()
192 return -FDT_ERR_NOTFOUND; in dt_get_stdout_uart_info()
224 return -FDT_ERR_NOTFOUND; in dt_match_instance_by_compatible()
379 return -FDT_ERR_NOTFOUND; in fdt_get_gpio_bank_pin_count()
/trusted-firmware-a-3.6.0-3.5.0/drivers/st/pmic/
Dstm32mp_pmic.c57 status = -FDT_ERR_NOTFOUND; in dt_pmic_status()
83 static int i2c_node = -FDT_ERR_NOTFOUND; in dt_pmic_i2c_config()
87 return -FDT_ERR_NOTFOUND; in dt_pmic_i2c_config()
90 if (i2c_node == -FDT_ERR_NOTFOUND) { in dt_pmic_i2c_config()
101 return -FDT_ERR_NOTFOUND; in dt_pmic_i2c_config()
111 return -FDT_ERR_NOTFOUND; in dt_pmic_i2c_config()
117 return -FDT_ERR_NOTFOUND; in dt_pmic_i2c_config()
489 return -FDT_ERR_NOTFOUND; in register_pmic()
/trusted-firmware-a-3.6.0-3.5.0/drivers/st/clk/
Dstm32mp_clkfunc.c37 return -FDT_ERR_NOTFOUND; in fdt_osc_read_freq()
188 return -FDT_ERR_NOTFOUND; in fdt_rcc_read_uint32_array()
210 return -FDT_ERR_NOTFOUND; in fdt_rcc_subnode_offset()
215 return -FDT_ERR_NOTFOUND; in fdt_rcc_subnode_offset()
286 return -FDT_ERR_NOTFOUND; in fdt_get_clock_id()
/trusted-firmware-a-3.6.0-3.5.0/drivers/st/gpio/
Dstm32_gpio.c79 return -FDT_ERR_NOTFOUND; in dt_set_gpio_config()
84 return -FDT_ERR_NOTFOUND; in dt_set_gpio_config()
164 return -FDT_ERR_NOTFOUND; in dt_set_gpio_config()
190 return -FDT_ERR_NOTFOUND; in dt_set_pinctrl_config()
195 return -FDT_ERR_NOTFOUND; in dt_set_pinctrl_config()
200 return -FDT_ERR_NOTFOUND; in dt_set_pinctrl_config()
208 return -FDT_ERR_NOTFOUND; in dt_set_pinctrl_config()
/trusted-firmware-a-3.6.0-3.5.0/drivers/st/uart/
Dstm32_uart.c322 return -FDT_ERR_NOTFOUND; in stm32_uart_init()
326 return -FDT_ERR_NOTFOUND; in stm32_uart_init()
330 if (uart_node == -FDT_ERR_NOTFOUND) { in stm32_uart_init()
331 return -FDT_ERR_NOTFOUND; in stm32_uart_init()
342 return -FDT_ERR_NOTFOUND; in stm32_uart_init()
/trusted-firmware-a-3.6.0-3.5.0/drivers/st/iwdg/
Dstm32_iwdg.c50 return -FDT_ERR_NOTFOUND; in stm32_iwdg_get_dt_node()
87 node != -FDT_ERR_NOTFOUND; in stm32_iwdg_init()
/trusted-firmware-a-3.6.0-3.5.0/common/
Dfdt_wrappers.c41 return -FDT_ERR_NOTFOUND; in fdt_read_uint32_array()
299 return -FDT_ERR_NOTFOUND; in fdt_get_reg_props_by_index()
351 return -FDT_ERR_NOTFOUND; in fdt_get_stdout_node_offset()
357 return -FDT_ERR_NOTFOUND; in fdt_get_stdout_node_offset()
376 return -FDT_ERR_NOTFOUND; in fdt_get_stdout_node_offset()
632 if (offset == -FDT_ERR_NOTFOUND) { in fdtw_find_or_add_subnode()
Dfdt_fixup.c141 if (offs == -FDT_ERR_NOTFOUND) in dt_update_one_cpu_node()
616 return -FDT_ERR_NOTFOUND; in fdt_set_mac_address()
/trusted-firmware-a-3.6.0-3.5.0/drivers/st/regulator/
Dregulator_fixed.c54 return -FDT_ERR_NOTFOUND; in fixed_regulator_register()
/trusted-firmware-a-3.6.0-3.5.0/drivers/st/mmc/
Dstm32_sdmmc2.c690 return -FDT_ERR_NOTFOUND; in stm32_sdmmc2_dt_get_config()
694 return -FDT_ERR_NOTFOUND; in stm32_sdmmc2_dt_get_config()
699 if (sdmmc_node == -FDT_ERR_NOTFOUND) { in stm32_sdmmc2_dt_get_config()
700 return -FDT_ERR_NOTFOUND; in stm32_sdmmc2_dt_get_config()
705 return -FDT_ERR_NOTFOUND; in stm32_sdmmc2_dt_get_config()
/trusted-firmware-a-3.6.0-3.5.0/drivers/st/crypto/
Dstm32_hash.c329 node != -FDT_ERR_NOTFOUND; in stm32_hash_register()
336 if (node == -FDT_ERR_NOTFOUND) { in stm32_hash_register()
Dstm32_pka.c269 return -FDT_ERR_NOTFOUND; in stm32_pka_parse_fdt()
275 return -FDT_ERR_NOTFOUND; in stm32_pka_parse_fdt()
279 return -FDT_ERR_NOTFOUND; in stm32_pka_parse_fdt()
Dstm32_saes.c151 return -FDT_ERR_NOTFOUND; in stm32_saes_parse_fdt()
157 return -FDT_ERR_NOTFOUND; in stm32_saes_parse_fdt()
161 return -FDT_ERR_NOTFOUND; in stm32_saes_parse_fdt()
/trusted-firmware-a-3.6.0-3.5.0/drivers/st/spi/
Dstm32_qspi.c456 return -FDT_ERR_NOTFOUND; in stm32_qspi_init()
462 return -FDT_ERR_NOTFOUND; in stm32_qspi_init()
466 return -FDT_ERR_NOTFOUND; in stm32_qspi_init()
/trusted-firmware-a-3.6.0-3.5.0/drivers/st/fmc/
Dstm32_fmc2_nand.c803 return -FDT_ERR_NOTFOUND; in stm32_fmc2_init()
812 return -FDT_ERR_NOTFOUND; in stm32_fmc2_init()
852 return -FDT_ERR_NOTFOUND; in stm32_fmc2_init()

12