Searched refs:of_changeset_detach_node (Results 1 – 6 of 6) sorted by relevance
/linux-6.14.4/Documentation/translations/zh_CN/devicetree/ |
D | changesets.rst | 28 2. 一些DT树变化的调用,of_changeset_attach_node(), of_changeset_detach_node(),
|
/linux-6.14.4/Documentation/devicetree/ |
D | changesets.rst | 24 of_changeset_detach_node(), of_changeset_add_property(),
|
/linux-6.14.4/arch/powerpc/platforms/pseries/ |
D | hotplug-cpu.c | 662 ret = of_changeset_detach_node(&cs, cpudn); in pseries_cpuhp_detach_nodes() 673 ret = of_changeset_detach_node(&cs, dn); in pseries_cpuhp_detach_nodes()
|
D | dlpar.c | 471 return of_changeset_detach_node(ocs, node); in changeset_detach_node_recursive()
|
/linux-6.14.4/include/linux/ |
D | of.h | 1607 static inline int of_changeset_detach_node(struct of_changeset *ocs, in of_changeset_detach_node() function
|
/linux-6.14.4/drivers/of/ |
D | unittest.c | 875 unittest(!of_changeset_detach_node(&chgset, nremove), "fail remove node\n"); in of_unittest_changeset()
|