Home
last modified time | relevance | path

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

/linux-6.15/drivers/mtd/
H A Dmtdcore.c1237 err = __get_mtd_device(ret); in get_mtd_device()
1247 int __get_mtd_device(struct mtd_info *mtd) in __get_mtd_device() function
1275 EXPORT_SYMBOL_GPL(__get_mtd_device);
1294 err = __get_mtd_device(mtd); in of_get_mtd_device_by_node()
1330 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-6.15/include/linux/mtd/
H A Dmtd.h685 extern int __get_mtd_device(struct mtd_info *mtd);
/linux-6.15/drivers/mtd/ubi/
H A Dbuild.c1244 err = __get_mtd_device(mtd); in ubi_notify_add()