Lines Matching refs:device_node
35 struct device_node *target;
36 struct device_node *overlay;
57 struct device_node *target, const struct device_node *overlay);
60 struct device_node *target, struct property *prop) in of_overlay_apply_single_property()
86 struct device_node *target, struct device_node *child) in of_overlay_apply_single_device_node()
89 struct device_node *tchild; in of_overlay_apply_single_device_node()
131 struct device_node *target, const struct device_node *overlay) in of_overlay_apply_one()
133 struct device_node *child; in of_overlay_apply_one()
195 static struct device_node *find_target_node(struct device_node *info_node) in find_target_node()
232 struct device_node *info_node, struct of_overlay_info *ovinfo) in of_fill_overlay_info()
265 struct device_node *tree) in of_build_overlay_info()
267 struct device_node *node; in of_build_overlay_info()
339 int of_overlay_create(struct device_node *tree) in of_overlay_create()
411 static int overlay_subtree_check(struct device_node *tree, in overlay_subtree_check()
412 struct device_node *dn) in overlay_subtree_check()
414 struct device_node *child; in overlay_subtree_check()
431 static int overlay_is_topmost(struct of_overlay *ov, struct device_node *dn) in overlay_is_topmost()