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

/gem5/ext/libfdt/
H A Dlibfdt.h1223 * fdt_appendprop - append to or create a property
1230 * fdt_appendprop() appends the value to the named property in the
1249 int fdt_appendprop(void *fdt, int nodeoffset, const char *name,
1284 return fdt_appendprop(fdt, nodeoffset, name, &tmp, sizeof(tmp));
1319 return fdt_appendprop(fdt, nodeoffset, name, &tmp, sizeof(tmp));
1361 fdt_appendprop((fdt), (nodeoffset), (name), (str), strlen(str)+1)
H A Dfdt_rw.c271 int fdt_appendprop(void *fdt, int nodeoffset, const char *name, function

Completed in 11 milliseconds