Home
last modified time | relevance | path

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

/arch/arm/include/asm/hardware/
Diop_adma.h97 struct list_head chain_node; member
/arch/powerpc/boot/dtc-src/
Ddtc-parser.y313 $$ = chain_node($1, $2);
Ddtc.h181 struct node *chain_node(struct node *first, struct node *list);
Dlivetree.c92 struct node *chain_node(struct node *first, struct node *list) in chain_node() function
Ddtc-parser.tab.c_shipped1744 (yyval.nodelist) = chain_node((yyvsp[(1) - (2)].node), (yyvsp[(2) - (2)].nodelist));