Searched refs:get_mtd_device (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/drivers/mtd/ |
D | mtdsuper.c | 113 mtd = get_mtd_device(NULL, mtdnr); in mount_mtd_nr()
|
D | mtdcore.c | 836 struct mtd_info *get_mtd_device(struct mtd_info *mtd, int num) in get_mtd_device() function 868 EXPORT_SYMBOL_GPL(get_mtd_device);
|
D | mtdchar.c | 76 mtd = get_mtd_device(NULL, devnum); in mtdchar_open()
|
/Linux-v4.19/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 | 206 mtd = get_mtd_device(NULL, dev); in mtd_speedtest_init()
|
D | subpagetest.c | 298 mtd = get_mtd_device(NULL, dev); in mtd_subpagetest_init()
|
D | torturetest.c | 205 mtd = get_mtd_device(NULL, dev); in tort_init()
|
D | pagetest.c | 348 mtd = get_mtd_device(NULL, dev); in mtd_pagetest_init()
|
D | oobtest.c | 367 mtd = get_mtd_device(NULL, dev); in mtd_oobtest_init()
|
/Linux-v4.19/drivers/mtd/ubi/ |
D | build.c | 1149 return get_mtd_device(NULL, minor / 2); in open_mtd_by_chdev() 1179 mtd = get_mtd_device(NULL, mtd_num); in open_mtd_device()
|
D | cdev.c | 1015 mtd = get_mtd_device(NULL, req.mtd_num); in ctrl_cdev_ioctl()
|
/Linux-v4.19/include/linux/mtd/ |
D | mtd.h | 569 extern struct mtd_info *get_mtd_device(struct mtd_info *mtd, int num);
|