Searched refs:get_mtd_device (Results 1 – 14 of 14) sorted by relevance
/Linux-v5.15/drivers/mtd/ |
D | mtdsuper.c | 104 mtd = get_mtd_device(NULL, mtdnr); in mtd_get_sb_by_nr()
|
D | mtdcore.c | 1103 struct mtd_info *get_mtd_device(struct mtd_info *mtd, int num) in get_mtd_device() function 1135 EXPORT_SYMBOL_GPL(get_mtd_device);
|
D | mtdchar.c | 59 mtd = get_mtd_device(NULL, devnum); in mtdchar_open()
|
/Linux-v5.15/drivers/mtd/tests/ |
D | stresstest.c | 153 mtd = get_mtd_device(NULL, dev); in mtd_stresstest_init()
|
D | readtest.c | 128 mtd = get_mtd_device(NULL, dev); in mtd_readtest_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.15/drivers/mtd/ubi/ |
D | build.c | 1159 return get_mtd_device(NULL, minor / 2); in open_mtd_by_chdev() 1189 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.15/include/linux/mtd/ |
D | mtd.h | 684 extern struct mtd_info *get_mtd_device(struct mtd_info *mtd, int num);
|