Lines Matching defs:property
34 const char *default_val; /* default value if node/property not found */
183 * Show the data for a given node (and perhaps property) according to the
189 * @param property Name of property to display, or NULL if none
193 int node, const char *property)
208 assert(property);
209 value = fdt_getprop(blob, node, property, &len);
218 report_error(property, len);
271 " fdtget <options> <dt file> [<node> <property>]...\n"
277 "\t-d\t\tDefault value to display when the property is "
345 /* Check for node, property arguments */