Home
last modified time | relevance | path

Searched refs:of_changeset_add_property (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/Documentation/translations/zh_CN/devicetree/
H A Dchangesets.rst29 of_changeset_add_property(), of_changeset_remove_property,
/openbmc/linux/Documentation/devicetree/
H A Dchangesets.rst24 of_changeset_detach_node(), of_changeset_add_property(),
/openbmc/linux/drivers/of/
H A Dunittest.c870 unittest(!of_changeset_add_property(&chgset, n1, ppname_n1), "fail add prop name\n"); in of_unittest_changeset()
873 unittest(!of_changeset_add_property(&chgset, n2, ppname_n2), "fail add prop name\n"); in of_unittest_changeset()
876 unittest(!of_changeset_add_property(&chgset, n21, ppname_n21), "fail add prop name\n"); in of_unittest_changeset()
880 unittest(!of_changeset_add_property(&chgset, parent, ppadd), "fail add prop prop-add\n"); in of_unittest_changeset()
H A Ddynamic.c935 ret = of_changeset_add_property(ocs, np, new_pp); in of_changeset_add_prop_helper()
H A Doverlay.c353 ret = of_changeset_add_property(&ovcs->cset, target->np, in add_changeset_property()
/openbmc/linux/include/linux/
H A Dof.h1579 static inline int of_changeset_add_property(struct of_changeset *ocs, in of_changeset_add_property() function