Home
last modified time | relevance | path

Searched refs:of_changeset_remove_property (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/Documentation/devicetree/
Dchangesets.txt19 of_changeset_remove_property, of_changeset_update_property() to prepare
/Linux-v4.19/include/linux/
Dof.h1346 static inline int of_changeset_remove_property(struct of_changeset *ocs, in of_changeset_remove_property() function
/Linux-v4.19/drivers/of/
Dunittest.c751 unittest(!of_changeset_remove_property(&chgset, parent, ppremove), "fail remove prop\n"); in of_unittest_changeset()