Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/translations/zh_CN/devicetree/
H A Dchangesets.rst33 3. of_changeset_apply() - 将变更使用到树上。要么整个变更集被使用,要么如果有错误,
/openbmc/linux/Documentation/devicetree/
H A Dchangesets.rst30 3. of_changeset_apply() - Apply the changes to the tree. Either the
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dhotplug-cpu.c543 ret = of_changeset_apply(&cs); in pseries_cpuhp_attach_nodes()
676 ret = of_changeset_apply(&cs); in pseries_cpuhp_detach_nodes()
/openbmc/linux/drivers/of/
H A Ddynamic.c778 int of_changeset_apply(struct of_changeset *ocs) in of_changeset_apply() function
788 EXPORT_SYMBOL_GPL(of_changeset_apply);
H A Dunittest.c895 unittest(!of_changeset_apply(&chgset), "apply failed\n"); in of_unittest_changeset()
/openbmc/linux/drivers/i2c/muxes/
H A Di2c-demux-pinctrl.c60 ret = of_changeset_apply(&priv->chan[new_chan].chgset); in i2c_demux_activate_master()
/openbmc/linux/drivers/pci/
H A Dof.c671 ret = of_changeset_apply(cset); in of_pci_make_dev_node()
/openbmc/linux/drivers/pci/hotplug/
H A Dpnv_php.c301 ret = of_changeset_apply(&php_slot->ocs); in pnv_php_add_devtree()
/openbmc/linux/include/linux/
H A Dof.h1561 extern int of_changeset_apply(struct of_changeset *ocs);