mtd_num           140 drivers/mtd/ubi/build.c 	__ATTR(mtd_num, S_IRUGO, dev_attribute_show, NULL);
mtd_num          1152 drivers/mtd/ubi/build.c 	int mtd_num;
mtd_num          1155 drivers/mtd/ubi/build.c 	mtd_num = simple_strtoul(mtd_dev, &endp, 0);
mtd_num          1166 drivers/mtd/ubi/build.c 		mtd = get_mtd_device(NULL, mtd_num);
mtd_num          1026 drivers/mtd/ubi/cdev.c 		if (req.mtd_num < 0 ||
mtd_num          1032 drivers/mtd/ubi/cdev.c 		mtd = get_mtd_device(NULL, req.mtd_num);
mtd_num           287 include/uapi/mtd/ubi-user.h 	__s32 mtd_num;