Lines Matching defs:mtd
3 * drivers/mtd/maps/ixp4xx.c
27 #include <linux/mtd/mtd.h>
28 #include <linux/mtd/map.h>
29 #include <linux/mtd/partitions.h>
147 struct mtd_info *mtd;
162 if (info->mtd) {
163 mtd_device_unregister(info->mtd);
164 map_destroy(info->mtd);
224 info->mtd = do_map_probe(plat->map_name, &info->map);
225 if (!info->mtd) {
230 info->mtd->dev.parent = &dev->dev;
235 err = mtd_device_parse_register(info->mtd, probes, &ppdata,