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