Home
last modified time | relevance | path

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

/u-boot/board/isee/igep00x0/
A Digep00x0.c192 struct mtd_info *mtd = get_mtd_device(NULL, 0); in board_mtdparts_default()
/u-boot/drivers/mtd/ubi/
A Dbuild.c1198 return get_mtd_device(NULL, minor / 2); in open_mtd_by_chdev()
1231 mtd = get_mtd_device(NULL, mtd_num); in open_mtd_device()
/u-boot/include/linux/mtd/
A Dmtd.h519 extern struct mtd_info *get_mtd_device(struct mtd_info *mtd, int num);
/u-boot/drivers/mtd/
A Dmtdcore.c716 struct mtd_info *get_mtd_device(struct mtd_info *mtd, int num) in get_mtd_device() function
748 EXPORT_SYMBOL_GPL(get_mtd_device);

Completed in 13 milliseconds