Home
last modified time | relevance | path

Searched refs:__mtd_next_device (Results 1 – 2 of 2) sorted by relevance

/third_party/uboot/u-boot-2020.01/include/linux/mtd/
Dmtd.h608 struct mtd_info *__mtd_next_device(int i);
610 for ((mtd) = __mtd_next_device(0); \
612 (mtd) = __mtd_next_device(mtd->index + 1))
/third_party/uboot/u-boot-2020.01/drivers/mtd/
Dmtdcore.c154 struct mtd_info *__mtd_next_device(int i) in __mtd_next_device() function
158 EXPORT_SYMBOL_GPL(__mtd_next_device);