Searched refs:partition_info (Results 1 - 25 of 25) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/partitions/
H A Datari.h14 struct partition_info struct
25 struct partition_info icdpart[8]; /* info for ICD-partitions 5..12 */
28 struct partition_info part[4];
H A Datari.c37 struct partition_info *pi;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/maps/
H A Dlasat.c26 static struct mtd_partition partition_info[LASAT_MTD_LAST]; variable in typeref:struct:mtd_partition
59 partition_info[i].name = lasat_mtd_partnames[i];
73 partition_info[i].size = size;
74 partition_info[i].offset = offset;
78 add_mtd_partitions( lasat_mtd, partition_info, LASAT_MTD_LAST );
H A Dscx200_docflash.c50 static struct mtd_partition partition_info[] = { variable in typeref:struct:mtd_partition
72 #define NUM_PARTITIONS ARRAY_SIZE(partition_info)
205 partition_info[3].offset = mymtd->size-partition_info[3].size;
206 partition_info[2].size = partition_info[3].offset-partition_info[2].offset;
207 add_mtd_partitions(mymtd, partition_info, NUM_PARTITIONS);
H A Ddbox2-flash.c17 /* partition_info gives details on the logical partitions that the split the
20 static struct mtd_partition partition_info[]= { variable in typeref:struct:mtd_partition
59 #define NUM_PARTITIONS ARRAY_SIZE(partition_info)
98 add_mtd_partitions(mymtd, partition_info, NUM_PARTITIONS);
H A Dnetsc520.c54 /* partition_info gives details on the logical partitions that the split the
57 static struct mtd_partition partition_info[]={ variable in typeref:struct:mtd_partition
79 #define NUM_PARTITIONS ARRAY_SIZE(partition_info)
121 add_mtd_partitions( mymtd, partition_info, NUM_PARTITIONS );
H A Ddilnetpc.c272 static struct mtd_partition partition_info[]= variable in typeref:struct:mtd_partition
302 #define NUM_PARTITIONS ARRAY_SIZE(partition_info)
390 partition_info[2].size = 0xf0000;
398 ++partition_info[i].name;
450 partition_info[0].mtdp = &lowlvl_parts[0];
451 partition_info[1].mtdp = &lowlvl_parts[2];
452 partition_info[2].mtdp = &lowlvl_parts[1];
453 partition_info[3].mtdp = &lowlvl_parts[3];
455 add_mtd_partitions(mymtd, partition_info, NUM_PARTITIONS);
H A Dmbx860.c36 /* partition_info gives details on the logical partitions that the split the
39 static struct mtd_partition partition_info[]={ variable in typeref:struct:mtd_partition
75 add_mtd_partitions(mymtd, partition_info, NUM_PARTITIONS);
H A Dsbc_gxx.c90 /* partition_info gives details on the logical partitions that the split the
93 static struct mtd_partition partition_info[]={ variable in typeref:struct:mtd_partition
229 add_mtd_partitions(all_mtd, partition_info, NUM_PARTITIONS );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/nand/
H A Dspia.c70 static const struct mtd_partition partition_info[] = { variable in typeref:struct:mtd_partition
154 add_mtd_partitions(spia_mtd, partition_info, NUM_PARTITIONS);
H A Dams-delta.c41 static struct mtd_partition partition_info[] = { variable in typeref:struct:mtd_partition
211 add_mtd_partitions(ams_delta_mtd, partition_info,
212 ARRAY_SIZE(partition_info));
H A Dcmx270_nand.c56 static struct mtd_partition partition_info[] = { variable in typeref:struct:mtd_partition
63 #define NUM_PARTITIONS (ARRAY_SIZE(partition_info))
226 mtd_parts = partition_info;
H A Dedb7312.c64 static struct mtd_partition partition_info[] = { variable in typeref:struct:mtd_partition
176 mtd_parts = partition_info;
H A Dh1910.c47 static struct mtd_partition partition_info[] = { variable in typeref:struct:mtd_partition
146 mtd_parts = partition_info;
H A Dexcite_nandflash.c56 static const struct mtd_partition partition_info[] = { variable in typeref:struct:mtd_partition
212 add_mtd_partitions(&drvdata->board_mtd, partition_info,
213 sizeof partition_info / sizeof partition_info[0]);
H A Dat91_nand.c156 if (host->board->partition_info)
157 partitions = host->board->partition_info(mtd->size, &num_partitions);
H A Dau1550nd.c37 static const struct mtd_partition partition_info[] = { variable in typeref:struct:mtd_partition
586 add_mtd_partitions(au1550_mtd, partition_info, ARRAY_SIZE(partition_info));
H A Drtc_from4.c100 static const struct mtd_partition partition_info[] = { variable in typeref:struct:mtd_partition
569 add_mtd_partitions(rtc_from4_mtd, partition_info, NUM_PARTITIONS);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-at91/
H A Dboard.h91 struct mtd_partition* (*partition_info)(int, int*); member in struct:at91_nand_data
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-at91/
H A Dboard-kb9202.c111 .partition_info = nand_partitions,
H A Dboard-sam9260ek.c155 .partition_info = nand_partitions,
H A Dboard-sam9263ek.c195 .partition_info = nand_partitions,
H A Dboard-sam9rlek.c102 .partition_info = nand_partitions,
H A Dboard-dk.c147 .partition_info = nand_partitions,
H A Dboard-sam9261ek.c193 .partition_info = nand_partitions,

Completed in 96 milliseconds