Home
last modified time | relevance | path

Searched refs:CDC_LOCK (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/cdrom/
H A Dcdrom.c611 ENSURE(cdo, lock_door, CDC_LOCK); in register_cdrom()
1129 if (CDROM_CAN(CDC_LOCK) && (cdi->options & CDO_LOCK)) { in open_for_data()
1143 if (CDROM_CAN(CDC_LOCK) && cdi->options & CDO_LOCK) { in open_for_data()
1194 if (CDROM_CAN(CDC_LOCK) && cdi->options & CDO_LOCK) { in cdrom_open()
1276 if ((cdo->capability & CDC_LOCK) && !cdi->keeplocked) { in cdrom_release()
2331 if (CDROM_CAN(CDC_LOCK)) { in cdrom_ioctl_eject()
2408 if (!CDROM_CAN(CDC_LOCK)) in cdrom_ioctl_set_options()
2484 if (!CDROM_CAN(CDC_LOCK)) in cdrom_ioctl_lock_door()
3548 CDC_LOCK, info, &pos, CTL_CAPABILITY)) in cdrom_sysctl_info()
3620 if (lockdoor && CDROM_CAN(CDC_LOCK)) in cdrom_update_settings()
H A Dgdrom.c712 gd.cd_info->mask = CDC_CLOSE_TRAY|CDC_OPEN_TRAY|CDC_LOCK| in probe_gdrom_setupcd()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dsr_vendor.c113 CDC_LOCK | in sr_vendor_init()
H A Dsr.c78 (CDC_CLOSE_TRAY|CDC_OPEN_TRAY|CDC_LOCK|CDC_SELECT_SPEED| \
/OK3568_Linux_fs/kernel/drivers/block/paride/
H A Dpcd.c295 .capability = CDC_CLOSE_TRAY | CDC_OPEN_TRAY | CDC_LOCK |
703 cd->info.mask |= CDC_LOCK; in pcd_probe_capabilities()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dcdrom.h378 #define CDC_LOCK 0x4 /* disable manual eject */ 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.h375 #define CDC_LOCK 0x4 /* disable manual eject */ 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.h375 #define CDC_LOCK 0x4 /* disable manual eject */ macro
/OK3568_Linux_fs/kernel/drivers/ide/
H A Dide-cd.c1270 (CDC_CLOSE_TRAY | CDC_OPEN_TRAY | CDC_LOCK | CDC_SELECT_SPEED | \
/OK3568_Linux_fs/kernel/Documentation/cdrom/
H A Dcdrom-standard.rst548 CDC_LOCK /* can lock and unlock the door */