Searched refs:ovinfo (Results 1 – 1 of 1) sorted by relevance
175 struct of_overlay_info *ovinfo = &ov->ovinfo_tab[i]; in of_overlay_apply() local177 err = of_overlay_apply_one(ov, ovinfo->target, ovinfo->overlay); in of_overlay_apply()180 __func__, ovinfo->target->full_name); in of_overlay_apply()232 struct device_node *info_node, struct of_overlay_info *ovinfo) in of_fill_overlay_info() argument234 ovinfo->overlay = of_get_child_by_name(info_node, "__overlay__"); in of_fill_overlay_info()235 if (ovinfo->overlay == NULL) in of_fill_overlay_info()238 ovinfo->target = find_target_node(info_node); in of_fill_overlay_info()239 if (ovinfo->target == NULL) in of_fill_overlay_info()245 of_node_put(ovinfo->target); in of_fill_overlay_info()246 of_node_put(ovinfo->overlay); in of_fill_overlay_info()[all …]