Home
last modified time | relevance | path

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

/scripts/dtc/libfdt/
A Dfdt_wip.c33 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name, in fdt_setprop_inplace() function
A Dlibfdt.h1353 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