Searched refs:fdt_setprop_inplace (Results 1 – 2 of 2) sorted by relevance
| /scripts/dtc/libfdt/ |
| A D | fdt_wip.c | 33 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name, in fdt_setprop_inplace() function
|
| A D | libfdt.h | 1353 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name, 1389 return fdt_setprop_inplace(fdt, nodeoffset, name, &tmp, sizeof(tmp)); in fdt_setprop_inplace_u32() 1424 return fdt_setprop_inplace(fdt, nodeoffset, name, &tmp, sizeof(tmp)); in fdt_setprop_inplace_u64()
|
Completed in 6 milliseconds