Searched refs:ovinfo (Results 1 – 1 of 1) sorted by relevance
174 struct of_overlay_info *ovinfo = &ov->ovinfo_tab[i]; in of_overlay_apply() local176 err = of_overlay_apply_one(ov, ovinfo->target, ovinfo->overlay); in of_overlay_apply()179 __func__, ovinfo->target->full_name); in of_overlay_apply()231 struct device_node *info_node, struct of_overlay_info *ovinfo) in of_fill_overlay_info() argument233 ovinfo->overlay = of_get_child_by_name(info_node, "__overlay__"); in of_fill_overlay_info()234 if (ovinfo->overlay == NULL) in of_fill_overlay_info()237 ovinfo->target = find_target_node(info_node); in of_fill_overlay_info()238 if (ovinfo->target == NULL) in of_fill_overlay_info()244 of_node_put(ovinfo->target); in of_fill_overlay_info()245 of_node_put(ovinfo->overlay); in of_fill_overlay_info()[all …]