Lines Matching refs:mtd_info
18 static int maprom_read (struct mtd_info *, loff_t, size_t, size_t *, u_char *);
19 static int maprom_write (struct mtd_info *, loff_t, size_t, size_t *, const u_char *);
20 static void maprom_nop (struct mtd_info *);
21 static struct mtd_info *map_rom_probe(struct map_info *map);
22 static int maprom_erase (struct mtd_info *mtd, struct erase_info *info);
30 static struct mtd_info *map_rom_probe(struct map_info *map) in map_rom_probe()
32 struct mtd_info *mtd; in map_rom_probe()
56 static int maprom_read (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf) in maprom_read()
65 static void maprom_nop(struct mtd_info *mtd) in maprom_nop()
70 static int maprom_write (struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen, const u_char … in maprom_write()
76 static int maprom_erase (struct mtd_info *mtd, struct erase_info *info) in maprom_erase()