Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/of/
H A Dof_private.h117 struct device_node *__of_node_dup(const struct device_node *np,
H A Ddynamic.c420 struct device_node *__of_node_dup(const struct device_node *np, in __of_node_dup() function
H A Dunittest.c800 n1 = __of_node_dup(NULL, "n1"); in of_unittest_changeset()
803 n2 = __of_node_dup(NULL, "n2"); in of_unittest_changeset()
806 n21 = __of_node_dup(NULL, "n21"); in of_unittest_changeset()
H A Doverlay.c423 tchild = __of_node_dup(NULL, node_kbasename); in add_changeset_node()