Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/
Dmtdsuper.c113 mtd = get_mtd_device(NULL, mtdnr); in mount_mtd_nr()
Dmtdcore.c836 struct mtd_info *get_mtd_device(struct mtd_info *mtd, int num) in get_mtd_device() function
868 EXPORT_SYMBOL_GPL(get_mtd_device);
Dmtdchar.c76 mtd = get_mtd_device(NULL, devnum); in mtdchar_open()
/Linux-v4.19/drivers/mtd/tests/
Dreadtest.c140 mtd = get_mtd_device(NULL, dev); in mtd_readtest_init()
Dstresstest.c165 mtd = get_mtd_device(NULL, dev); in mtd_stresstest_init()
Dnandbiterrs.c349 mtd = get_mtd_device(NULL, dev); in mtd_nandbiterrs_init()
Dspeedtest.c206 mtd = get_mtd_device(NULL, dev); in mtd_speedtest_init()
Dsubpagetest.c298 mtd = get_mtd_device(NULL, dev); in mtd_subpagetest_init()
Dtorturetest.c205 mtd = get_mtd_device(NULL, dev); in tort_init()
Dpagetest.c348 mtd = get_mtd_device(NULL, dev); in mtd_pagetest_init()
Doobtest.c367 mtd = get_mtd_device(NULL, dev); in mtd_oobtest_init()
/Linux-v4.19/drivers/mtd/ubi/
Dbuild.c1149 return get_mtd_device(NULL, minor / 2); in open_mtd_by_chdev()
1179 mtd = get_mtd_device(NULL, mtd_num); in open_mtd_device()
Dcdev.c1015 mtd = get_mtd_device(NULL, req.mtd_num); in ctrl_cdev_ioctl()
/Linux-v4.19/include/linux/mtd/
Dmtd.h569 extern struct mtd_info *get_mtd_device(struct mtd_info *mtd, int num);