HomeSort by relevance Sort by last modified time
    Searched full:out_fdt_header (Results 1 - 1 of 1) sorted by null

  /system/libufdt/
ufdt_overlay.c 647 struct fdt_header *out_fdt_header = dto_malloc(out_fdt_size); local
649 if (out_fdt_header == NULL) {
663 err = ufdt_to_fdt(main_tree, out_fdt_header, out_fdt_size);
665 dto_error("Failed to dump the device tree to out_fdt_header\n");
673 return out_fdt_header;
679 dto_free(out_fdt_header);

Completed in 201 milliseconds