Searched refs:of_overlay_fdt_apply (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/Documentation/devicetree/ |
D | overlay-notes.rst | 111 1) Call of_overlay_fdt_apply() to create and apply an overlay changeset. The 115 previously created via the call to of_overlay_fdt_apply(). Removal of an
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/drivers/of/ |
D | overlay.c | 1013 int of_overlay_fdt_apply(const void *overlay_fdt, u32 overlay_fdt_size, in of_overlay_fdt_apply() function 1068 EXPORT_SYMBOL_GPL(of_overlay_fdt_apply);
|
D | unittest.c | 3013 ret = of_overlay_fdt_apply(info->dtb_begin, size, &info->overlay_id); in overlay_data_apply()
|
/kernel/linux/linux-5.10/include/linux/ |
D | of.h | 1468 int of_overlay_fdt_apply(const void *overlay_fdt, u32 overlay_fdt_size, 1478 static inline int of_overlay_fdt_apply(void *overlay_fdt, u32 overlay_fdt_size, in of_overlay_fdt_apply() function
|