Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/mtd/devices/
Dmtdram.c107 static int ram_write(struct mtd_info *mtd, loff_t to, size_t len, in ram_write() function
144 mtd->_write = ram_write; in mtdram_init_device()
/linux-6.1.9/drivers/cdrom/
Dcdrom.c902 int mrw, mrw_write, ram_write; in cdrom_open_write() local
910 ram_write = 1; in cdrom_open_write()
912 (void) cdrom_is_random_writable(cdi, &ram_write); in cdrom_open_write()
924 if (ram_write) in cdrom_open_write()