Home
last modified time | relevance | path

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

/linux-6.1.9/Documentation/translations/zh_CN/devicetree/
Doverlay-notes.rst113 1) 调用of_overlay_fdt_apply()来创建和应用一个覆盖的变更集。返回值是一个
116 2) 调用of_overlay_remove()来删除和清理先前通过调用of_overlay_fdt_apply()
/linux-6.1.9/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-6.1.9/drivers/of/
Doverlay.c968 int of_overlay_fdt_apply(const void *overlay_fdt, u32 overlay_fdt_size, in of_overlay_fdt_apply() function
1057 EXPORT_SYMBOL_GPL(of_overlay_fdt_apply);
Dunittest.c3211 ret = of_overlay_fdt_apply(info->dtb_begin, size, &info->ovcs_id); in overlay_data_apply()
/linux-6.1.9/include/linux/
Dof.h1572 int of_overlay_fdt_apply(const void *overlay_fdt, u32 overlay_fdt_size,
1582 static inline int of_overlay_fdt_apply(void *overlay_fdt, u32 overlay_fdt_size, in of_overlay_fdt_apply() function
/linux-6.1.9/
DMAINTAINERS15394 K: of_overlay_fdt_apply