Searched refs:get_mtd_device (Results 1 - 4 of 4) sorted by relevance

/u-boot/board/isee/igep00x0/
H A Digep00x0.c180 struct mtd_info *mtd = get_mtd_device(NULL, 0);
/u-boot/drivers/mtd/ubi/
H A Dbuild.c1199 return get_mtd_device(NULL, minor / 2);
1232 mtd = get_mtd_device(NULL, mtd_num);
/u-boot/include/linux/mtd/
H A Dmtd.h519 extern struct mtd_info *get_mtd_device(struct mtd_info *mtd, int num);
/u-boot/drivers/mtd/
H A Dmtdcore.c706 * get_mtd_device - obtain a validated handle for an MTD device
716 struct mtd_info *get_mtd_device(struct mtd_info *mtd, int num) function
748 EXPORT_SYMBOL_GPL(get_mtd_device); variable

Completed in 134 milliseconds