Lines Matching refs:of_node
67 struct of_node { struct
68 TAILQ_ENTRY(of_node) of_sibling;
69 TAILQ_HEAD(,of_node) of_children;
71 struct of_node *of_parent; argument
86 struct of_node of_root; argument
104 of_tree_mkprop(struct of_node *node, prop_dictionary_t propdict, in of_tree_mkprop()
140 static struct of_node *
141 of_tree_mknode(struct of_node *parent) in of_tree_mknode()
143 struct of_node *newnode; in of_tree_mknode()
161 of_tree_fill(prop_dictionary_t dict, struct of_node *node) in of_tree_fill()
319 static struct of_node *
320 of_tree_walk(struct of_node *node, in of_tree_walk()
321 struct of_node *(*fn)(struct of_node *, const void *), in of_tree_walk() argument
324 struct of_node *child, *match; in of_tree_walk()
336 static struct of_node *
337 of_match_by_nodeid(struct of_node *node, const void *ctx) in of_match_by_nodeid()
342 static struct of_node *
343 of_match_by_parentid(struct of_node *node, const void *ctx) in of_match_by_parentid()
353 struct of_node *child; in OF_parent()
367 struct of_node *child; in OF_child()
378 struct of_node *node, *match; in OF_peer()
418 struct of_node *node; in of_tree_getprop()