Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Dchecks.c183 char *propname = c->data; in check_is_string() local
185 prop = get_property(node, propname); in check_is_string()
191 propname, node->fullpath); in check_is_string()
193 #define CHECK_IS_STRING(nm, propname, lvl) \ argument
194 CHECK(nm, NULL, check_is_string, NULL, (propname), (lvl))
200 char *propname = c->data; in check_is_cell() local
202 prop = get_property(node, propname); in check_is_cell()
208 propname, node->fullpath); in check_is_cell()
210 #define CHECK_IS_CELL(nm, propname, lvl) \ argument
211 CHECK(nm, NULL, check_is_cell, NULL, (propname), (lvl))
H A Dlivetree.c269 struct property *get_property(struct node *node, const char *propname) in get_property() argument
274 if (streq(prop->name, propname)) in get_property()
H A Ddtc.h183 struct property *get_property(struct node *node, const char *propname);
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/libfdt/
H A Dfdt_ro.c379 const char *propname, in fdt_node_offset_by_prop_value() argument
396 val = fdt_getprop(fdt, offset, propname, &len); in fdt_node_offset_by_prop_value()
H A Dlibfdt.h574 const char *propname,