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

  /external/u-boot/drivers/mtd/
mtdpart.c 41 struct mtd_part { struct
49 * Given a pointer to the MTD object in the mtd_part structure, we can retrieve
52 #define PART(x) ((struct mtd_part *)(x))
87 struct mtd_part *part = PART(mtd);
107 struct mtd_part *part = PART(mtd);
115 struct mtd_part *part = PART(mtd);
126 struct mtd_part *part = PART(mtd);
136 struct mtd_part *part = PART(mtd);
174 struct mtd_part *part = PART(mtd);
182 struct mtd_part *part = PART(mtd)
    [all...]
  /external/u-boot/cmd/
ubi.c 415 struct mtd_partition mtd_part; local
424 memset(&mtd_part, 0, sizeof(mtd_part));
425 mtd_part.name = buffer;
426 mtd_part.size = part->size;
427 mtd_part.offset = part->offset;
428 add_mtd_partitions(info, &mtd_part, 1);

Completed in 185 milliseconds