mtd_dev 49 arch/mips/bcm63xx/dev-flash.c static struct platform_device mtd_dev = { mtd_dev 119 arch/mips/bcm63xx/dev-flash.c return platform_device_register(&mtd_dev); mtd_dev 1107 drivers/mtd/ubi/build.c static struct mtd_info * __init open_mtd_by_chdev(const char *mtd_dev) mtd_dev 1114 drivers/mtd/ubi/build.c err = kern_path(mtd_dev, LOOKUP_FOLLOW, &path); mtd_dev 1149 drivers/mtd/ubi/build.c static struct mtd_info * __init open_mtd_device(const char *mtd_dev) mtd_dev 1155 drivers/mtd/ubi/build.c mtd_num = simple_strtoul(mtd_dev, &endp, 0); mtd_dev 1156 drivers/mtd/ubi/build.c if (*endp != '\0' || mtd_dev == endp) { mtd_dev 1161 drivers/mtd/ubi/build.c mtd = get_mtd_device_nm(mtd_dev); mtd_dev 1164 drivers/mtd/ubi/build.c mtd = open_mtd_by_chdev(mtd_dev);