Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/mtd/
Dmtdcore.c108 dev_t index = MTD_DEVT(dev_to_mtd(dev)->index); in mtd_release()
117 struct mtd_info *mtd = dev_to_mtd(dev); in mtd_cls_suspend()
127 struct mtd_info *mtd = dev_to_mtd(dev); in mtd_cls_resume()
137 struct mtd_info *mtd = dev_to_mtd(dev); in mtd_type_show()
173 struct mtd_info *mtd = dev_to_mtd(dev); in mtd_flags_show()
183 struct mtd_info *mtd = dev_to_mtd(dev); in mtd_size_show()
194 struct mtd_info *mtd = dev_to_mtd(dev); in mtd_erasesize_show()
204 struct mtd_info *mtd = dev_to_mtd(dev); in mtd_writesize_show()
214 struct mtd_info *mtd = dev_to_mtd(dev); in mtd_subpagesize_show()
225 struct mtd_info *mtd = dev_to_mtd(dev); in mtd_oobsize_show()
[all …]
/linux-2.6.39/include/linux/mtd/
Dmtd.h288 static inline struct mtd_info *dev_to_mtd(struct device *dev) in dev_to_mtd() function