mtds 48 drivers/mtd/maps/physmap-core.c struct mtd_info **mtds; mtds 77 drivers/mtd/maps/physmap-core.c if (info->cmtd != info->mtds[0]) mtds 82 drivers/mtd/maps/physmap-core.c if (info->mtds[i]) mtds 83 drivers/mtd/maps/physmap-core.c map_destroy(info->mtds[i]); mtds 464 drivers/mtd/maps/physmap-core.c info->mtds = devm_kzalloc(&dev->dev, mtds 465 drivers/mtd/maps/physmap-core.c sizeof(*info->mtds) * info->nmaps, mtds 467 drivers/mtd/maps/physmap-core.c if (!info->mtds) mtds 534 drivers/mtd/maps/physmap-core.c info->mtds[i] = do_map_probe(info->probe_type, mtds 540 drivers/mtd/maps/physmap-core.c info->mtds[i] = do_map_probe(rom_probe_types[j], mtds 542 drivers/mtd/maps/physmap-core.c if (info->mtds[i]) mtds 547 drivers/mtd/maps/physmap-core.c if (!info->mtds[i]) { mtds 552 drivers/mtd/maps/physmap-core.c info->mtds[i]->dev.parent = &dev->dev; mtds 556 drivers/mtd/maps/physmap-core.c info->cmtd = info->mtds[0]; mtds 561 drivers/mtd/maps/physmap-core.c info->cmtd = mtd_concat_create(info->mtds, info->nmaps, mtds 590 drivers/mtd/maps/physmap-core.c for (i = 0; i < info->nmaps && info->mtds[i]; i++) mtds 591 drivers/mtd/maps/physmap-core.c if (mtd_suspend(info->mtds[i]) == 0) mtds 592 drivers/mtd/maps/physmap-core.c mtd_resume(info->mtds[i]); mtds 153 drivers/mtd/nand/raw/s3c2410.c struct s3c2410_nand_mtd *mtds; mtds 776 drivers/mtd/nand/raw/s3c2410.c if (info->mtds != NULL) { mtds 777 drivers/mtd/nand/raw/s3c2410.c struct s3c2410_nand_mtd *ptr = info->mtds; mtds 1153 drivers/mtd/nand/raw/s3c2410.c size = nr_sets * sizeof(*info->mtds); mtds 1154 drivers/mtd/nand/raw/s3c2410.c info->mtds = devm_kzalloc(&pdev->dev, size, GFP_KERNEL); mtds 1155 drivers/mtd/nand/raw/s3c2410.c if (info->mtds == NULL) { mtds 1162 drivers/mtd/nand/raw/s3c2410.c nmtd = info->mtds; mtds 69 drivers/mtd/nand/raw/txx9ndfmc.c struct mtd_info *mtds[MAX_TXX9NDFMC_DEV]; mtds 365 drivers/mtd/nand/raw/txx9ndfmc.c drvdata->mtds[i] = mtd; mtds 379 drivers/mtd/nand/raw/txx9ndfmc.c struct mtd_info *mtd = drvdata->mtds[i];