Searched refs:get_mtd_device (Results 1 – 14 of 14) sorted by relevance
| /Linux-v5.4/drivers/mtd/ |
| D | mtdsuper.c | 104 mtd = get_mtd_device(NULL, mtdnr); in mtd_get_sb_by_nr()
|
| D | mtdcore.c | 949 struct mtd_info *get_mtd_device(struct mtd_info *mtd, int num) in get_mtd_device() function 981 EXPORT_SYMBOL_GPL(get_mtd_device);
|
| D | mtdchar.c | 62 mtd = get_mtd_device(NULL, devnum); in mtdchar_open()
|
| /Linux-v5.4/drivers/mtd/tests/ |
| D | readtest.c | 128 mtd = get_mtd_device(NULL, dev); in mtd_readtest_init()
|
| D | stresstest.c | 153 mtd = get_mtd_device(NULL, dev); in mtd_stresstest_init()
|
| D | nandbiterrs.c | 336 mtd = get_mtd_device(NULL, dev); in mtd_nandbiterrs_init()
|
| D | speedtest.c | 194 mtd = get_mtd_device(NULL, dev); in mtd_speedtest_init()
|
| D | subpagetest.c | 285 mtd = get_mtd_device(NULL, dev); in mtd_subpagetest_init()
|
| D | torturetest.c | 193 mtd = get_mtd_device(NULL, dev); in tort_init()
|
| D | pagetest.c | 336 mtd = get_mtd_device(NULL, dev); in mtd_pagetest_init()
|
| D | oobtest.c | 355 mtd = get_mtd_device(NULL, dev); in mtd_oobtest_init()
|
| /Linux-v5.4/drivers/mtd/ubi/ |
| D | build.c | 1136 return get_mtd_device(NULL, minor / 2); in open_mtd_by_chdev() 1166 mtd = get_mtd_device(NULL, mtd_num); in open_mtd_device()
|
| D | cdev.c | 1032 mtd = get_mtd_device(NULL, req.mtd_num); in ctrl_cdev_ioctl()
|
| /Linux-v5.4/include/linux/mtd/ |
| D | mtd.h | 567 extern struct mtd_info *get_mtd_device(struct mtd_info *mtd, int num);
|