Searched refs:part_probes (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mtd/nand/
H A Dedb7312.c107 const char *part_probes[] = { "cmdlinepart", NULL }; variable
169 mtd_parts_nb = parse_mtd_partitions(ep7312_mtd, part_probes, &mtd_parts, 0);
H A Dts7250.c40 static const char *part_probes[] = { "cmdlinepart", NULL }; variable
166 mtd_parts_nb = parse_mtd_partitions(ts7250_mtd, part_probes, &mtd_parts, 0);
H A Dat91_nand.c86 const char *part_probes[] = { "cmdlinepart", NULL }; variable
161 num_partitions = parse_mtd_partitions(mtd, part_probes, &partitions, 0);
H A Dcmx270_nand.c65 const char *part_probes[] = { "cmdlinepart", NULL }; variable
218 mtd_parts_nb = parse_mtd_partitions(cmx270_nand_mtd, part_probes,
H A Dsharpsl.c149 const char *part_probes[] = { "cmdlinepart", NULL }; variable
223 nr_partitions = parse_mtd_partitions(sharpsl_mtd, part_probes, &sharpsl_partition_info, 0);
H A Dppchameleonevb.c195 const char *part_probes[] = { "cmdlinepart", NULL }; variable
291 mtd_parts_nb = parse_mtd_partitions(ppchameleon_mtd, part_probes, &mtd_parts, 0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mtd/maps/
H A Domap_nor.c51 static const char *part_probes[] = { /* "RedBoot", */ "cmdlinepart", NULL }; variable
110 err = parse_mtd_partitions(info->mtd, part_probes, &info->parts, 0);
H A Dwr_sbc82xx_flash.c65 static const char *part_probes[] __initdata = {"cmdlinepart", "RedBoot", NULL};
134 nr_parts = parse_mtd_partitions(sbcmtd[i], part_probes,
H A Dtqm834x.c115 const char *part_probes[] = { "cmdlinepart", NULL }; local
209 part_probes,
H A Dipaq-flash.c203 static const char *part_probes[] = { "cmdlinepart", "RedBoot", NULL }; variable
386 i = parse_mtd_partitions(mymtd, part_probes, &parsed_parts, 0);
H A Dsa1100-flash.c255 static const char *part_probes[] = { "cmdlinepart", "RedBoot", NULL }; variable
278 nr_parts = parse_mtd_partitions(info->mtd, part_probes, &parts, 0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mtd/onenand/
H A Dgeneric.c30 static const char *part_probes[] = { "cmdlinepart", NULL, }; variable
76 err = parse_mtd_partitions(&info->mtd, part_probes, &info->parts, 0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mtd/devices/
H A Dm25p80.c504 static const char *part_probes[] = { "cmdlinepart", NULL, }; local
507 part_probes, &parts, 0);
H A Dmtd_dataflash.c497 static const char *part_probes[] = { "cmdlinepart", NULL, }; local
499 nr_parts = parse_mtd_partitions(device, part_probes, &parts, 0);

Completed in 164 milliseconds