Lines Matching defs:mtd
38 struct mtd_info mtd; member
62 concat_read(struct mtd_info *mtd, loff_t from, size_t len, in concat_read()
118 concat_write(struct mtd_info *mtd, loff_t to, size_t len, in concat_write()
161 concat_writev(struct mtd_info *mtd, const struct kvec *vecs, in concat_writev()
237 concat_read_oob(struct mtd_info *mtd, loff_t from, struct mtd_oob_ops *ops) in concat_read_oob()
294 concat_write_oob(struct mtd_info *mtd, loff_t to, struct mtd_oob_ops *ops) in concat_write_oob()
347 static int concat_dev_erase(struct mtd_info *mtd, struct erase_info *erase) in concat_dev_erase()
381 static int concat_erase(struct mtd_info *mtd, struct erase_info *instr) in concat_erase()
504 static int concat_lock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in concat_lock()
538 static int concat_unlock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in concat_unlock()
572 static void concat_sync(struct mtd_info *mtd) in concat_sync()
584 static int concat_suspend(struct mtd_info *mtd) in concat_suspend()
597 static void concat_resume(struct mtd_info *mtd) in concat_resume()
609 static int concat_block_isbad(struct mtd_info *mtd, loff_t ofs) in concat_block_isbad()
632 static int concat_block_markbad(struct mtd_info *mtd, loff_t ofs) in concat_block_markbad()
658 static unsigned long concat_get_unmapped_area(struct mtd_info *mtd, in concat_get_unmapped_area()
959 void mtd_concat_destroy(struct mtd_info *mtd) in mtd_concat_destroy()