Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/dtc/libfdt/
Dfdt_ro.c129 return -FDT_ERR_NOTFOUND; in _nextprop()
147 return -FDT_ERR_NOTFOUND; in fdt_subnode_offset_namelen()
401 if ((offset == -FDT_ERR_NOTFOUND) || (offset >= 0)) in fdt_get_path()
418 return -FDT_ERR_NOTFOUND; in fdt_supernode_atdepth_offset()
431 return -FDT_ERR_NOTFOUND; in fdt_supernode_atdepth_offset()
437 if ((offset == -FDT_ERR_NOTFOUND) || (offset >= 0)) in fdt_supernode_atdepth_offset()
567 if ((err < 0) && (err != -FDT_ERR_NOTFOUND)) in fdt_node_offset_by_compatible()
Dfdt_strerror.c66 FDT_ERRTABENT(FDT_ERR_NOTFOUND),
Dfdt_rw.c197 return -FDT_ERR_NOTFOUND; in fdt_del_mem_rsv()
283 if (err == -FDT_ERR_NOTFOUND) in fdt_setprop()
349 else if (offset != -FDT_ERR_NOTFOUND) in fdt_add_subnode_namelen()
Dfdt.c192 return -FDT_ERR_NOTFOUND; in fdt_next_node()
Dlibfdt.h61 #define FDT_ERR_NOTFOUND 1 macro
/linux-4.1.27/arch/arm/boot/compressed/
Datags_to_fdt.c15 if (offset == -FDT_ERR_NOTFOUND) in node_offset()
52 if (offset == -FDT_ERR_NOTFOUND) in getprop()
/linux-4.1.27/arch/powerpc/boot/
Dlibfdt-wrapper.c32 && ((err) != -FDT_ERR_NOTFOUND) \
/linux-4.1.27/scripts/dtc/
Dfdtget.c132 return prop == -FDT_ERR_NOTFOUND ? 0 : prop; in list_properties()
Dfdtput.c182 if (node == -FDT_ERR_NOTFOUND) { in create_paths()
/linux-4.1.27/drivers/of/
Dfdt.c345 if (*poffset < 0 && *poffset != -FDT_ERR_NOTFOUND) in unflatten_dt_node()