Searched refs:propname (Results 1 – 5 of 5) sorted by relevance
/scripts/dtc/ |
D | checks.c | 202 char *propname = c->data; in check_is_string() local 204 prop = get_property(node, propname); in check_is_string() 211 #define WARNING_IF_NOT_STRING(nm, propname) \ argument 212 WARNING(nm, check_is_string, (propname)) 213 #define ERROR_IF_NOT_STRING(nm, propname) \ argument 214 ERROR(nm, check_is_string, (propname)) 221 char *propname = c->data; in check_is_string_list() local 224 prop = get_property(node, propname); in check_is_string_list() 240 #define WARNING_IF_NOT_STRING_LIST(nm, propname) \ argument 241 WARNING(nm, check_is_string_list, (propname)) [all …]
|
D | dtc.h | 254 struct property *get_property(struct node *node, const char *propname);
|
D | livetree.c | 424 struct property *get_property(struct node *node, const char *propname) in get_property() argument 429 if (streq(prop->name, propname)) in get_property()
|
/scripts/dtc/libfdt/ |
D | fdt_ro.c | 655 const char *propname, in fdt_node_offset_by_prop_value() argument 672 val = fdt_getprop(fdt, offset, propname, &len); in fdt_node_offset_by_prop_value()
|
D | libfdt.h | 982 const char *propname,
|