Home
last modified time | relevance | path

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

/drivers/of/
Dfdt.c211 struct device_node *dad, in populate_node() argument
236 if (dad != NULL) { in populate_node()
237 np->parent = dad; in populate_node()
238 np->sibling = dad->child; in populate_node()
239 dad->child = np; in populate_node()
289 struct device_node *dad, in unflatten_dt_nodes() argument
309 if (dad) in unflatten_dt_nodes()
312 root = dad; in unflatten_dt_nodes()
313 nps[depth] = dad; in unflatten_dt_nodes()
368 struct device_node *dad, in __unflatten_device_tree() argument
[all …]
Dof_private.h108 struct device_node *dad,