Lines Matching refs:dad
208 struct device_node *dad,
233 if (dad != NULL) {
234 np->parent = dad;
235 np->sibling = dad->child;
236 dad->child = np;
279 * @dad: Parent struct device_node
286 struct device_node *dad,
301 * We're unflattening device sub-tree if @dad is valid. There are
307 if (dad)
310 root = dad;
311 nps[depth] = dad;
352 * @dad: Parent device node
366 struct device_node *dad,
396 size = unflatten_dt_nodes(blob, NULL, dad, NULL);
415 ret = unflatten_dt_nodes(blob, mem, dad, mynodes);
443 * @dad: Parent device node
455 struct device_node *dad,
461 mem = __unflatten_device_tree(blob, dad, mynodes, &kernel_tree_alloc,