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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/chips/
H A Dmap_rom.c18 static int maprom_write (struct mtd_info *, loff_t, size_t, size_t *, const u_char *);
46 mtd->write = maprom_write;
86 static int maprom_write (struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen, const u_char *buf) function
88 printk(KERN_NOTICE "maprom_write called\n");

Completed in 65 milliseconds