Home
last modified time | relevance | path

Searched refs:of_attach_node (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/Documentation/translations/zh_CN/devicetree/
Dof_unittest.rst115 attach_node_and_children()使用of_attach_node()将节点附加到实时树上,如下所
130 每个节点上调用of_attach_node()来附加的。
132 在函数of_attach_node()中,新的节点被附在实时树中给定的父节点的子节点上。但是,如
/linux-6.1.9/Documentation/devicetree/
Dof_unittest.rst142 attach_node_and_children() uses of_attach_node() to attach the nodes into the
159 of_attach_node() on each node.
161 In the function of_attach_node(), the new node is attached as the child of the
/linux-6.1.9/arch/powerpc/platforms/pseries/
Dreconfig.c46 err = of_attach_node(np); in pSeries_reconfig_add_node()
Ddlpar.c248 rc = of_attach_node(dn); in dlpar_attach_node()
/linux-6.1.9/drivers/of/
Ddynamic.c235 int of_attach_node(struct device_node *np) in of_attach_node() function
/linux-6.1.9/include/linux/
Dof.h405 extern int of_attach_node(struct device_node *);