Home
last modified time | relevance | path

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

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