Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/board/isee/igep00x0/
Digep00x0.c246 struct mtd_info *mtd = get_mtd_device(NULL, 0); in board_mtdparts_default()
/third_party/uboot/u-boot-2020.01/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()
/third_party/uboot/u-boot-2020.01/include/linux/mtd/
Dmtd.h542 extern struct mtd_info *get_mtd_device(struct mtd_info *mtd, int num);
/third_party/uboot/u-boot-2020.01/drivers/mtd/
Dmtdcore.c714 struct mtd_info *get_mtd_device(struct mtd_info *mtd, int num) in get_mtd_device() function
746 EXPORT_SYMBOL_GPL(get_mtd_device);