Lines Matching refs:mtd_info
30 static int map_absent_read (struct mtd_info *, loff_t, size_t, size_t *, u_char *);
31 static int map_absent_write (struct mtd_info *, loff_t, size_t, size_t *, const u_char *);
32 static int map_absent_erase (struct mtd_info *, struct erase_info *);
33 static void map_absent_sync (struct mtd_info *);
34 static struct mtd_info *map_absent_probe(struct map_info *map);
35 static void map_absent_destroy (struct mtd_info *);
45 static struct mtd_info *map_absent_probe(struct map_info *map) in map_absent_probe()
47 struct mtd_info *mtd; in map_absent_probe()
73 static int map_absent_read(struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *b… in map_absent_read()
79 static int map_absent_write(struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen, const u_ch… in map_absent_write()
85 static int map_absent_erase(struct mtd_info *mtd, struct erase_info *instr) in map_absent_erase()
90 static void map_absent_sync(struct mtd_info *mtd) in map_absent_sync()
95 static void map_absent_destroy(struct mtd_info *mtd) in map_absent_destroy()