Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/devicetree/
Dchangesets.txt18 of_changeset_detach_node(), of_changeset_add_property(),
/linux-4.4.14/include/linux/
Dof.h1017 static inline int of_changeset_detach_node(struct of_changeset *ocs, in of_changeset_detach_node() function
/linux-4.4.14/drivers/of/
Dunittest.c528 unittest(!of_changeset_detach_node(&chgset, nremove), "fail remove node\n"); in of_unittest_changeset()