Home
last modified time | relevance | path

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

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