Searched refs:mtds (Results 1 – 3 of 3) sorted by relevance
51 struct mtd_info **mtds; member82 if (info->cmtd != info->mtds[0]) in physmap_flash_remove()87 if (info->mtds[i]) in physmap_flash_remove()88 map_destroy(info->mtds[i]); in physmap_flash_remove()480 info->mtds = devm_kzalloc(&dev->dev, in physmap_flash_probe()483 if (!info->mtds) in physmap_flash_probe()565 if (info->mtds[i]) in physmap_flash_probe()570 if (!info->mtds[i]) { in physmap_flash_probe()579 info->cmtd = info->mtds[0]; in physmap_flash_probe()614 if (mtd_suspend(info->mtds[i]) == 0) in physmap_flash_shutdown()[all …]
154 struct s3c2410_nand_mtd *mtds; member777 if (info->mtds != NULL) { in s3c24xx_nand_remove()778 struct s3c2410_nand_mtd *ptr = info->mtds; in s3c24xx_nand_remove()1155 size = nr_sets * sizeof(*info->mtds); in s3c24xx_nand_probe()1156 info->mtds = devm_kzalloc(&pdev->dev, size, GFP_KERNEL); in s3c24xx_nand_probe()1157 if (info->mtds == NULL) { in s3c24xx_nand_probe()1164 nmtd = info->mtds; in s3c24xx_nand_probe()
68 struct mtd_info *mtds[MAX_TXX9NDFMC_DEV]; member366 drvdata->mtds[i] = mtd; in txx9ndfmc_probe()380 struct mtd_info *mtd = drvdata->mtds[i]; in txx9ndfmc_remove()
Completed in 11 milliseconds