Home
last modified time | relevance | path

Searched refs:propname (Results 1 – 5 of 5) sorted by relevance

/scripts/dtc/
Dchecks.c168 char *propname = c->data; in check_is_string() local
170 prop = get_property(node, propname); in check_is_string()
176 propname, node->fullpath); in check_is_string()
178 #define WARNING_IF_NOT_STRING(nm, propname) \ argument
179 WARNING(nm, check_is_string, (propname))
180 #define ERROR_IF_NOT_STRING(nm, propname) \ argument
181 ERROR(nm, check_is_string, (propname))
187 char *propname = c->data; in check_is_cell() local
189 prop = get_property(node, propname); in check_is_cell()
195 propname, node->fullpath); in check_is_cell()
[all …]
Ddtc.h212 struct property *get_property(struct node *node, const char *propname);
Dlivetree.c382 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/
Dfdt_ro.c499 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()
Dlibfdt.h870 const char *propname,