Lines Matching defs:of_node_put
41 * of_node_put() - Decrement refcount of a node
45 void of_node_put(struct device_node *node)
50 EXPORT_SYMBOL(of_node_put);
324 * In of_node_put() this function is passed to kref_put() as the destructor.
339 pr_err("ERROR: %s() detected bad of_node_put() on %pOF/%s\n",
351 pr_err("ERROR: next of_node_put() on this node will result in a kobject warning 'refcount_t: underflow; use-after-free.'\n");
445 * of_node_put() on it when done to free the memory allocated for it.
483 of_node_put(node); /* Frees the node and properties */
511 of_node_put(np);
524 pr_err("ERROR: memory leak, expected refcount 1 instead of %d, of_node_get()/of_node_put() unbalanced - destroy cset entry: attach overlay node %pOF\n",
531 of_node_put(ce->np);