Searched defs:mtd_partitions (Results 1 – 2 of 2) sorted by relevance
89 struct mtd_partitions { struct90 const struct mtd_partition *parts;91 int nr_parts;92 const struct mtd_part_parser *parser;
25 static struct mtd_partition mtd_partitions[] = { variable