Home
last modified time | relevance | path

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

/Linux-v6.6/Documentation/translations/zh_CN/devicetree/
Doverlay-notes.rst113 1) 调用of_overlay_fdt_apply()来创建和应用一个覆盖的变更集。返回值是一个
116 2) 调用of_overlay_remove()来删除和清理先前通过调用of_overlay_fdt_apply()
/Linux-v6.6/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-v6.6/drivers/of/
Doverlay.c987 int of_overlay_fdt_apply(const void *overlay_fdt, u32 overlay_fdt_size, in of_overlay_fdt_apply() function
1077 EXPORT_SYMBOL_GPL(of_overlay_fdt_apply);
Dunittest.c3493 ret = of_overlay_fdt_apply(info->dtbo_begin, size, &info->ovcs_id, in overlay_data_apply()
3836 ret = of_overlay_fdt_apply(info->dtbo_begin, size, &ovcs_id, dn); in testdrv_probe()
/Linux-v6.6/include/linux/
Dof.h1669 int of_overlay_fdt_apply(const void *overlay_fdt, u32 overlay_fdt_size,
1679 static inline int of_overlay_fdt_apply(const void *overlay_fdt, u32 overlay_fdt_size, in of_overlay_fdt_apply() function
/Linux-v6.6/
DMAINTAINERS15976 K: of_overlay_fdt_apply