Home
last modified time | relevance | path

Searched refs:ram_write (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/mtd/devices/
Dmtdram.c77 static int ram_write(struct mtd_info *mtd, loff_t to, size_t len, in ram_write() function
115 mtd->_write = ram_write; in mtdram_init_device()
/linux-3.4.99/drivers/cdrom/
Dcdrom.c884 int mrw, mrw_write, ram_write; in cdrom_open_write() local
892 ram_write = 1; in cdrom_open_write()
894 (void) cdrom_is_random_writable(cdi, &ram_write); in cdrom_open_write()
906 if (ram_write) in cdrom_open_write()