Searched refs:__of_node_dup (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/of/
H A Dof_private.h126 struct device_node *__of_node_dup(const struct device_node *np,
H A Ddynamic.c437 * __of_node_dup() - Duplicate or create an empty device node dynamically.
448 struct device_node *__of_node_dup(const struct device_node *np, function
505 np = __of_node_dup(NULL, full_name);
H A Doverlay.c421 tchild = __of_node_dup(NULL, node_kbasename);
H A Dunittest.c826 n1 = __of_node_dup(NULL, "n1");
829 n2 = __of_node_dup(NULL, "n2");
832 n21 = __of_node_dup(NULL, "n21");

Completed in 172 milliseconds