Home
last modified time | relevance | path

Searched refs:of_changeset_update_property (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/devicetree/
H A Dchangesets.rst25 of_changeset_remove_property, of_changeset_update_property() to prepare
/OK3568_Linux_fs/kernel/drivers/i2c/muxes/
H A Di2c-demux-pinctrl.c249 of_changeset_update_property(&priv->chan[i].chgset, adap_np, &props[i]); in i2c_demux_pinctrl_probe()
/OK3568_Linux_fs/kernel/drivers/of/
H A Doverlay.c358 ret = of_changeset_update_property(&ovcs->cset, target->np, in add_changeset_property()
H A Dunittest.c850 unittest(!of_changeset_update_property(&chgset, parent, ppupdate), "fail update prop\n"); in of_unittest_changeset()
/OK3568_Linux_fs/kernel/include/linux/
H A Dof.h1418 static inline int of_changeset_update_property(struct of_changeset *ocs, in of_changeset_update_property() function