Searched refs:propname (Results 1 - 19 of 19) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/neon/src/
H A Dne_props.h66 const ne_propname *propname);
72 const ne_propname *propname);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/neon/src/
H A Dne_props.h66 const ne_propname *propname);
72 const ne_propname *propname);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/neon/src/
H A Dne_props.h66 const ne_propname *propname);
72 const ne_propname *propname);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/boot/
H A Dops.h48 const char *propname,
147 const char *propname,
151 return dt_ops.find_node_by_prop_value(prev, propname,
158 const char *propname,
161 return find_node_by_prop_value(prev, propname, propval,
146 find_node_by_prop_value(const void *prev, const char *propname, const char *propval, int proplen) argument
157 find_node_by_prop_value_str(const void *prev, const char *propname, const char *propval) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/boot/
H A Dops.h48 const char *propname,
147 const char *propname,
151 return dt_ops.find_node_by_prop_value(prev, propname,
158 const char *propname,
161 return find_node_by_prop_value(prev, propname, propval,
146 find_node_by_prop_value(const void *prev, const char *propname, const char *propval, int proplen) argument
157 find_node_by_prop_value_str(const void *prev, const char *propname, const char *propval) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/scripts/dtc/
H A Dchecks.c183 char *propname = c->data; local
185 prop = get_property(node, propname);
191 propname, node->fullpath);
193 #define CHECK_IS_STRING(nm, propname, lvl) \
194 CHECK(nm, NULL, check_is_string, NULL, (propname), (lvl))
200 char *propname = c->data; local
202 prop = get_property(node, propname);
208 propname, node->fullpath);
210 #define CHECK_IS_CELL(nm, propname, lvl) \
211 CHECK(nm, NULL, check_is_cell, NULL, (propname), (lv
[all...]
H A Dlivetree.c194 struct property *get_property(struct node *node, const char *propname) argument
199 if (streq(prop->name, propname))
H A Ddtc.h187 struct property *get_property(struct node *node, const char *propname);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/scripts/dtc/
H A Dchecks.c183 char *propname = c->data; local
185 prop = get_property(node, propname);
191 propname, node->fullpath);
193 #define CHECK_IS_STRING(nm, propname, lvl) \
194 CHECK(nm, NULL, check_is_string, NULL, (propname), (lvl))
200 char *propname = c->data; local
202 prop = get_property(node, propname);
208 propname, node->fullpath);
210 #define CHECK_IS_CELL(nm, propname, lvl) \
211 CHECK(nm, NULL, check_is_cell, NULL, (propname), (lv
[all...]
H A Dlivetree.c194 struct property *get_property(struct node *node, const char *propname) argument
199 if (streq(prop->name, propname))
H A Ddtc.h187 struct property *get_property(struct node *node, const char *propname);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/kernel/
H A Dcacheinfo.c197 const char *propname; local
200 propname = cache_type_info[cache->type].size_prop;
202 cache_size = of_get_property(cache->ofnode, propname, NULL);
230 const char *propname; local
232 propname = cache_type_info[cache->type].line_size_props[i];
233 line_size = of_get_property(cache->ofnode, propname, NULL);
247 const char *propname; local
250 propname = cache_type_info[cache->type].nr_sets_prop;
252 nr_sets = of_get_property(cache->ofnode, propname, NULL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dcacheinfo.c197 const char *propname; local
200 propname = cache_type_info[cache->type].size_prop;
202 cache_size = of_get_property(cache->ofnode, propname, NULL);
230 const char *propname; local
232 propname = cache_type_info[cache->type].line_size_props[i];
233 line_size = of_get_property(cache->ofnode, propname, NULL);
247 const char *propname; local
250 propname = cache_type_info[cache->type].nr_sets_prop;
252 nr_sets = of_get_property(cache->ofnode, propname, NULL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/scripts/dtc/libfdt/
H A Dfdt_ro.c379 const char *propname,
391 val = fdt_getprop(fdt, offset, propname, &len);
378 fdt_node_offset_by_prop_value(const void *fdt, int startoffset, const char *propname, const void *propval, int proplen) argument
H A Dlibfdt.h539 * @propname: property name to check
544 * node after startoffset, which has a property named propname whose
550 * offset = fdt_node_offset_by_prop_value(fdt, -1, propname,
554 * offset = fdt_node_offset_by_prop_value(fdt, offset, propname,
574 const char *propname,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/scripts/dtc/libfdt/
H A Dfdt_ro.c379 const char *propname,
391 val = fdt_getprop(fdt, offset, propname, &len);
378 fdt_node_offset_by_prop_value(const void *fdt, int startoffset, const char *propname, const void *propval, int proplen) argument
H A Dlibfdt.h539 * @propname: property name to check
544 * node after startoffset, which has a property named propname whose
550 * offset = fdt_node_offset_by_prop_value(fdt, -1, propname,
554 * offset = fdt_node_offset_by_prop_value(fdt, offset, propname,
574 const char *propname,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/aoa/fabrics/
H A Dlayout.c757 char propname[32]; local
762 snprintf(propname, sizeof(propname),
764 ref = of_get_property(ldev->sound, propname, NULL);
767 "required property %s not present\n", propname);
772 "%s doesn't match!\n", propname);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/aoa/fabrics/
H A Dlayout.c757 char propname[32]; local
762 snprintf(propname, sizeof(propname),
764 ref = of_get_property(ldev->sound, propname, NULL);
767 "required property %s not present\n", propname);
772 "%s doesn't match!\n", propname);

Completed in 199 milliseconds