Searched refs:FDT_ERR_NOTFOUND (Results 1 - 25 of 55) sorted by relevance

123

/u-boot/arch/powerpc/cpu/mpc8xxx/
H A Dfdt.c23 int off, ret = -FDT_ERR_NOTFOUND;
30 while (off != -FDT_ERR_NOTFOUND) {
47 while (off != -FDT_ERR_NOTFOUND) {
55 if (-FDT_ERR_NOTFOUND == ft_del_cpuhandle(blob, ph)) {
/u-boot/scripts/dtc/libfdt/
H A Dfdt_overlay.c88 if (ret < 0 && path_len == -FDT_ERR_NOTFOUND)
163 if (ret && ret != -FDT_ERR_NOTFOUND)
167 if (ret && ret != -FDT_ERR_NOTFOUND)
248 if (tree_len == -FDT_ERR_NOTFOUND)
292 if (tree_child == -FDT_ERR_NOTFOUND)
332 if (fixups == -FDT_ERR_NOTFOUND)
394 return -FDT_ERR_NOTFOUND;
397 if (fixup_off == -FDT_ERR_NOTFOUND)
438 if (len == -FDT_ERR_NOTFOUND)
517 if (fixups_off == -FDT_ERR_NOTFOUND)
[all...]
H A Dfdt_strerror.c22 FDT_ERRTABENT(FDT_ERR_NOTFOUND),
H A Dfdt_addresses.c41 if (val == -FDT_ERR_NOTFOUND)
51 if (val == -FDT_ERR_NOTFOUND)
H A Dfdt_ro.c124 if (offset == -FDT_ERR_NOTFOUND)
222 return -FDT_ERR_NOTFOUND;
240 return -FDT_ERR_NOTFOUND;
586 if ((offset == -FDT_ERR_NOTFOUND) || (offset >= 0))
603 return -FDT_ERR_NOTFOUND;
616 return -FDT_ERR_NOTFOUND;
623 if ((offset == -FDT_ERR_NOTFOUND) || (offset >= 0))
774 return -FDT_ERR_NOTFOUND;
817 *lenp = -FDT_ERR_NOTFOUND;
851 if ((err < 0) && (err != -FDT_ERR_NOTFOUND))
[all...]
H A Dfdt.c258 return -FDT_ERR_NOTFOUND;
273 return -FDT_ERR_NOTFOUND;
289 return -FDT_ERR_NOTFOUND;
H A Dfdt_rw.c180 return -FDT_ERR_NOTFOUND;
268 if (err == -FDT_ERR_NOTFOUND)
349 else if (offset != -FDT_ERR_NOTFOUND)
/u-boot/lib/aes/
H A Daes-encrypt.c89 if (parent == -FDT_ERR_NOTFOUND) {
112 if (node == -FDT_ERR_NOTFOUND) {
/u-boot/arch/arm/mach-tegra/
H A Ddt-setup.c98 if (err != -FDT_ERR_NOTFOUND)
172 if (err != -FDT_ERR_NOTFOUND)
/u-boot/board/xen/xenguest_arm64/
H A Dxenguest_arm64.c240 if (ret == -FDT_ERR_NOTFOUND) {
243 if (mem == -FDT_ERR_NOTFOUND)
247 if (ret == -FDT_ERR_NOTFOUND)
/u-boot/board/andestech/ae350/
H A Dae350.c118 return -FDT_ERR_NOTFOUND;
/u-boot/common/spl/
H A Dspl_atf.c222 return -FDT_ERR_NOTFOUND;
238 return -FDT_ERR_NOTFOUND;
/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dfdt.c70 while (off != -FDT_ERR_NOTFOUND) {
124 while (off != -FDT_ERR_NOTFOUND) {
400 while (jr_node != -FDT_ERR_NOTFOUND) {
425 if (off != -FDT_ERR_NOTFOUND)
430 if (off != -FDT_ERR_NOTFOUND)
/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dfdt.c54 while (off != -FDT_ERR_NOTFOUND) {
317 while (off != -FDT_ERR_NOTFOUND) {
389 while (off != -FDT_ERR_NOTFOUND) {
580 if (node == -FDT_ERR_NOTFOUND)
629 while (off != -FDT_ERR_NOTFOUND) {
/u-boot/boot/
H A Dfdt_region.c246 return -FDT_ERR_NOTFOUND;
253 if (node_end == -FDT_ERR_NOTFOUND)
701 return info->count > 0 ? 0 : -FDT_ERR_NOTFOUND;
/u-boot/lib/efi_loader/
H A Defi_dt_fixup.c71 if (err < 0 && err != -FDT_ERR_NOTFOUND)
/u-boot/board/cssi/common/
H A Dcommon.c63 while (off != -FDT_ERR_NOTFOUND) {
/u-boot/drivers/crypto/fsl/
H A Dsec.c43 if (crypto_node == -FDT_ERR_NOTFOUND)
/u-boot/drivers/xen/
H A Dgnttab.c152 if (mem == -FDT_ERR_NOTFOUND) {
/u-boot/arch/arm/cpu/armv7/ls102xa/
H A Dfdt.c102 while (off != -FDT_ERR_NOTFOUND) {
/u-boot/lib/
H A Dfdtdec.c343 return -FDT_ERR_NOTFOUND;
363 return -FDT_ERR_NOTFOUND;
595 return -FDT_ERR_NOTFOUND;
647 return -FDT_ERR_NOTFOUND;
660 * @param err 0 if ok, or -FDT_ERR_NOTFOUND if the property is not
674 *err = -FDT_ERR_NOTFOUND;
710 return -FDT_ERR_NOTFOUND;
935 return -FDT_ERR_NOTFOUND;
1488 return -FDT_ERR_NOTFOUND;
1498 return -FDT_ERR_NOTFOUND;
[all...]
/u-boot/arch/arm/mach-stm32mp/stm32mp1/
H A Dfdt.c319 while (off != -FDT_ERR_NOTFOUND) {
479 if (soc == -FDT_ERR_NOTFOUND)
/u-boot/lib/rsa/
H A Drsa-sign.c630 int parent, node = -FDT_ERR_NOTFOUND;
654 if (parent == -FDT_ERR_NOTFOUND) {
670 if (node == -FDT_ERR_NOTFOUND) {
/u-boot/drivers/core/
H A Dlists.c205 if (compat_length == -FDT_ERR_NOTFOUND) {
/u-boot/drivers/pinctrl/
H A Dpinctrl-uclass.c151 if (ret != -FDT_ERR_NOTFOUND)

Completed in 316 milliseconds

123