Home
last modified time | relevance | path

Searched refs:CDC_DVD_RAM (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/scsi/
Dsr.c82 CDC_CD_R|CDC_CD_RW|CDC_DVD|CDC_DVD_R|CDC_DVD_RAM|CDC_GENERIC_PACKET| \
838 CDC_DVD | CDC_DVD_RAM | in get_capabilities()
869 cd->cdi.mask |= CDC_DVD_RAM; in get_capabilities()
896 if ((cd->cdi.mask & (CDC_DVD_RAM | CDC_MRW_W | CDC_RAM | CDC_CD_RW)) != in get_capabilities()
897 (CDC_DVD_RAM | CDC_MRW_W | CDC_RAM | CDC_CD_RW)) { in get_capabilities()
/linux-5.19.10/include/uapi/linux/
Dcdrom.h411 #define CDC_DVD_RAM 0x20000 /* drive can write DVD-RAM */ macro
/linux-5.19.10/drivers/cdrom/
Dcdrom.c931 else if (CDROM_CAN(CDC_DVD_RAM)) in cdrom_open_write()
3552 CDC_DVD_RAM, info, &pos, CTL_CAPABILITY)) in cdrom_sysctl_info()