Searched refs:mtd_dev (Results 1 – 2 of 2) sorted by relevance
49 static struct platform_device mtd_dev = { variable119 return platform_device_register(&mtd_dev); in bcm63xx_flash_register()
1168 static struct mtd_info * __init open_mtd_by_chdev(const char *mtd_dev) in open_mtd_by_chdev() argument1175 err = kern_path(mtd_dev, LOOKUP_FOLLOW, &path); in open_mtd_by_chdev()1210 static struct mtd_info * __init open_mtd_device(const char *mtd_dev) in open_mtd_device() argument1216 mtd_num = simple_strtoul(mtd_dev, &endp, 0); in open_mtd_device()1217 if (*endp != '\0' || mtd_dev == endp) { in open_mtd_device()1222 mtd = get_mtd_device_nm(mtd_dev); in open_mtd_device()1225 mtd = open_mtd_by_chdev(mtd_dev); in open_mtd_device()