OF_GET_NEXT_CHILD

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

of_get_next_child - Iterate a node childs  

SYNOPSIS

"SYNOPSIS"

struct device_node * of_get_next_child (const struct device_node * node, struct device_node * prev);  

ARGUMENTS

node
parent node
prev
previous child of the parent node, or NULL to get first
 

DESCRIPTION

Returns a node pointer with refcount incremented, use of_node_put on it when done.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:35 GMT, October 09, 2005