Home
last modified time | relevance | path

Searched refs:fdt_setprop (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/libfdt/
H A Dlibfdt.h908 int fdt_setprop(void *fdt, int nodeoffset, const char *name,
943 return fdt_setprop(fdt, nodeoffset, name, &val, sizeof(val)); in fdt_setprop_cell()
975 fdt_setprop((fdt), (nodeoffset), (name), (str), strlen(str)+1)
H A Dfdt_rw.c274 int fdt_setprop(void *fdt, int nodeoffset, const char *name, in fdt_setprop() function