Searched refs:overlay (Results 1 – 2 of 2) sorted by relevance
| /scripts/dtc/ |
| D | fdtoverlay.c | 43 static void *apply_one(char *base, const char *overlay, size_t *buf_len, in apply_one() argument 54 tmpo = xmalloc(fdt_totalsize(overlay)); in apply_one() 66 memcpy(tmpo, overlay, fdt_totalsize(overlay)); in apply_one()
|
| /scripts/dtc/libfdt/ |
| D | fdt_overlay.c | 720 int overlay; in overlay_prevent_phandle_overwrite() local 724 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() 742 fdto, overlay); in overlay_prevent_phandle_overwrite() 836 int overlay; in overlay_merge() local 844 overlay = fdt_subnode_offset(fdto, fragment, "__overlay__"); in overlay_merge() 845 if (overlay == -FDT_ERR_NOTFOUND) in overlay_merge() 848 if (overlay < 0) in overlay_merge() [all …]
|