Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mtd/
Dmtdcore.h9 struct mtd_info *__mtd_next_device(int i);
29 for ((mtd) = __mtd_next_device(0); \
31 (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);