Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mtd/
Dmtdcore.h8 struct mtd_info *__mtd_next_device(int i);
21 for ((mtd) = __mtd_next_device(0); \
23 (mtd) = __mtd_next_device(mtd->index + 1))
Dmtdcore.c88 struct mtd_info *__mtd_next_device(int i) in __mtd_next_device() function
92 EXPORT_SYMBOL_GPL(__mtd_next_device);