Home
last modified time | relevance | path

Searched refs:chain_property (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Ddtc-parser.y233 $$ = chain_property($2, $1);
H A Ddtc.h198 struct property *chain_property(struct property *first, struct property *list);
H A Dlivetree.c77 struct property *chain_property(struct property *first, struct property *list) in chain_property() function
H A Ddtc-parser.tab.c
H A Ddtc-parser.tab.c_shipped1637 (yyval.proplist) = chain_property((yyvsp[0].prop), (yyvsp[-1].proplist));
/OK3568_Linux_fs/kernel/scripts/dtc/
H A Ddtc-parser.y266 $$ = chain_property($2, $1);
H A Ddtc.h230 struct property *chain_property(struct property *first, struct property *list);
H A Dlivetree.c65 struct property *chain_property(struct property *first, struct property *list) in chain_property() function