Searched refs:of_changeset_add_property (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/Documentation/translations/zh_CN/devicetree/ |
A D | changesets.rst | 29 of_changeset_add_property(), of_changeset_remove_property,
|
/linux-6.3-rc2/Documentation/devicetree/ |
A D | changesets.rst | 24 of_changeset_detach_node(), of_changeset_add_property(),
|
/linux-6.3-rc2/drivers/of/ |
A D | unittest.c | 847 unittest(!of_changeset_add_property(&chgset, n1, ppname_n1), "fail add prop name\n"); in of_unittest_changeset() 850 unittest(!of_changeset_add_property(&chgset, n2, ppname_n2), "fail add prop name\n"); in of_unittest_changeset() 853 unittest(!of_changeset_add_property(&chgset, n21, ppname_n21), "fail add prop name\n"); in of_unittest_changeset() 857 unittest(!of_changeset_add_property(&chgset, parent, ppadd), "fail add prop prop-add\n"); in of_unittest_changeset()
|
A D | overlay.c | 353 ret = of_changeset_add_property(&ovcs->cset, target->np, in add_changeset_property()
|
/linux-6.3-rc2/include/linux/ |
A D | of.h | 1542 static inline int of_changeset_add_property(struct of_changeset *ocs, in of_changeset_add_property() function
|
Completed in 15 milliseconds