Home
last modified time | relevance | path

Searched refs:chain_node (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/scripts/dtc/
H A Ddtc-parser.y508 $$ = chain_node($1, $2);
H A Ddtc.h205 struct node *chain_node(struct node *first, struct node *list);
H A Dlivetree.c242 struct node *chain_node(struct node *first, struct node *list) in chain_node() function