Home
last modified time | relevance | path

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

/external/u-boot/board/isee/igep00x0/
Digep00x0.c245 struct mtd_info *mtd = get_mtd_device(NULL, 0); in board_mtdparts_default()
/external/u-boot/drivers/mtd/ubi/
Dbuild.c1202 return get_mtd_device(NULL, minor / 2); in open_mtd_by_chdev()
1235 mtd = get_mtd_device(NULL, mtd_num); in open_mtd_device()
/external/u-boot/include/linux/mtd/
Dmtd.h471 extern struct mtd_info *get_mtd_device(struct mtd_info *mtd, int num);
/external/u-boot/drivers/mtd/
Dmtdcore.c693 struct mtd_info *get_mtd_device(struct mtd_info *mtd, int num) in get_mtd_device() function
725 EXPORT_SYMBOL_GPL(get_mtd_device);