Lines Matching defs:mtd
44 struct mtd_info mtd; member
68 concat_read(struct mtd_info *mtd, loff_t from, size_t len, in concat_read()
120 concat_write(struct mtd_info *mtd, loff_t to, size_t len, in concat_write()
158 concat_writev(struct mtd_info *mtd, const struct kvec *vecs, in concat_writev()
233 concat_read_oob(struct mtd_info *mtd, loff_t from, struct mtd_oob_ops *ops) in concat_read_oob()
290 concat_write_oob(struct mtd_info *mtd, loff_t to, struct mtd_oob_ops *ops) in concat_write_oob()
341 static int concat_dev_erase(struct mtd_info *mtd, struct erase_info *erase) in concat_dev_erase()
375 static int concat_erase(struct mtd_info *mtd, struct erase_info *instr) in concat_erase()
498 static int concat_lock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in concat_lock()
532 static int concat_unlock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in concat_unlock()
566 static void concat_sync(struct mtd_info *mtd) in concat_sync()
577 static int concat_suspend(struct mtd_info *mtd) in concat_suspend()
590 static void concat_resume(struct mtd_info *mtd) in concat_resume()
601 static int concat_block_isbad(struct mtd_info *mtd, loff_t ofs) in concat_block_isbad()
624 static int concat_block_markbad(struct mtd_info *mtd, loff_t ofs) in concat_block_markbad()
650 static unsigned long concat_get_unmapped_area(struct mtd_info *mtd, in concat_get_unmapped_area()
929 void mtd_concat_destroy(struct mtd_info *mtd) in mtd_concat_destroy()