Searched refs:mtd_partition (Results 1 – 25 of 39) sorted by relevance
12
/linux-2.4.37.9/drivers/mtd/maps/ |
D | sa1100-flash.c | 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[] = [all …]
|
D | pb1xxx-flash.c | 108 static struct mtd_partition pb1xxx_partitions[] = { 141 static struct mtd_partition pb1xxx_partitions[] = { 161 static struct mtd_partition pb1xxx_partitions[] = { 181 static struct mtd_partition pb1xxx_partitions[] = { 202 static struct mtd_partition *parsed_parts; 207 struct mtd_partition *parts; in pb1xxx_mtd_init()
|
D | epxa10db-flash.c | 42 static struct mtd_partition *parts; 46 extern int parse_redboot_partitions(struct mtd_info *, struct mtd_partition **); 47 static int epxa_default_partitions(struct mtd_info *master, struct mtd_partition **pparts); 192 static int __init epxa_default_partitions(struct mtd_info *master, struct mtd_partition **pparts) in epxa_default_partitions() 194 struct mtd_partition *parts; in epxa_default_partitions()
|
D | iq80310.c | 83 static struct mtd_partition iq80310_partitions[4] = { 108 static struct mtd_partition *parsed_parts; 110 extern int parse_redboot_partitions(struct mtd_info *master, struct mtd_partition **pparts); 114 struct mtd_partition *parts; in init_iq80310()
|
D | solutionengine.c | 21 extern int parse_redboot_partitions(struct mtd_info *master, struct mtd_partition **pparts); 43 static struct mtd_partition *parsed_parts; 62 static struct mtd_partition superh_se_partitions[] = {
|
D | ceiva.c | 116 static struct mtd_partition ceiva_partitions[] = { 139 static int __init clps_static_partitions(struct mtd_partition **parts) in clps_static_partitions() 321 extern int parse_redboot_partitions(struct mtd_info *master, struct mtd_partition **pparts); 322 extern int parse_cmdline_partitions(struct mtd_info *master, struct mtd_partition **pparts, char *); 324 static struct mtd_partition *parsed_parts;
|
D | physmap.c | 84 static struct mtd_partition *mtd_parts = 0; 87 static struct mtd_partition physmap_partitions[] = { 113 #define NUM_PARTITIONS (sizeof(physmap_partitions)/sizeof(struct mtd_partition))
|
D | edb7312.c | 100 static struct mtd_partition static_partitions[3] = 123 struct mtd_partition **pparts, 130 static struct mtd_partition *mtd_parts = 0;
|
D | physmap64.c | 98 static struct mtd_partition *mtd_parts = 0; 101 static struct mtd_partition physmap_partitions[] = { 127 #define NUM_PARTITIONS (sizeof(physmap_partitions)/sizeof(struct mtd_partition))
|
D | impa7.c | 117 static struct mtd_partition static_partitions[] = 130 struct mtd_partition **pparts, 137 static struct mtd_partition *mtd_parts = 0;
|
D | cstm_mips_ixx.c | 175 static struct mtd_partition cstm_mips_ixx_partitions[PHYSMAP_NUMBER][MAX_PHYSMAP_PARTITIONS] = { 197 static struct mtd_partition cstm_mips_ixx_partitions[PHYSMAP_NUMBER][MAX_PHYSMAP_PARTITIONS] = { 215 struct mtd_partition *parts; in init_cstm_mips_ixx()
|
D | tqm8xxl.c | 44 struct mtd_partition* mtd_part; 112 static struct mtd_partition tqm8xxl_partitions[] = { 137 static struct mtd_partition tqm8xxl_fs_partitions[] = {
|
D | cfi_flagadm.c | 115 struct mtd_partition flagadm_parts[] = { 138 #define PARTITION_COUNT (sizeof(flagadm_parts)/sizeof(struct mtd_partition))
|
D | dc21285.c | 109 static struct mtd_partition *dc21285_parts; 111 extern int parse_redboot_partitions(struct mtd_info *, struct mtd_partition **);
|
D | ocelot.c | 23 extern int parse_redboot_partitions(struct mtd_info *master, struct mtd_partition **pparts); 70 static struct mtd_partition *parsed_parts;
|
D | integrator-flash.c | 44 extern int parse_afs_partitions(struct mtd_info *, struct mtd_partition **); 211 static struct mtd_partition *parts;
|
D | dilnetpc.c | 316 static struct mtd_partition partition_info[]= 369 static struct mtd_partition higlvl_partition_info[]=
|
D | pnc2000.c | 85 static struct mtd_partition pnc_partitions[3] = {
|
/linux-2.4.37.9/drivers/mtd/ |
D | cmdlinepart.c | 52 struct mtd_partition *parts; 70 static struct mtd_partition * newpart(char *s, in newpart() 77 struct mtd_partition *parts; in newpart() 164 alloc_size = *num_parts * sizeof(struct mtd_partition) + in newpart() 219 struct mtd_partition *parts; in mtdpart_setup_real() 295 struct mtd_partition **pparts, in parse_cmdline_partitions()
|
D | afs.c | 128 int parse_afs_partitions(struct mtd_info *mtd, struct mtd_partition **pparts) in parse_afs_partitions() 130 struct mtd_partition *parts; in parse_afs_partitions() 160 sz += sizeof(struct mtd_partition); in parse_afs_partitions()
|
D | redboot.c | 37 int parse_redboot_partitions(struct mtd_info *master, struct mtd_partition **pparts) in parse_redboot_partitions() 41 struct mtd_partition *parts; in parse_redboot_partitions()
|
/linux-2.4.37.9/include/linux/mtd/ |
D | partitions.h | 39 struct mtd_partition { struct 52 int add_mtd_partitions(struct mtd_info *, struct mtd_partition *, int); argument
|
/linux-2.4.37.9/drivers/mtd/nand/ |
D | autcpu12.c | 74 static struct mtd_partition partition_info16k[] = { 83 static struct mtd_partition partition_info32k[] = { 92 static struct mtd_partition partition_info64k[] = { 101 static struct mtd_partition partition_info128k[] = {
|
D | edb7312.c | 73 static struct mtd_partition partition_info[] = { 81 struct mtd_partition **pparts, 132 struct mtd_partition *mtd_parts = 0; in ep7312_init()
|
/linux-2.4.37.9/arch/cris/drivers/ |
D | axisflashmap.c | 250 static struct mtd_partition axis_default_partitions[NUM_DEFAULT_PARTITIONS] = { 269 static struct mtd_partition axis_partitions[MAX_PARTITIONS] = {
|
12