Home
last modified time | relevance | path

Searched refs:mtd_dev (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/mtd/ubi/
Dbuild.c1118 static struct mtd_info * __init open_mtd_by_chdev(const char *mtd_dev) in open_mtd_by_chdev() argument
1124 err = kern_path(mtd_dev, LOOKUP_FOLLOW, &path); in open_mtd_by_chdev()
1156 static struct mtd_info * __init open_mtd_device(const char *mtd_dev) in open_mtd_device() argument
1162 mtd_num = simple_strtoul(mtd_dev, &endp, 0); in open_mtd_device()
1163 if (*endp != '\0' || mtd_dev == endp) { in open_mtd_device()
1168 mtd = get_mtd_device_nm(mtd_dev); in open_mtd_device()
1171 mtd = open_mtd_by_chdev(mtd_dev); in open_mtd_device()
/linux-3.4.99/arch/mips/bcm63xx/boards/
Dboard_bcm963xx.c836 static struct platform_device mtd_dev = { variable
900 platform_device_register(&mtd_dev); in board_register_devices()