Searched refs:overlay (Results 1 – 1 of 1) sorted by relevance
720 int overlay; in overlay_prevent_phandle_overwrite() local724 overlay = fdt_subnode_offset(fdto, fragment, "__overlay__"); in overlay_prevent_phandle_overwrite()725 if (overlay == -FDT_ERR_NOTFOUND) in overlay_prevent_phandle_overwrite()728 if (overlay < 0) in overlay_prevent_phandle_overwrite()729 return overlay; in overlay_prevent_phandle_overwrite()736 fdto, overlay); in overlay_prevent_phandle_overwrite()830 int overlay; in overlay_merge() local839 if (overlay == -FDT_ERR_NOTFOUND) in overlay_merge()842 if (overlay < 0) in overlay_merge()843 return overlay; in overlay_merge()[all …]
Completed in 4 milliseconds