Home
last modified time | relevance | path

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

/openbmc/linux/drivers/cdrom/
H A Dcdrom.c608 ENSURE(cdo, lock_door, CDC_LOCK); in register_cdrom()
1121 if (CDROM_CAN(CDC_LOCK) && (cdi->options & CDO_LOCK)) { in open_for_data()
1135 if (CDROM_CAN(CDC_LOCK) && cdi->options & CDO_LOCK) { in open_for_data()
1186 if (CDROM_CAN(CDC_LOCK) && cdi->options & CDO_LOCK) { in cdrom_open()
1268 if ((cdo->capability & CDC_LOCK) && !cdi->keeplocked) { in cdrom_release()
2263 if (CDROM_CAN(CDC_LOCK)) { in cdrom_ioctl_eject()
2386 if (!CDROM_CAN(CDC_LOCK)) in cdrom_ioctl_set_options()
2454 if (!CDROM_CAN(CDC_LOCK)) in cdrom_ioctl_lock_door()
3505 CDC_LOCK, info, &pos, CTL_CAPABILITY)) in cdrom_sysctl_info()
3577 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()
/openbmc/linux/drivers/scsi/
H A Dsr_vendor.c113 CDC_LOCK | in sr_vendor_init()
H A Dsr.c79 (CDC_CLOSE_TRAY|CDC_OPEN_TRAY|CDC_LOCK|CDC_SELECT_SPEED| \
/openbmc/linux/include/uapi/linux/
H A Dcdrom.h397 #define CDC_LOCK 0x4 /* disable manual eject */ macro
/openbmc/linux/Documentation/cdrom/
H A Dcdrom-standard.rst538 CDC_LOCK /* can lock and unlock the door */