Home
last modified time | relevance | path

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

/rk3399_ARM-atf/lib/libfdt/
H A Dfdt_strerror.c36 FDT_ERRTABENT(FDT_ERR_INTERNAL),
H A Dfdt_check.c93 return -FDT_ERR_INTERNAL; in fdt_check_full()
H A Dfdt_overlay.c390 return -FDT_ERR_INTERNAL; in overlay_fixup_phandle()
784 return -FDT_ERR_INTERNAL; in overlay_apply_node()
787 return -FDT_ERR_INTERNAL; in overlay_apply_node()
806 return -FDT_ERR_INTERNAL; in overlay_apply_node()
H A Dfdt_ro.c78 err = -FDT_ERR_INTERNAL; in fdt_get_string()
411 offset = -FDT_ERR_INTERNAL; in fdt_get_property_namelen_()
627 int supernodeoffset = -FDT_ERR_INTERNAL; in fdt_supernode_atdepth_offset()
669 -FDT_ERR_INTERNAL; in fdt_node_depth()
H A Dfdt_sw.c163 return -FDT_ERR_INTERNAL; in fdt_resize()
H A Dfdt_rw.c355 return -FDT_ERR_INTERNAL; in fdt_add_subnode_namelen()
H A Dlibfdt.h77 #define FDT_ERR_INTERNAL 13 macro