Searched refs:propname (Results 1 – 7 of 7) sorted by relevance
/arch/powerpc/boot/ |
D | ops.h | 48 const char *propname, 147 const char *propname, in find_node_by_prop_value() argument 151 return dt_ops.find_node_by_prop_value(prev, propname, in find_node_by_prop_value() 158 const char *propname, in find_node_by_prop_value_str() argument 161 return find_node_by_prop_value(prev, propname, propval, in find_node_by_prop_value_str()
|
/arch/powerpc/boot/dtc-src/ |
D | checks.c | 183 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))
|
D | livetree.c | 194 struct property *get_property(struct node *node, const char *propname) in get_property() argument 199 if (streq(prop->name, propname)) in get_property()
|
D | dtc.h | 187 struct property *get_property(struct node *node, const char *propname);
|
/arch/powerpc/kernel/ |
D | cacheinfo.c | 196 const char *propname; in cache_size() local 199 propname = cache_type_info[cache->type].size_prop; in cache_size() 201 cache_size = of_get_property(cache->ofnode, propname, NULL); in cache_size() 229 const char *propname; in cache_get_line_size() local 231 propname = cache_type_info[cache->type].line_size_props[i]; in cache_get_line_size() 232 line_size = of_get_property(cache->ofnode, propname, NULL); in cache_get_line_size() 246 const char *propname; in cache_nr_sets() local 249 propname = cache_type_info[cache->type].nr_sets_prop; in cache_nr_sets() 251 nr_sets = of_get_property(cache->ofnode, propname, NULL); in cache_nr_sets()
|
/arch/powerpc/boot/libfdt/ |
D | fdt_ro.c | 379 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()
|
D | libfdt.h | 574 const char *propname,
|