Home
last modified time | relevance | path

Searched refs:of_changeset_attach_node (Results 1 – 9 of 9) sorted by relevance

/linux-6.14.4/Documentation/translations/zh_CN/devicetree/
Dchangesets.rst28 2. 一些DT树变化的调用,of_changeset_attach_node(), of_changeset_detach_node(),
/linux-6.14.4/Documentation/devicetree/
Dchangesets.rst23 2. A number of DT tree change calls, of_changeset_attach_node(),
/linux-6.14.4/arch/powerpc/platforms/pseries/
Ddlpar.c270 rc = of_changeset_attach_node(ocs, dn); in dlpar_changeset_attach_cc_nodes()
Dhotplug-cpu.c541 ret = of_changeset_attach_node(&cs, dn); in pseries_cpuhp_attach_nodes()
/linux-6.14.4/drivers/of/
Ddynamic.c512 ret = of_changeset_attach_node(ocs, np); in of_changeset_create_node()
Doverlay.c434 ret = of_changeset_attach_node(&ovcs->cset, tchild); in add_changeset_node()
Dunittest.c869 unittest(!of_changeset_attach_node(&chgset, n1), "fail attach n1\n"); in of_unittest_changeset()
872 unittest(!of_changeset_attach_node(&chgset, n2), "fail attach n2\n"); in of_unittest_changeset()
878 unittest(!of_changeset_attach_node(&chgset, n21), "fail attach n21\n"); in of_unittest_changeset()
/linux-6.14.4/drivers/pci/hotplug/
Dpnv_php.c220 ret = of_changeset_attach_node(ocs, child); in pnv_php_populate_changeset()
/linux-6.14.4/include/linux/
Dof.h1601 static inline int of_changeset_attach_node(struct of_changeset *ocs, in of_changeset_attach_node() function