Searched refs:mapram_write (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/mtd/chips/
H A Dmap_ram.c19 static int mapram_write (struct mtd_info *, loff_t, size_t, size_t *, const u_char *);
70 mtd->_write = mapram_write; map_ram_probe()
71 mtd->_panic_write = mapram_write; map_ram_probe()
108 static int mapram_write (struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen, const u_char *buf) mapram_write() function

Completed in 35 milliseconds