Home
last modified time | relevance | path

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

/u-boot/include/linux/mtd/
A Dmtd.h584 struct mtd_info *__mtd_next_device(int i);
586 for ((mtd) = __mtd_next_device(0); \
588 (mtd) = __mtd_next_device(mtd->index + 1))
/u-boot/drivers/mtd/
A Dmtdcore.c156 struct mtd_info *__mtd_next_device(int i) in __mtd_next_device() function
160 EXPORT_SYMBOL_GPL(__mtd_next_device);

Completed in 7 milliseconds