Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dsr.c81 CDC_CD_R|CDC_CD_RW|CDC_DVD|CDC_DVD_R|CDC_DVD_RAM|CDC_GENERIC_PACKET| \
938 CDC_DVD | CDC_DVD_RAM | in get_capabilities()
969 cd->cdi.mask |= CDC_DVD_RAM; in get_capabilities()
996 if ((cd->cdi.mask & (CDC_DVD_RAM | CDC_MRW_W | CDC_RAM | CDC_CD_RW)) != in get_capabilities()
997 (CDC_DVD_RAM | CDC_MRW_W | CDC_RAM | CDC_CD_RW)) { in get_capabilities()
/OK3568_Linux_fs/kernel/drivers/ide/
H A Dide-cd.c1273 CDC_CD_RW | CDC_DVD | CDC_DVD_R | CDC_DVD_RAM | CDC_GENERIC_PACKET | \
1323 CDC_DVD_RAM | CDC_SELECT_DISC | CDC_PLAY_AUDIO | in ide_cdrom_probe_capabilities()
1362 cdi->mask &= ~(CDC_DVD_RAM | CDC_RAM); in ide_cdrom_probe_capabilities()
1394 if ((cdi->mask & CDC_DVD_R) == 0 || (cdi->mask & CDC_DVD_RAM) == 0) in ide_cdrom_probe_capabilities()
1397 (cdi->mask & CDC_DVD_RAM) ? "" : "/RAM"); in ide_cdrom_probe_capabilities()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dcdrom.h392 #define CDC_DVD_RAM 0x20000 /* drive can write DVD-RAM */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dcdrom.h389 #define CDC_DVD_RAM 0x20000 /* drive can write DVD-RAM */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dcdrom.h389 #define CDC_DVD_RAM 0x20000 /* drive can write DVD-RAM */ macro
/OK3568_Linux_fs/kernel/drivers/cdrom/
H A Dcdrom.c931 else if (CDROM_CAN(CDC_DVD_RAM)) in cdrom_open_write()
3581 CDC_DVD_RAM, info, &pos, CTL_CAPABILITY)) in cdrom_sysctl_info()