Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/mtd/
Dmtdsuper.c148 mtd = get_mtd_device_nm(dev_name + 4); in mount_mtd()
Dmtdcore.c556 struct mtd_info *get_mtd_device_nm(const char *name) in get_mtd_device_nm() function
644 EXPORT_SYMBOL_GPL(get_mtd_device_nm);
/linux-2.6.39/include/linux/mtd/
Dmtd.h331 extern struct mtd_info *get_mtd_device_nm(const char *name);
/linux-2.6.39/drivers/mtd/ubi/
Dbuild.c1153 mtd = get_mtd_device_nm(mtd_dev); in open_mtd_device()