Home
last modified time | relevance | path

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

/openbmc/linux/drivers/of/
H A Dunittest.c824 struct property *ppremove; in of_unittest_changeset() local
864 ppremove = of_find_property(parent, "prop-remove", NULL); in of_unittest_changeset()
865 unittest(ppremove, "failed to find removal prop"); in of_unittest_changeset()
882 unittest(!of_changeset_remove_property(&chgset, parent, ppremove), "fail remove prop\n"); in of_unittest_changeset()
912 ppremove = of_find_property(parent, "prop-remove", NULL); in of_unittest_changeset()
913 unittest(ppremove, "failed to find removed prop after revert\n"); in of_unittest_changeset()