Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/libfdt/
H A Dlibfdt.h1161 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name,
1197 return fdt_setprop_inplace(fdt, nodeoffset, name, &tmp, sizeof(tmp)); in fdt_setprop_inplace_u32()
1232 return fdt_setprop_inplace(fdt, nodeoffset, name, &tmp, sizeof(tmp)); in fdt_setprop_inplace_u64()
H A Dfdt_wip.c78 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name, in fdt_setprop_inplace() function