mtdparts           70 drivers/mtd/parsers/cmdlinepart.c static char *mtdparts;
mtdparts          381 drivers/mtd/parsers/cmdlinepart.c 	if (mtdparts)
mtdparts          382 drivers/mtd/parsers/cmdlinepart.c 		mtdpart_setup(mtdparts);
mtdparts          395 drivers/mtd/parsers/cmdlinepart.c MODULE_PARM_DESC(mtdparts, "Partitioning specification");
mtdparts          396 drivers/mtd/parsers/cmdlinepart.c module_param(mtdparts, charp, 0);