Home
last modified time | relevance | path

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

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