Home
last modified time | relevance | path

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

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