Home | History | Annotate | Download | only in ofctl

Lines Matching defs:of_node

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