Home
last modified time | relevance | path

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

/Linux-v5.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
/Linux-v5.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()
/Linux-v5.10/drivers/of/
Doverlay.c1014 int of_overlay_fdt_apply(const void *overlay_fdt, u32 overlay_fdt_size, in of_overlay_fdt_apply() function
1069 EXPORT_SYMBOL_GPL(of_overlay_fdt_apply);
Dunittest.c2984 ret = of_overlay_fdt_apply(info->dtb_begin, size, &info->overlay_id); in overlay_data_apply()
/Linux-v5.10/include/linux/
Dof.h1460 int of_overlay_fdt_apply(const void *overlay_fdt, u32 overlay_fdt_size,
1470 static inline int of_overlay_fdt_apply(void *overlay_fdt, u32 overlay_fdt_size, in of_overlay_fdt_apply() function