Lines Matching refs:dad
211 struct device_node *dad,
236 if (dad != NULL) {
237 np->parent = dad;
238 np->sibling = dad->child;
239 dad->child = np;
282 * @dad: Parent struct device_node
289 struct device_node *dad,
303 * We're unflattening device sub-tree if @dad is valid. There are
309 if (dad)
312 root = dad;
313 nps[depth] = dad;
353 * @dad: Parent device node
367 struct device_node *dad,
393 size = unflatten_dt_nodes(blob, NULL, dad, NULL);
412 unflatten_dt_nodes(blob, mem, dad, mynodes);
436 * @dad: Parent device node
448 struct device_node *dad,
454 mem = __unflatten_device_tree(blob, dad, mynodes, &kernel_tree_alloc,