Home | History | Annotate | Download | only in Include

Lines Matching full:fdt_setprop

1132  * fdt_setprop - create or change a property

1139 * fdt_setprop() sets the value of the named property in the given
1159 int fdt_setprop(void *fdt, int nodeoffset, const char *name,
1194 return fdt_setprop(fdt, nodeoffset, name, &tmp, sizeof(tmp));
1229 return fdt_setprop(fdt, nodeoffset, name, &tmp, sizeof(tmp));
1272 fdt_setprop((fdt), (nodeoffset), (name), (str), strlen(str)+1)