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

/seL4-camkes-master/projects/util_libs/libfdt/
H A Dfdt_wip.c78 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name, function
H A Dlibfdt.h1188 * Identical to fdt_setprop_inplace(), but modifies the given property
1201 * fdt_setprop_inplace - change a property's value, but not its size
1208 * fdt_setprop_inplace() replaces the value of a given property with
1229 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name,
1265 return fdt_setprop_inplace(fdt, nodeoffset, name, &tmp, sizeof(tmp));
1300 return fdt_setprop_inplace(fdt, nodeoffset, name, &tmp, sizeof(tmp));

Completed in 34 milliseconds