Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dsr.c82 CDC_CD_R|CDC_CD_RW|CDC_DVD|CDC_DVD_R|CDC_DVD_RAM|CDC_GENERIC_PACKET| \
846 CDC_DVD | CDC_DVD_RAM | in get_capabilities()
877 cd->cdi.mask |= CDC_DVD_RAM; in get_capabilities()
904 if ((cd->cdi.mask & (CDC_DVD_RAM | CDC_MRW_W | CDC_RAM | CDC_CD_RW)) != in get_capabilities()
905 (CDC_DVD_RAM | CDC_MRW_W | CDC_RAM | CDC_CD_RW)) { in get_capabilities()
/linux/include/uapi/linux/
H A Dcdrom.h411 #define CDC_DVD_RAM 0x20000 /* drive can write DVD-RAM */ macro
/linux/drivers/cdrom/
H A Dcdrom.c932 else if (CDROM_CAN(CDC_DVD_RAM)) in cdrom_open_write()
3538 CDC_DVD_RAM, info, &pos, CTL_CAPABILITY)) in cdrom_sysctl_info()