Home
last modified time | relevance | path

Searched refs:__get_mtd_device (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/mtd/
H A Dmtdcore.c1231 err = __get_mtd_device(ret); in get_mtd_device()
1241 int __get_mtd_device(struct mtd_info *mtd) in __get_mtd_device() function
1269 EXPORT_SYMBOL_GPL(__get_mtd_device);
1288 err = __get_mtd_device(mtd); in of_get_mtd_device_by_node()
1324 err = __get_mtd_device(mtd); in get_mtd_device_nm()
H A Dmtd_blkdevs.c208 ret = __get_mtd_device(dev->mtd); in blktrans_open()
/linux/include/linux/mtd/
H A Dmtd.h685 extern int __get_mtd_device(struct mtd_info *mtd);
/linux/drivers/mtd/ubi/
H A Dbuild.c1244 err = __get_mtd_device(mtd); in ubi_notify_add()