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

/u-boot/include/linux/mtd/
H A Dmtd.h597 struct mtd_info *__mtd_next_device(int i);
599 for ((mtd) = __mtd_next_device(0); \
601 (mtd) = __mtd_next_device(mtd->index + 1))
/u-boot/drivers/mtd/
H A Dmtdcore.c156 struct mtd_info *__mtd_next_device(int i) function
160 EXPORT_SYMBOL_GPL(__mtd_next_device); variable

Completed in 91 milliseconds