Searched refs:of_changeset_add_property (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/Documentation/devicetree/ |
D | changesets.rst | 24 of_changeset_detach_node(), of_changeset_add_property(),
|
/kernel/linux/linux-5.10/drivers/gpu/drm/rcar-du/ |
D | rcar_du_of.c | 90 ret = of_changeset_add_property(ocs, np, prop); in rcar_du_of_add_property()
|
/kernel/linux/linux-5.10/drivers/of/ |
D | unittest.c | 839 unittest(!of_changeset_add_property(&chgset, n1, ppname_n1), "fail add prop name\n"); in of_unittest_changeset() 842 unittest(!of_changeset_add_property(&chgset, n2, ppname_n2), "fail add prop name\n"); in of_unittest_changeset() 845 unittest(!of_changeset_add_property(&chgset, n21, ppname_n21), "fail add prop name\n"); in of_unittest_changeset() 849 unittest(!of_changeset_add_property(&chgset, parent, ppadd), "fail add prop prop-add\n"); in of_unittest_changeset()
|
D | overlay.c | 355 ret = of_changeset_add_property(&ovcs->cset, target->np, in add_changeset_property()
|
/kernel/linux/linux-5.10/include/linux/ |
D | of.h | 1401 static inline int of_changeset_add_property(struct of_changeset *ocs, in of_changeset_add_property() function
|