Lines Matching refs:device_node
29 static struct device_node *__of_find_node_by_full_name(struct device_node *node, in __of_find_node_by_full_name()
32 struct device_node *child, *found; in __of_find_node_by_full_name()
55 struct device_node *node; in of_get_tree_max_phandle()
77 static void __of_adjust_tree_phandles(struct device_node *node, in __of_adjust_tree_phandles()
80 struct device_node *child; in __of_adjust_tree_phandles()
114 static int __of_adjust_phandle_ref(struct device_node *node, in __of_adjust_phandle_ref()
118 struct device_node *refnode; in __of_adjust_phandle_ref()
195 static int __of_node_name_cmp(const struct device_node *dn1, in __of_node_name_cmp()
196 const struct device_node *dn2) in __of_node_name_cmp()
211 static int __of_adjust_tree_phandle_references(struct device_node *node, in __of_adjust_tree_phandle_references()
212 struct device_node *target, int phandle_delta) in __of_adjust_tree_phandle_references()
214 struct device_node *child, *childtarget; in __of_adjust_tree_phandle_references()
304 int of_resolve_phandles(struct device_node *resolve) in of_resolve_phandles()
306 struct device_node *child, *childroot, *refnode; in of_resolve_phandles()
307 struct device_node *root_sym, *resolve_sym, *resolve_fix; in of_resolve_phandles()