Searched defs:of_node_put (Results 1 - 1 of 1) sorted by relevance

/drivers/of/
H A Dbase.c116 * In of_node_put() this function is passed to kref_put()
126 pr_err("ERROR: Bad of_node_put() on %s\n", node->full_name);
153 * of_node_put - Decrement refcount of a node
158 void of_node_put(struct device_node *node) function
163 EXPORT_SYMBOL(of_node_put); variable
192 * of_node_put() will be called on it
195 * of_node_put() on it when done.
206 of_node_put(prev);
264 of_node_put(root);
301 * of_node_put() o
[all...]

Completed in 38 milliseconds