Searched refs:of_changeset_attach_node (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/Documentation/translations/zh_CN/devicetree/ |
H A D | changesets.rst | 28 2. 一些DT树变化的调用,of_changeset_attach_node(), of_changeset_detach_node(),
|
/openbmc/linux/Documentation/devicetree/ |
H A D | changesets.rst | 23 2. A number of DT tree change calls, of_changeset_attach_node(),
|
/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | hotplug-cpu.c | 538 ret = of_changeset_attach_node(&cs, dn); in pseries_cpuhp_attach_nodes()
|
/openbmc/linux/drivers/of/ |
H A D | dynamic.c | 510 ret = of_changeset_attach_node(ocs, np); in of_changeset_create_node()
|
H A D | overlay.c | 438 ret = of_changeset_attach_node(&ovcs->cset, tchild); in add_changeset_node()
|
H A D | unittest.c | 869 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()
|
/openbmc/linux/drivers/pci/hotplug/ |
H A D | pnv_php.c | 219 ret = of_changeset_attach_node(ocs, child); in pnv_php_populate_changeset()
|
/openbmc/linux/include/linux/ |
H A D | of.h | 1567 static inline int of_changeset_attach_node(struct of_changeset *ocs, in of_changeset_attach_node() function
|