Home
last modified time | relevance | path

Searched refs:of_changeset_detach_node (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/Documentation/translations/zh_CN/devicetree/
H A Dchangesets.rst28 2. 一些DT树变化的调用,of_changeset_attach_node(), of_changeset_detach_node(),
/openbmc/linux/Documentation/devicetree/
H A Dchangesets.rst24 of_changeset_detach_node(), of_changeset_add_property(),
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dhotplug-cpu.c659 ret = of_changeset_detach_node(&cs, cpudn); in pseries_cpuhp_detach_nodes()
670 ret = of_changeset_detach_node(&cs, dn); in pseries_cpuhp_detach_nodes()
/openbmc/linux/include/linux/
H A Dof.h1573 static inline int of_changeset_detach_node(struct of_changeset *ocs, in of_changeset_detach_node() function
/openbmc/linux/drivers/of/
H A Dunittest.c875 unittest(!of_changeset_detach_node(&chgset, nremove), "fail remove node\n"); in of_unittest_changeset()