Searched refs:overlay_root (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/of/ |
H A D | overlay.c | 61 * @overlay_mem: the memory chunk that contains @overlay_root 62 * @overlay_root: expanded device tree that contains the fragment nodes 74 struct device_node *overlay_root; member 184 * the ovcs->overlay_root. When duplicating the properties, the paths 220 fragment_node = __of_find_node_by_path(ovcs->overlay_root, path + 1); in dup_and_fixup_symbol_prop() 736 * the top level of @overlay_root. The relevant top level nodes are the 741 * detected in @overlay_root. On error return, the caller of 763 if (!of_node_check_flag(ovcs->overlay_root, OF_DYNAMIC)) in init_overlay_changeset() 764 pr_debug("%s() ovcs->overlay_root is not dynamic\n", __func__); in init_overlay_changeset() 766 if (!of_node_check_flag(ovcs->overlay_root, OF_DETACHE in init_overlay_changeset() [all...] |
/kernel/linux/linux-5.10/drivers/of/ |
H A D | overlay.c | 1019 struct device_node *overlay_root; in of_overlay_fdt_apply() local 1042 of_fdt_unflatten_tree(new_fdt, NULL, &overlay_root); in of_overlay_fdt_apply() 1043 if (!overlay_root) { in of_overlay_fdt_apply() 1049 ret = of_overlay_apply(new_fdt, overlay_root, ovcs_id); in of_overlay_fdt_apply() 1052 * new_fdt and overlay_root now belong to the overlay in of_overlay_fdt_apply()
|
Completed in 4 milliseconds