Home
last modified time | relevance | path

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

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