Home
last modified time | relevance | path

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

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

Completed in 27 milliseconds