Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/devicetree/
Dchangesets.txt24 3. of_changeset_apply() - Apply the changes to the tree. Either the
/Linux-v4.19/drivers/of/
Ddynamic.c752 int of_changeset_apply(struct of_changeset *ocs) in of_changeset_apply() function
762 EXPORT_SYMBOL_GPL(of_changeset_apply);
Dunittest.c753 unittest(!of_changeset_apply(&chgset), "apply failed\n"); in of_unittest_changeset()
/Linux-v4.19/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-v4.19/drivers/i2c/muxes/
Di2c-demux-pinctrl.c63 ret = of_changeset_apply(&priv->chan[new_chan].chgset); in i2c_demux_activate_master()
/Linux-v4.19/drivers/pci/hotplug/
Dpnv_php.c305 ret = of_changeset_apply(&php_slot->ocs); in pnv_php_add_devtree()
/Linux-v4.19/include/linux/
Dof.h1322 extern int of_changeset_apply(struct of_changeset *ocs);