Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/mtd/
Dmtdcore.h10 struct mtd_info *__mtd_next_device(int i);
28 for ((mtd) = __mtd_next_device(0); \
30 (mtd) = __mtd_next_device(mtd->index + 1))
Dmtdcore.c77 struct mtd_info *__mtd_next_device(int i) in __mtd_next_device() function
81 EXPORT_SYMBOL_GPL(__mtd_next_device);