Home
last modified time | relevance | path

Searched refs:dad (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/lib/
H A Dof_live.c45 struct device_node *dad, in unflatten_dt_node() argument
105 if (dad && dad->parent) { in unflatten_dt_node()
106 strcpy(fn, dad->full_name); in unflatten_dt_node()
121 if (dad != NULL) { in unflatten_dt_node()
122 np->parent = dad; in unflatten_dt_node()
123 np->sibling = dad->child; in unflatten_dt_node()
124 dad->child = np; in unflatten_dt_node()
/rk3399_rockchip-uboot/lib/zlib/
H A Ddeflate.h68 ush dad; /* father node in Huffman tree */ member
75 #define Dad dl.dad