Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mtd/
Dmtdsuper.c109 mtd = get_mtd_device(NULL, mtdnr); in mount_mtd_nr()
Dmtdcore.c726 struct mtd_info *get_mtd_device(struct mtd_info *mtd, int num) in get_mtd_device() function
758 EXPORT_SYMBOL_GPL(get_mtd_device);
Dmtdchar.c76 mtd = get_mtd_device(NULL, devnum); in mtdchar_open()
/linux-4.4.14/drivers/mtd/tests/
Dstresstest.c165 mtd = get_mtd_device(NULL, dev); in mtd_stresstest_init()
Dreadtest.c140 mtd = get_mtd_device(NULL, dev); in mtd_readtest_init()
Dnandbiterrs.c349 mtd = get_mtd_device(NULL, dev); in mtd_nandbiterrs_init()
Dspeedtest.c213 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.c349 mtd = get_mtd_device(NULL, dev); in mtd_pagetest_init()
Doobtest.c358 mtd = get_mtd_device(NULL, dev); in mtd_oobtest_init()
/linux-4.4.14/fs/logfs/
Ddev_mtd.c266 struct mtd_info *mtd = get_mtd_device(NULL, mtdnr); in logfs_get_sb_mtd()
/linux-4.4.14/include/linux/mtd/
Dmtd.h380 extern struct mtd_info *get_mtd_device(struct mtd_info *mtd, int num);
/linux-4.4.14/drivers/mtd/ubi/
Dbuild.c1168 return get_mtd_device(NULL, minor / 2); in open_mtd_by_chdev()
1198 mtd = get_mtd_device(NULL, mtd_num); in open_mtd_device()
Dcdev.c1004 mtd = get_mtd_device(NULL, req.mtd_num); in ctrl_cdev_ioctl()