Lines Matching refs:mtd_info
96 static void cs553x_read_buf(struct mtd_info *mtd, u_char *buf, int len) in cs553x_read_buf()
108 static void cs553x_write_buf(struct mtd_info *mtd, const u_char *buf, int len) in cs553x_write_buf()
120 static unsigned char cs553x_read_byte(struct mtd_info *mtd) in cs553x_read_byte()
126 static void cs553x_write_byte(struct mtd_info *mtd, u_char byte) in cs553x_write_byte()
138 static void cs553x_hwcontrol(struct mtd_info *mtd, int cmd, in cs553x_hwcontrol()
151 static int cs553x_device_ready(struct mtd_info *mtd) in cs553x_device_ready()
160 static void cs_enable_hwecc(struct mtd_info *mtd, int mode) in cs_enable_hwecc()
168 static int cs_calculate_ecc(struct mtd_info *mtd, const u_char *dat, u_char *ecc_code) in cs_calculate_ecc()
182 static struct mtd_info *cs553x_mtd[4];
188 struct mtd_info *new_mtd; in cs553x_init_one()
328 struct mtd_info *mtd = cs553x_mtd[i]; in cs553x_cleanup()