Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/dtc/libfdt/
Dfdt_ro.c129 return -FDT_ERR_NOTFOUND; in _nextprop()
147 return -FDT_ERR_NOTFOUND; in fdt_subnode_offset_namelen()
407 if ((offset == -FDT_ERR_NOTFOUND) || (offset >= 0)) in fdt_get_path()
424 return -FDT_ERR_NOTFOUND; in fdt_supernode_atdepth_offset()
437 return -FDT_ERR_NOTFOUND; in fdt_supernode_atdepth_offset()
443 if ((offset == -FDT_ERR_NOTFOUND) || (offset >= 0)) in fdt_supernode_atdepth_offset()
572 if ((err < 0) && (err != -FDT_ERR_NOTFOUND)) in fdt_node_offset_by_compatible()
Dfdt.c192 return -FDT_ERR_NOTFOUND; in fdt_next_node()
207 return -FDT_ERR_NOTFOUND; in fdt_first_subnode()
223 return -FDT_ERR_NOTFOUND; in fdt_next_subnode()
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()
Dlibfdt.h61 #define FDT_ERR_NOTFOUND 1 macro
/linux-4.4.14/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.4.14/arch/powerpc/boot/
Dlibfdt-wrapper.c32 && ((err) != -FDT_ERR_NOTFOUND) \
/linux-4.4.14/scripts/dtc/
Dfdtput.c182 if (node == -FDT_ERR_NOTFOUND) { in create_paths()
Dfdtget.c132 return prop == -FDT_ERR_NOTFOUND ? 0 : prop; in list_properties()
/linux-4.4.14/drivers/of/
Dfdt.c349 if (*poffset < 0 && *poffset != -FDT_ERR_NOTFOUND) in unflatten_dt_node()