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

/drivers/of/
H A Ddynamic.c33 * of_node_put() - Decrement refcount of a node
37 void of_node_put(struct device_node *node) function
42 EXPORT_SYMBOL(of_node_put); variable
63 of_node_put(np);
210 * In of_node_put() this function is passed to kref_put() as the destructor.
219 pr_err("ERROR: Bad of_node_put() on %s\n", node->full_name);
323 of_node_put(ce->np);

Completed in 153 milliseconds