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

/external/dtc/libfdt/
H A Dlibfdt.h1163 * fdt_setprop_inplace_u32 - change the value of a 32-bit integer property
1169 * fdt_setprop_inplace_u32() replaces the value of a given property
1190 static inline int fdt_setprop_inplace_u32(void *fdt, int nodeoffset, function
1235 * This is an alternative name for fdt_setprop_inplace_u32()
1240 return fdt_setprop_inplace_u32(fdt, nodeoffset, name, val);
H A Dfdt_overlay.c121 return fdt_setprop_inplace_u32(fdt, node, name, adj_val);

Completed in 138 milliseconds