Home
last modified time | relevance | path

Searched refs:get_mtd_device (Results 1 – 14 of 14) sorted by relevance

/Linux-v5.15/drivers/mtd/
Dmtdsuper.c104 mtd = get_mtd_device(NULL, mtdnr); in mtd_get_sb_by_nr()
Dmtdcore.c1103 struct mtd_info *get_mtd_device(struct mtd_info *mtd, int num) in get_mtd_device() function
1135 EXPORT_SYMBOL_GPL(get_mtd_device);
Dmtdchar.c59 mtd = get_mtd_device(NULL, devnum); in mtdchar_open()
/Linux-v5.15/drivers/mtd/tests/
Dstresstest.c153 mtd = get_mtd_device(NULL, dev); in mtd_stresstest_init()
Dreadtest.c128 mtd = get_mtd_device(NULL, dev); in mtd_readtest_init()
Dnandbiterrs.c336 mtd = get_mtd_device(NULL, dev); in mtd_nandbiterrs_init()
Dspeedtest.c194 mtd = get_mtd_device(NULL, dev); in mtd_speedtest_init()
Dsubpagetest.c285 mtd = get_mtd_device(NULL, dev); in mtd_subpagetest_init()
Dtorturetest.c193 mtd = get_mtd_device(NULL, dev); in tort_init()
Dpagetest.c336 mtd = get_mtd_device(NULL, dev); in mtd_pagetest_init()
Doobtest.c355 mtd = get_mtd_device(NULL, dev); in mtd_oobtest_init()
/Linux-v5.15/drivers/mtd/ubi/
Dbuild.c1159 return get_mtd_device(NULL, minor / 2); in open_mtd_by_chdev()
1189 mtd = get_mtd_device(NULL, mtd_num); in open_mtd_device()
Dcdev.c1032 mtd = get_mtd_device(NULL, req.mtd_num); in ctrl_cdev_ioctl()
/Linux-v5.15/include/linux/mtd/
Dmtd.h684 extern struct mtd_info *get_mtd_device(struct mtd_info *mtd, int num);