Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mtd/
H A Dmtdcore.h10 struct mtd_info *__mtd_next_device(int i);
27 for ((mtd) = __mtd_next_device(0); \
29 (mtd) = __mtd_next_device(mtd->index + 1))
H A Dmtdcore.c76 struct mtd_info *__mtd_next_device(int i) in __mtd_next_device() function
80 EXPORT_SYMBOL_GPL(__mtd_next_device);
/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Dmtd.h590 struct mtd_info *__mtd_next_device(int i);
592 for ((mtd) = __mtd_next_device(0); \
594 (mtd) = __mtd_next_device(mtd->index + 1))
/OK3568_Linux_fs/u-boot/drivers/mtd/
H A Dmtdcore.su
H A Dmtdcore.c157 struct mtd_info *__mtd_next_device(int i) in __mtd_next_device() function
161 EXPORT_SYMBOL_GPL(__mtd_next_device);
/OK3568_Linux_fs/u-boot/spl/drivers/mtd/
H A Dmtdcore.su
/OK3568_Linux_fs/u-boot/
H A DSystem.map
H A Du-boot.sym
H A Du-boot.map
/OK3568_Linux_fs/u-boot/spl/
H A Du-boot-spl.map