Searched refs:fdt_appendprop (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/scripts/dtc/libfdt/
H A Dlibfdt.h1347 * fdt_appendprop - append to or create a property
1354 * fdt_appendprop() appends the value to the named property in the
1373 int fdt_appendprop(void *fdt, int nodeoffset, const char *name,
1408 return fdt_appendprop(fdt, nodeoffset, name, &tmp, sizeof(tmp)); fdt_appendprop_u32()
1443 return fdt_appendprop(fdt, nodeoffset, name, &tmp, sizeof(tmp)); fdt_appendprop_u64()
1485 fdt_appendprop((fdt), (nodeoffset), (name), (str), strlen(str)+1)
H A Dfdt_rw.c292 int fdt_appendprop(void *fdt, int nodeoffset, const char *name, fdt_appendprop() function

Completed in 108 milliseconds