Home
last modified time | relevance | path

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

/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()
/linux/drivers/of/
H A Dof_kunit_helpers.c59 ret = of_overlay_fdt_apply(overlay_fdt, overlay_fdt_size, in of_overlay_fdt_apply_kunit()
H A Doverlay.c985 int of_overlay_fdt_apply(const void *overlay_fdt, u32 overlay_fdt_size, in of_overlay_fdt_apply() function
1075 EXPORT_SYMBOL_GPL(of_overlay_fdt_apply);
H A Dunittest.c3979 ret = of_overlay_fdt_apply(info->dtbo_begin, size, &info->ovcs_id, in overlay_data_apply()
4320 ret = of_overlay_fdt_apply(info->dtbo_begin, size, &ovcs_id, dn); in testdrv_probe()
/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
/linux/drivers/misc/
H A Dlan966x_pci.c131 return of_overlay_fdt_apply(dtbo_start, dtbo_size, &data->ovcs_id, dev_of_node(data->dev)); in lan966x_pci_load_overlay()
/linux/include/linux/
H A Dof.h1787 int of_overlay_fdt_apply(const void *overlay_fdt, u32 overlay_fdt_size,
1797 static inline int of_overlay_fdt_apply(const void *overlay_fdt, u32 overlay_fdt_size, in of_overlay_fdt_apply() function
/linux/
H A DMAINTAINERS19797 K: of_overlay_fdt_apply