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

/include/linux/
H A Dof.h44 struct device_node { struct
52 struct device_node *parent;
53 struct device_node *child;
54 struct device_node *sibling;
55 struct device_node *next; /* next device of same type */
56 struct device_node *allnext; /* next in list of all nodes */
70 struct device_node *np;
76 extern struct device_node *of_node_get(struct device_node *node);
77 extern void of_node_put(struct device_node *nod
[all...]
H A Ddmaengine.h265 * @device_node: used to add this to the device chan list
280 struct list_head device_node; member in struct:dma_chan

Completed in 133 milliseconds