Home
last modified time | relevance | path

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

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