Lines Matching defs:mtd
65 static inline struct r852_device *r852_get_dev(struct mtd_info *mtd) in r852_get_dev()
232 static void r852_write_buf(struct mtd_info *mtd, const uint8_t *buf, int len) in r852_write_buf()
266 static void r852_read_buf(struct mtd_info *mtd, uint8_t *buf, int len) in r852_read_buf()
303 static uint8_t r852_read_byte(struct mtd_info *mtd) in r852_read_byte()
317 static void r852_cmdctl(struct mtd_info *mtd, int dat, unsigned int ctrl) in r852_cmdctl()
362 static int r852_wait(struct mtd_info *mtd, struct nand_chip *chip) in r852_wait()
391 static int r852_ready(struct mtd_info *mtd) in r852_ready()
402 static void r852_ecc_hwctl(struct mtd_info *mtd, int mode) in r852_ecc_hwctl()
434 static int r852_ecc_calculate(struct mtd_info *mtd, const uint8_t *dat, in r852_ecc_calculate()
466 static int r852_ecc_correct(struct mtd_info *mtd, uint8_t *dat, in r852_ecc_correct()
522 static int r852_read_oob(struct mtd_info *mtd, struct nand_chip *chip, in r852_read_oob()
594 struct mtd_info *mtd = container_of(sys_dev, struct mtd_info, dev); in r852_media_type_show() local