Home
last modified time | relevance | path

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

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