Home
last modified time | relevance | path

Searched refs:of_overlay_apply (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/of/
H A Doverlay.c99 * of_overlay_apply() may add a larger phandle to the live tree.
103 * of_overlay_apply()
874 * of_overlay_apply() - Create and apply an overlay changeset
914 static int of_overlay_apply(const void *fdt, struct device_node *tree, in of_overlay_apply() function
1049 ret = of_overlay_apply(new_fdt, overlay_root, ovcs_id); in of_overlay_fdt_apply()
/kernel/linux/linux-6.6/drivers/of/
H A Doverlay.c103 * of_overlay_apply() may add a larger phandle to the live tree.
107 * of_overlay_apply()
893 * of_overlay_apply() - Create and apply an overlay changeset
916 * the caller of of_overlay_apply() must call free_overlay_changeset().
919 static int of_overlay_apply(struct overlay_changeset *ovcs, in of_overlay_apply() function
976 * See of_overlay_apply() for important behavior information.
1059 ret = of_overlay_apply(ovcs, base); in of_overlay_fdt_apply()
1061 * If of_overlay_apply() error, calling free_overlay_changeset() may in of_overlay_fdt_apply()

Completed in 4 milliseconds