Home
last modified time | relevance | path

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

/linux/drivers/mtd/
H A Dmtdsuper.c82 mtd = get_mtd_device(NULL, mtdnr); in mtd_get_sb_by_nr()
H A Dmtdcore.c1206 struct mtd_info *get_mtd_device(struct mtd_info *mtd, int num) in get_mtd_device() function
1238 EXPORT_SYMBOL_GPL(get_mtd_device);
H A Dmtdchar.c59 mtd = get_mtd_device(NULL, devnum); in mtdchar_open()
/linux/drivers/mtd/tests/
H A Dreadtest.c128 mtd = get_mtd_device(NULL, dev); in mtd_readtest_init()
H A Dstresstest.c144 mtd = get_mtd_device(NULL, dev); in mtd_stresstest_init()
H A Dnandbiterrs.c336 mtd = get_mtd_device(NULL, dev); in mtd_nandbiterrs_init()
H A Dspeedtest.c193 mtd = get_mtd_device(NULL, dev); in mtd_speedtest_init()
H A Dsubpagetest.c285 mtd = get_mtd_device(NULL, dev); in mtd_subpagetest_init()
H A Dtorturetest.c193 mtd = get_mtd_device(NULL, dev); in tort_init()
H A Dpagetest.c336 mtd = get_mtd_device(NULL, dev); in mtd_pagetest_init()
H A Doobtest.c355 mtd = get_mtd_device(NULL, dev); in mtd_oobtest_init()
/linux/drivers/mtd/ubi/
H A Dbuild.c1197 return get_mtd_device(NULL, minor / 2); in open_mtd_by_chdev()
1227 mtd = get_mtd_device(NULL, mtd_num); in open_mtd_device()
H A Dcdev.c1032 mtd = get_mtd_device(NULL, req.mtd_num); in ctrl_cdev_ioctl()
/linux/include/linux/mtd/
H A Dmtd.h684 extern struct mtd_info *get_mtd_device(struct mtd_info *mtd, int num);