Home
last modified time | relevance | path

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

/Linux-v4.19/scripts/dtc/
Ddtc-parser.y251 $$ = chain_property($2, $1);
Ddtc.h201 struct property *chain_property(struct property *first, struct property *list);
Dlivetree.c77 struct property *chain_property(struct property *first, struct property *list) in chain_property() function