Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/devicetree/
Doverlay-notes.txt90 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-v4.19/drivers/of/
Doverlay.c844 int of_overlay_fdt_apply(const void *overlay_fdt, u32 overlay_fdt_size, in of_overlay_fdt_apply() function
899 EXPORT_SYMBOL_GPL(of_overlay_fdt_apply);
Dunittest.c2280 ret = of_overlay_fdt_apply(info->dtb_begin, size, &info->overlay_id); in overlay_data_apply()
/Linux-v4.19/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-v4.19/include/linux/
Dof.h1407 int of_overlay_fdt_apply(const void *overlay_fdt, u32 overlay_fdt_size,
1417 static inline int of_overlay_fdt_apply(void *overlay_fdt, int *ovcs_id) in of_overlay_fdt_apply() function