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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/drivers/
H A Daxisflashmap.c222 struct mtd_info *mtds[3]; local
226 mtds[count++] = mtd_cse0;
228 mtds[count++] = mtd_cse1;
232 mtds[count++] = mtd_nand;
249 mtd_total = mtd_concat_create(mtds,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/drivers/
H A Daxisflashmap.c353 struct mtd_info *mtds[] = { mtd_cse0, mtd_cse1 }; local
362 mtd_cse = mtd_concat_create(mtds, ARRAY_SIZE(mtds),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/nand/
H A Ds3c2410.c111 struct s3c2410_nand_mtd *mtds; member in struct:s3c2410_nand_info
508 /* first thing we need to do is release all our mtds
513 if (info->mtds != NULL) {
514 struct s3c2410_nand_mtd *ptr = info->mtds;
522 kfree(info->mtds);
746 size = nr_sets * sizeof(*info->mtds);
747 info->mtds = kmalloc(size, GFP_KERNEL);
748 if (info->mtds == NULL) {
754 memzero(info->mtds, size);
758 nmtd = info->mtds;
[all...]

Completed in 107 milliseconds