Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/Documentation/devicetree/
Dchangesets.rst25 of_changeset_remove_property, of_changeset_update_property() to prepare
/kernel/linux/linux-5.10/include/linux/
Dof.h1407 static inline int of_changeset_remove_property(struct of_changeset *ocs, in of_changeset_remove_property() function
/kernel/linux/linux-5.10/drivers/of/
Dunittest.c851 unittest(!of_changeset_remove_property(&chgset, parent, ppremove), "fail remove prop\n"); in of_unittest_changeset()