Home
last modified time | relevance | path

Searched refs:get_mtd_device_nm (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/mtd/
Dmtdsuper.c148 mtd = get_mtd_device_nm(dev_name + 4); in mount_mtd()
Dmtdcore.c745 struct mtd_info *get_mtd_device_nm(const char *name) in get_mtd_device_nm() function
773 EXPORT_SYMBOL_GPL(get_mtd_device_nm);
/linux-4.1.27/arch/mips/bcm47xx/
Dnvram.c144 mtd = get_mtd_device_nm("nvram"); in nvram_init()
/linux-4.1.27/include/linux/mtd/
Dmtd.h383 extern struct mtd_info *get_mtd_device_nm(const char *name);
/linux-4.1.27/drivers/mtd/ubi/
Dbuild.c1211 mtd = get_mtd_device_nm(mtd_dev); in open_mtd_device()