Lines Matching refs:mtd_info
131 struct mtd_info *nextpmc551;
134 static struct mtd_info *pmc551list;
136 static int pmc551_point(struct mtd_info *mtd, loff_t from, size_t len,
139 static int pmc551_erase(struct mtd_info *mtd, struct erase_info *instr) in pmc551_erase()
196 static int pmc551_point(struct mtd_info *mtd, loff_t from, size_t len, in pmc551_point()
222 static int pmc551_unpoint(struct mtd_info *mtd, loff_t from, size_t len) in pmc551_unpoint()
230 static int pmc551_read(struct mtd_info *mtd, loff_t from, size_t len, in pmc551_read()
287 static int pmc551_write(struct mtd_info *mtd, loff_t to, size_t len, in pmc551_write()
665 struct mtd_info *mtd; in init_pmc551()
727 mtd = kzalloc(sizeof(struct mtd_info), GFP_KERNEL); in init_pmc551()
832 struct mtd_info *mtd; in cleanup_pmc551()