Lines Matching refs:property
48 const char *default_val; /* default value if node/property not found */
98 fprintf(stderr, "Property length must be a multiple of "
197 * Show the data for a given node (and perhaps property) according to the
203 * @param property Name of property to display, or NULL if none
207 int node, const char *property)
222 assert(property);
223 value = fdt_getprop(blob, node, property, &len);
232 report_error(property, len);
289 " fdtget <options> <dt file> [<node> <property>]...\n"
306 "Default value to display when the property is missing",
359 /* Check for node, property arguments */