Searched refs:fdt_overlay_apply (Results 1 - 5 of 5) sorted by path

/freebsd-11-stable/contrib/dtc/libfdt/
H A Dfdt_overlay.c632 int fdt_overlay_apply(void *fdt, void *fdto) function
H A Dlibfdt.h1797 * fdt_overlay_apply - Applies a DT overlay on a base DT
1801 * fdt_overlay_apply() will apply the given device tree overlay on the
1825 int fdt_overlay_apply(void *fdt, void *fdto);
/freebsd-11-stable/sys/contrib/libfdt/
H A Dfdt_overlay.c864 int fdt_overlay_apply(void *fdt, void *fdto) function
H A Dlibfdt.h1866 * fdt_overlay_apply - Applies a DT overlay on a base DT
1870 * fdt_overlay_apply() will apply the given device tree overlay on the
1894 int fdt_overlay_apply(void *fdt, void *fdto);
/freebsd-11-stable/stand/fdt/
H A Dfdt_loader_cmd.c489 rv = fdt_overlay_apply(next_fdtp, overlay);

Completed in 242 milliseconds