Name

of_node_get — Increment refcount of a node

Synopsis

struct device_node * of_node_get (struct device_node * node);
 

Arguments

node

If not NULL, pointer to node to increment refcount

Description

Increment the reference count of node. The return value is the value of input node argument.

Return

Pointer to node