Lines Matching refs:overlay
8 device tree overlay functionality residing in drivers/of/overlay.c and is a
14 A Device Tree's overlay purpose is to modify the kernel's live tree, and
41 The overlay bar.dts,
44 ---- bar.dts - overlay target location by label ----------------------------
81 As a result of the overlay, a new device node (bar) has been created
86 will not be available to resolve the overlay node(s) to the proper location
88 location by label syntax is preferred because the overlay can be applied to
93 ---- bar.dts - overlay target location by explicit path --------------------
111 1) Call of_overlay_fdt_apply() to create and apply an overlay changeset. The
112 return value is an error or a cookie identifying this overlay.
114 2) Call of_overlay_remove() to remove and cleanup the overlay changeset
116 overlay changeset that is stacked by another will not be permitted.
123 overlay operations. See of_overlay_notifier_register/unregister and