Searched refs:of_changeset_add_property (Results 1 – 6 of 6) sorted by relevance
/linux/Documentation/translations/zh_CN/devicetree/ |
H A D | changesets.rst | 29 of_changeset_add_property(), of_changeset_remove_property,
|
/linux/Documentation/devicetree/ |
H A D | changesets.rst | 24 of_changeset_detach_node(), of_changeset_add_property(),
|
/linux/drivers/of/ |
H A D | unittest.c | 861 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 D | dynamic.c | 937 ret = of_changeset_add_property(ocs, np, new_pp); in of_changeset_add_prop_helper()
|
H A D | overlay.c | 351 ret = of_changeset_add_property(&ovcs->cset, target->np, in add_changeset_property()
|
/linux/include/linux/ |
H A D | of.h | 1614 static inline int of_changeset_add_property(struct of_changeset *ocs, in of_changeset_add_property() function
|