Home
last modified time | relevance | path

Searched refs:of_overlay_fdt_apply (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/Documentation/devicetree/
Doverlay-notes.rst111 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/
Drcar_du_of.c62 return of_overlay_fdt_apply(dtb->begin, dtb->end - dtb->begin, in rcar_du_of_apply_overlay()
/kernel/linux/linux-5.10/drivers/of/
Doverlay.c1013 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);
Dunittest.c3013 ret = of_overlay_fdt_apply(info->dtb_begin, size, &info->overlay_id); in overlay_data_apply()
/kernel/linux/linux-5.10/include/linux/
Dof.h1468 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