HomeSort by relevance Sort by last modified time
    Searched refs:fdt_to_ufdt (Results 1 - 3 of 3) sorted by null

  /system/libufdt/include/
libufdt.h 151 * To get the whole tree please call `fdt_to_ufdt(fdtp, fdt_size)`
295 struct ufdt *fdt_to_ufdt(void *fdtp, size_t fdt_size);
  /system/libufdt/
ufdt_overlay.c 647 main_tree = fdt_to_ufdt(main_fdt_header, main_fdt_size);
648 overlay_tree = fdt_to_ufdt(overlay_fdtp, overlay_size);
ufdt_convert.c 332 struct ufdt *fdt_to_ufdt(void *fdtp, size_t fdt_size) { function

Completed in 75 milliseconds