Lines Matching defs:property
19 OPER_WRITE_PROP, /* Write a property in a node */
48 * Encode a series of arguments in a property value.
121 const char *property, const char *buf, int len)
132 err = fdt_setprop(blob, node, property, buf, len);
134 report_error(property, -1, err);
236 * store them into the property.
262 "fdtput - write a property value to a device tree\n"
267 " fdtput <options> <dt file> <node> <property> [<value>...]\n"
301 * - delete property
342 usage("Missing property");