Lines Matching refs:mtd_info
98 static void cs553x_read_buf(struct mtd_info *mtd, u_char *buf, int len) in cs553x_read_buf()
110 static void cs553x_write_buf(struct mtd_info *mtd, const u_char *buf, int len) in cs553x_write_buf()
122 static unsigned char cs553x_read_byte(struct mtd_info *mtd) in cs553x_read_byte()
128 static void cs553x_write_byte(struct mtd_info *mtd, u_char byte) in cs553x_write_byte()
140 static void cs553x_hwcontrol(struct mtd_info *mtd, int cmd, in cs553x_hwcontrol()
153 static int cs553x_device_ready(struct mtd_info *mtd) in cs553x_device_ready()
162 static void cs_enable_hwecc(struct mtd_info *mtd, int mode) in cs_enable_hwecc()
170 static int cs_calculate_ecc(struct mtd_info *mtd, const u_char *dat, u_char *ecc_code) in cs_calculate_ecc()
184 static struct mtd_info *cs553x_mtd[4];
190 struct mtd_info *new_mtd; in cs553x_init_one()
200 new_mtd = kzalloc(sizeof(struct mtd_info) + sizeof(struct nand_chip), GFP_KERNEL); in cs553x_init_one()
327 struct mtd_info *mtd = cs553x_mtd[i]; in cs553x_cleanup()