Lines Matching defs:mtd
37 struct mtd_info mtd; member
61 concat_read(struct mtd_info *mtd, loff_t from, size_t len, in concat_read()
117 concat_write(struct mtd_info *mtd, loff_t to, size_t len, in concat_write()
160 concat_writev(struct mtd_info *mtd, const struct kvec *vecs, in concat_writev()
236 concat_read_oob(struct mtd_info *mtd, loff_t from, struct mtd_oob_ops *ops) in concat_read_oob()
293 concat_write_oob(struct mtd_info *mtd, loff_t to, struct mtd_oob_ops *ops) in concat_write_oob()
346 static int concat_dev_erase(struct mtd_info *mtd, struct erase_info *erase) in concat_dev_erase()
380 static int concat_erase(struct mtd_info *mtd, struct erase_info *instr) in concat_erase()
503 static int concat_lock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in concat_lock()
537 static int concat_unlock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in concat_unlock()
571 static void concat_sync(struct mtd_info *mtd) in concat_sync()
583 static int concat_suspend(struct mtd_info *mtd) in concat_suspend()
596 static void concat_resume(struct mtd_info *mtd) in concat_resume()
608 static int concat_block_isbad(struct mtd_info *mtd, loff_t ofs) in concat_block_isbad()
631 static int concat_block_markbad(struct mtd_info *mtd, loff_t ofs) in concat_block_markbad()
657 static unsigned long concat_get_unmapped_area(struct mtd_info *mtd, in concat_get_unmapped_area()
958 void mtd_concat_destroy(struct mtd_info *mtd) in mtd_concat_destroy()