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()
122 concat_write(struct mtd_info *mtd, loff_t to, size_t len, in concat_write()
169 concat_writev(struct mtd_info *mtd, const struct kvec *vecs, in concat_writev()
257 concat_read_oob(struct mtd_info *mtd, loff_t from, struct mtd_oob_ops *ops) in concat_read_oob()
314 concat_write_oob(struct mtd_info *mtd, loff_t to, struct mtd_oob_ops *ops) in concat_write_oob()
364 static int concat_dev_erase(struct mtd_info *mtd, struct erase_info *erase) in concat_dev_erase()
398 static int concat_erase(struct mtd_info *mtd, struct erase_info *instr) in concat_erase()
536 static int concat_lock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in concat_lock()
573 static int concat_unlock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in concat_unlock()
610 static void concat_sync(struct mtd_info *mtd) in concat_sync()
621 static int concat_suspend(struct mtd_info *mtd) in concat_suspend()
634 static void concat_resume(struct mtd_info *mtd) in concat_resume()
645 static int concat_block_isbad(struct mtd_info *mtd, loff_t ofs) in concat_block_isbad()
671 static int concat_block_markbad(struct mtd_info *mtd, loff_t ofs) in concat_block_markbad()
703 static unsigned long concat_get_unmapped_area(struct mtd_info *mtd, in concat_get_unmapped_area()
996 void mtd_concat_destroy(struct mtd_info *mtd) in mtd_concat_destroy()