Home
last modified time | relevance | path

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

/Linux-v5.10/Documentation/devicetree/
Dchangesets.rst30 3. of_changeset_apply() - Apply the changes to the tree. Either the
/Linux-v5.10/drivers/of/
Ddynamic.c786 int of_changeset_apply(struct of_changeset *ocs) in of_changeset_apply() function
796 EXPORT_SYMBOL_GPL(of_changeset_apply);
Dunittest.c853 unittest(!of_changeset_apply(&chgset), "apply failed\n"); in of_unittest_changeset()
/Linux-v5.10/drivers/gpu/drm/rcar-du/
Drcar_du_of.c181 ret = of_changeset_apply(&rcar_du_lvds_changeset); in rcar_du_of_lvds_patch_one()
/Linux-v5.10/drivers/i2c/muxes/
Di2c-demux-pinctrl.c60 ret = of_changeset_apply(&priv->chan[new_chan].chgset); in i2c_demux_activate_master()
/Linux-v5.10/drivers/pci/hotplug/
Dpnv_php.c301 ret = of_changeset_apply(&php_slot->ocs); in pnv_php_add_devtree()
/Linux-v5.10/include/linux/
Dof.h1375 extern int of_changeset_apply(struct of_changeset *ocs);