Lines Matching refs:mtd_partition

102 static struct mtd_partition adsbitsy_partitions[] = {
129 static struct mtd_partition assabet4_partitions[] = {
149 static struct mtd_partition assabet5_partitions[] = {
179 static struct mtd_partition badge4_partitions[] = {
205 static struct mtd_partition cerf_partitions[] = {
226 static struct mtd_partition cerf_partitions[] = {
254 static struct mtd_partition consus_partitions[] = {
293 static struct mtd_partition flexanet_partitions[] = {
340 static struct mtd_partition freebird_partitions[] = {
393 static struct mtd_partition frodo_partitions[] =
421 static struct mtd_partition graphicsclient_partitions[] = {
442 static struct mtd_partition graphicsmaster_partitions[] = {
465 static struct mtd_partition h3600_partitions[] = {
512 static struct mtd_partition huw_webpanel_partitions[] = {
530 static struct mtd_partition jornada720_partitions[] = {
576 static struct mtd_partition pangolin_partitions[] = {
601 static struct mtd_partition system3_partitions[] = {
625 static struct mtd_partition shannon_partitions[] = {
647 static struct mtd_partition sherman_partitions[] = {
666 static struct mtd_partition simpad_partitions[] = {
704 static struct mtd_partition stork_partitions[] = {
746 static struct mtd_partition yopy_partitions[] = {
768 extern int parse_redboot_partitions(struct mtd_info *master, struct mtd_partition **pparts);
769 extern int parse_bootldr_partitions(struct mtd_info *master, struct mtd_partition **pparts);
771 static struct mtd_partition *parsed_parts;
776 struct mtd_partition *parts; in sa1100_mtd_init()