Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/nand/raw/
Ds3c2410.c166 struct s3c2410_nand_mtd *mtds; member
778 if (info->mtds != NULL) { in s3c24xx_nand_remove()
779 struct s3c2410_nand_mtd *ptr = info->mtds; in s3c24xx_nand_remove()
1153 size = nr_sets * sizeof(*info->mtds); in s3c24xx_nand_probe()
1154 info->mtds = devm_kzalloc(&pdev->dev, size, GFP_KERNEL); in s3c24xx_nand_probe()
1155 if (info->mtds == NULL) { in s3c24xx_nand_probe()
1162 nmtd = info->mtds; in s3c24xx_nand_probe()
Dtxx9ndfmc.c72 struct mtd_info *mtds[MAX_TXX9NDFMC_DEV]; member
370 drvdata->mtds[i] = mtd; in txx9ndfmc_probe()
384 struct mtd_info *mtd = drvdata->mtds[i]; in txx9ndfmc_remove()