Searched refs:mtds (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/drivers/
H A Daxisflashmap.c264 struct mtd_info *mtds[2]; local
268 mtds[count++] = mtd_cse0;
270 mtds[count++] = mtd_cse1;
286 mtd_total = mtd_concat_create(mtds, count, "cse0+cse1");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/drivers/
H A Daxisflashmap.c238 struct mtd_info *mtds[] = { mtd_cse0, mtd_cse1 }; local
247 mtd_cse = mtd_concat_create(mtds, ARRAY_SIZE(mtds),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Ds3c2410.c103 * @mtds: An array of MTD instances on this controoler.
119 struct s3c2410_nand_mtd *mtds; member in struct:s3c2410_nand_info
678 /* Release all our mtds and their partitions, then go through
682 if (info->mtds != NULL) {
683 struct s3c2410_nand_mtd *ptr = info->mtds;
691 kfree(info->mtds);
992 size = nr_sets * sizeof(*info->mtds);
993 info->mtds = kzalloc(size, GFP_KERNEL);
994 if (info->mtds == NULL) {
1002 nmtd = info->mtds;
[all...]
H A Dtxx9ndfmc.c72 struct mtd_info *mtds[MAX_TXX9NDFMC_DEV]; member in struct:txx9ndfmc_drvdata
408 drvdata->mtds[i] = mtd;
423 struct mtd_info *mtd = drvdata->mtds[i];

Completed in 196 milliseconds