Home
last modified time | relevance | path

Searched refs:proplist (Results 1 – 7 of 7) sorted by relevance

/linux/scripts/dtc/
A Ddtc-parser.y40 struct property *proplist; member
75 %type <proplist> proplist
253 '{' proplist subnodes '}' ';'
259 proplist:
264 | proplist propdef
A Dlivetree.c88 struct node *build_node(struct property *proplist, struct node *children, in build_node() argument
96 new->proplist = reverse_properties(proplist); in build_node()
156 while (new_node->proplist) { in merge_nodes()
158 new_prop = new_node->proplist; in merge_nodes()
159 new_node->proplist = new_prop->next; in merge_nodes()
272 p = &node->proplist; in add_property()
281 struct property *prop = node->proplist; in delete_property_by_name()
723 node->proplist = tbl[0]; in sort_properties()
A Ddtc.h220 struct property *proplist; member
247 for ((p) = (n)->proplist; (p); (p) = (p)->next)
269 struct node *build_node(struct property *proplist, struct node *children,
A Ddtc-parser.tab.h101 struct property *proplist; member
A Ddtc-parser.tab.c1528 (yyval.node) = build_node((yyvsp[-3].proplist), (yyvsp[-2].nodelist), &(yyloc)); in yyparse()
1534 (yyval.proplist) = NULL; in yyparse()
1540 (yyval.proplist) = chain_property((yyvsp[0].prop), (yyvsp[-1].proplist)); in yyparse()
A Dchecks.c573 for (pp = &node->proplist; *pp; pp = &((*pp)->next)) in check_name_properties()
/linux/arch/powerpc/platforms/pseries/
A Dreconfig.c23 static int pSeries_reconfig_add_node(const char *path, struct property *proplist) in pSeries_reconfig_add_node() argument
36 np->properties = proplist; in pSeries_reconfig_add_node()

Completed in 17 milliseconds