Home
last modified time | relevance | path

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

/linux-4.1.27/arch/cris/arch-v10/drivers/
Daxisflashmap.c237 struct mtd_info *mtds[] = { mtd_cse0, mtd_cse1 }; in flash_probe() local
246 mtd_cse = mtd_concat_create(mtds, ARRAY_SIZE(mtds), in flash_probe()
/linux-4.1.27/arch/cris/arch-v32/drivers/
Daxisflashmap.c262 struct mtd_info *mtds[2]; in flash_probe() local
266 mtds[count++] = mtd_cse0; in flash_probe()
268 mtds[count++] = mtd_cse1; in flash_probe()
283 mtd_total = mtd_concat_create(mtds, count, "cse0+cse1"); in flash_probe()
/linux-4.1.27/drivers/mtd/nand/
Ds3c2410.c146 struct s3c2410_nand_mtd *mtds; member
742 if (info->mtds != NULL) { in s3c24xx_nand_remove()
743 struct s3c2410_nand_mtd *ptr = info->mtds; in s3c24xx_nand_remove()
1004 size = nr_sets * sizeof(*info->mtds); in s3c24xx_nand_probe()
1005 info->mtds = devm_kzalloc(&pdev->dev, size, GFP_KERNEL); in s3c24xx_nand_probe()
1006 if (info->mtds == NULL) { in s3c24xx_nand_probe()
1013 nmtd = info->mtds; in s3c24xx_nand_probe()
Dtxx9ndfmc.c73 struct mtd_info *mtds[MAX_TXX9NDFMC_DEV]; member
374 drvdata->mtds[i] = mtd; in txx9ndfmc_probe()
388 struct mtd_info *mtd = drvdata->mtds[i]; in txx9ndfmc_remove()