Searched refs:FDT_ERR_INTERNAL (Results 1 – 4 of 4) sorted by relevance
80 FDT_ERRTABENT(FDT_ERR_INTERNAL),
483 return -FDT_ERR_INTERNAL; in overlay_fixup_phandle()616 return -FDT_ERR_INTERNAL; in overlay_apply_node()634 return -FDT_ERR_INTERNAL; in overlay_apply_node()
340 offset = -FDT_ERR_INTERNAL; in fdt_get_property_namelen_()515 int supernodeoffset = -FDT_ERR_INTERNAL; in fdt_supernode_atdepth_offset()554 return (err < 0) ? err : -FDT_ERR_INTERNAL; in fdt_node_depth()
116 #define FDT_ERR_INTERNAL 13 macro