Searched refs:propname (Results 1 – 5 of 5) sorted by relevance
/scripts/dtc/ |
D | checks.c | 167 char *propname = c->data; in check_is_string() local 169 prop = get_property(node, propname); in check_is_string() 175 propname, node->fullpath); in check_is_string() 177 #define WARNING_IF_NOT_STRING(nm, propname) \ argument 178 WARNING(nm, check_is_string, (propname)) 179 #define ERROR_IF_NOT_STRING(nm, propname) \ argument 180 ERROR(nm, check_is_string, (propname)) 186 char *propname = c->data; in check_is_cell() local 188 prop = get_property(node, propname); in check_is_cell() 194 propname, node->fullpath); in check_is_cell() [all …]
|
D | dtc.h | 216 struct property *get_property(struct node *node, const char *propname);
|
D | livetree.c | 382 struct property *get_property(struct node *node, const char *propname) in get_property() argument 387 if (streq(prop->name, propname)) in get_property()
|
/scripts/dtc/libfdt/ |
D | fdt_ro.c | 499 const char *propname, in fdt_node_offset_by_prop_value() argument 516 val = fdt_getprop(fdt, offset, propname, &len); in fdt_node_offset_by_prop_value()
|
D | libfdt.h | 883 const char *propname,
|