Home
last modified time | relevance | path

Searched refs:FDT_ERR_INTERNAL (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/scripts/dtc/libfdt/
H A Dfdt_ro.c78 err = -FDT_ERR_INTERNAL; in fdt_get_string()
408 offset = -FDT_ERR_INTERNAL; in fdt_get_property_namelen_()
598 int supernodeoffset = -FDT_ERR_INTERNAL; in fdt_supernode_atdepth_offset()
640 -FDT_ERR_INTERNAL; in fdt_node_depth()
H A Dfdt_strerror.c36 FDT_ERRTABENT(FDT_ERR_INTERNAL),
H A Dfdt_overlay.c439 return -FDT_ERR_INTERNAL; in overlay_fixup_phandle()
572 return -FDT_ERR_INTERNAL; in overlay_apply_node()
590 return -FDT_ERR_INTERNAL; in overlay_apply_node()
H A Dfdt_sw.c163 return -FDT_ERR_INTERNAL; in fdt_resize()
H A Dlibfdt.h76 #define FDT_ERR_INTERNAL 13 macro
/OK3568_Linux_fs/u-boot/scripts/dtc/libfdt/
H A Dfdt_strerror.c80 FDT_ERRTABENT(FDT_ERR_INTERNAL),
H A Dfdt_overlay.c432 return -FDT_ERR_INTERNAL; in overlay_fixup_phandle()
565 return -FDT_ERR_INTERNAL; in overlay_apply_node()
583 return -FDT_ERR_INTERNAL; in overlay_apply_node()
H A Dfdt_ro.c303 offset = -FDT_ERR_INTERNAL; in fdt_get_property_namelen()
445 int supernodeoffset = -FDT_ERR_INTERNAL; in fdt_supernode_atdepth_offset()
484 return (err < 0) ? err : -FDT_ERR_INTERNAL; in fdt_node_depth()
H A Dlibfdt.h116 #define FDT_ERR_INTERNAL 13 macro
/OK3568_Linux_fs/u-boot/lib/libfdt/
H A Dfdt_ro.c282 offset = -FDT_ERR_INTERNAL; in fdt_get_property_namelen()
424 int supernodeoffset = -FDT_ERR_INTERNAL; in fdt_supernode_atdepth_offset()
463 return (err < 0) ? err : -FDT_ERR_INTERNAL; in fdt_node_depth()
/OK3568_Linux_fs/u-boot/lib/
H A Dof_live.c136 offset = -FDT_ERR_INTERNAL; in unflatten_dt_node()