Searched refs:get_mtd_device (Results 1 – 15 of 15) sorted by relevance
/linux-4.1.27/drivers/mtd/ |
D | mtdsuper.c | 109 mtd = get_mtd_device(NULL, mtdnr); in mount_mtd_nr()
|
D | mtdcore.c | 682 struct mtd_info *get_mtd_device(struct mtd_info *mtd, int num) in get_mtd_device() function 714 EXPORT_SYMBOL_GPL(get_mtd_device);
|
D | mtdchar.c | 76 mtd = get_mtd_device(NULL, devnum); in mtdchar_open()
|
/linux-4.1.27/drivers/mtd/tests/ |
D | readtest.c | 140 mtd = get_mtd_device(NULL, dev); in mtd_readtest_init()
|
D | stresstest.c | 165 mtd = get_mtd_device(NULL, dev); in mtd_stresstest_init()
|
D | nandbiterrs.c | 349 mtd = get_mtd_device(NULL, dev); in mtd_nandbiterrs_init()
|
D | speedtest.c | 213 mtd = get_mtd_device(NULL, dev); in mtd_speedtest_init()
|
D | torturetest.c | 204 mtd = get_mtd_device(NULL, dev); in tort_init()
|
D | subpagetest.c | 298 mtd = get_mtd_device(NULL, dev); in mtd_subpagetest_init()
|
D | pagetest.c | 349 mtd = get_mtd_device(NULL, dev); in mtd_pagetest_init()
|
D | oobtest.c | 352 mtd = get_mtd_device(NULL, dev); in mtd_oobtest_init()
|
/linux-4.1.27/fs/logfs/ |
D | dev_mtd.c | 266 struct mtd_info *mtd = get_mtd_device(NULL, mtdnr); in logfs_get_sb_mtd()
|
/linux-4.1.27/include/linux/mtd/ |
D | mtd.h | 380 extern struct mtd_info *get_mtd_device(struct mtd_info *mtd, int num);
|
/linux-4.1.27/drivers/mtd/ubi/ |
D | build.c | 1186 return get_mtd_device(NULL, minor / 2); in open_mtd_by_chdev() 1216 mtd = get_mtd_device(NULL, mtd_num); in open_mtd_device()
|
D | cdev.c | 1004 mtd = get_mtd_device(NULL, req.mtd_num); in ctrl_cdev_ioctl()
|