Searched refs:of_overlay_fdt_apply (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/Documentation/devicetree/ |
| D | overlay-notes.txt | 90 1. Call of_overlay_fdt_apply() to create and apply an overlay changeset. The 94 previously created via the call to of_overlay_fdt_apply(). Removal of an
|
| /Linux-v5.4/drivers/gpu/drm/rcar-du/ |
| D | rcar_du_of.c | 62 return of_overlay_fdt_apply(dtb->begin, dtb->end - dtb->begin, in rcar_du_of_apply_overlay()
|
| /Linux-v5.4/drivers/of/ |
| D | overlay.c | 1011 int of_overlay_fdt_apply(const void *overlay_fdt, u32 overlay_fdt_size, in of_overlay_fdt_apply() function 1066 EXPORT_SYMBOL_GPL(of_overlay_fdt_apply);
|
| D | unittest.c | 2349 ret = of_overlay_fdt_apply(info->dtb_begin, size, &info->overlay_id); in overlay_data_apply()
|
| /Linux-v5.4/include/linux/ |
| D | of.h | 1442 int of_overlay_fdt_apply(const void *overlay_fdt, u32 overlay_fdt_size, 1452 static inline int of_overlay_fdt_apply(void *overlay_fdt, u32 overlay_fdt_size, in of_overlay_fdt_apply() function
|