Lines Matching refs:device_node
25 struct device_node *node; in live_tree_max_phandle()
41 static void adjust_overlay_phandles(struct device_node *overlay, in adjust_overlay_phandles()
44 struct device_node *child; in adjust_overlay_phandles()
73 static int update_usages_of_a_phandle_reference(struct device_node *overlay, in update_usages_of_a_phandle_reference()
76 struct device_node *refnode; in update_usages_of_a_phandle_reference()
130 static int node_name_cmp(const struct device_node *dn1, in node_name_cmp()
131 const struct device_node *dn2) in node_name_cmp()
150 static int adjust_local_phandle_references(const struct device_node *local_fixups, in adjust_local_phandle_references()
151 const struct device_node *overlay, int phandle_delta) in adjust_local_phandle_references()
153 struct device_node *overlay_child; in adjust_local_phandle_references()
248 int of_resolve_phandles(struct device_node *overlay) in of_resolve_phandles()
250 struct device_node *child, *refnode; in of_resolve_phandles()
251 struct device_node *overlay_fixups; in of_resolve_phandles()
252 struct device_node __free(device_node) *local_fixups = NULL; in of_resolve_phandles()
289 struct device_node __free(device_node) *tree_symbols = of_find_node_by_path("/__symbols__"); in of_resolve_phandles()