__mtd_next_device 80 drivers/mtd/mtdcore.c EXPORT_SYMBOL_GPL(__mtd_next_device); __mtd_next_device 10 drivers/mtd/mtdcore.h struct mtd_info *__mtd_next_device(int i); __mtd_next_device 27 drivers/mtd/mtdcore.h for ((mtd) = __mtd_next_device(0); \ __mtd_next_device 29 drivers/mtd/mtdcore.h (mtd) = __mtd_next_device(mtd->index + 1))