Searched refs:propname (Results 1 – 5 of 5) sorted by relevance
/scripts/dtc/ |
A D | checks.c | 211 const char *propname = c->data; in check_is_string() local 213 prop = get_property(node, propname); in check_is_string() 221 WARNING(nm, check_is_string, (propname)) 223 ERROR(nm, check_is_string, (propname)) 230 const char *propname = c->data; in check_is_string_list() local 233 prop = get_property(node, propname); in check_is_string_list() 258 const char *propname = c->data; in check_is_cell() local 260 prop = get_property(node, propname); in check_is_cell() 268 WARNING(nm, check_is_cell, (propname)) 270 ERROR(nm, check_is_cell, (propname)) [all …]
|
A D | dtc.h | 290 struct property *get_property(struct node *node, const char *propname);
|
A D | livetree.c | 425 struct property *get_property(struct node *node, const char *propname) in get_property() argument 430 if (streq(prop->name, propname)) in get_property()
|
/scripts/dtc/libfdt/ |
A D | fdt_ro.c | 529 const char *propname, int propnamelen, in fdt_path_getprop_namelen() argument 537 return fdt_getprop_namelen(fdt, offset, propname, propnamelen, lenp); in fdt_path_getprop_namelen() 684 const char *propname, in fdt_node_offset_by_prop_value() argument 701 val = fdt_getprop(fdt, offset, propname, &len); in fdt_node_offset_by_prop_value()
|
A D | libfdt.h | 1076 const char *propname,
|
Completed in 16 milliseconds