Lines Matching refs:overlay
37 struct device_node *overlay; member
59 struct device_node *target, const struct device_node *overlay,
86 nd.overlay = ovinfo->overlay; in of_overlay_notify()
121 overlay_name = ovinfo->overlay->full_name; in dup_and_fixup_symbol_prop()
248 struct device_node *target, const struct device_node *overlay, in of_overlay_apply_one() argument
255 for_each_property_of_node(overlay, prop) { in of_overlay_apply_one()
269 for_each_child_of_node(overlay, child) { in of_overlay_apply_one()
299 err = of_overlay_apply_one(ov, ovinfo->target, ovinfo->overlay, in of_overlay_apply()
356 ovinfo->overlay = of_get_child_by_name(info_node, "__overlay__"); in of_fill_overlay_info()
357 if (ovinfo->overlay == NULL) in of_fill_overlay_info()
368 of_node_put(ovinfo->overlay); in of_fill_overlay_info()
414 ovinfo[cnt].overlay = node; in of_build_overlay_info()
457 of_node_put(ovinfo->overlay); in of_free_overlay_info()