Home
last modified time | relevance | path

Searched refs:CDO_LOCK (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/cdrom/
Dcdrom.c621 cdi->options |= (int) CDO_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()
1188 if (CDROM_CAN(CDC_LOCK) && cdi->options & CDO_LOCK) { in cdrom_open()
2388 case CDO_LOCK: in cdrom_ioctl_set_options()
3576 cdi->options |= CDO_LOCK; in cdrom_update_settings()
3578 cdi->options &= ~CDO_LOCK; in cdrom_update_settings()
/linux-4.4.14/include/uapi/linux/
Dcdrom.h414 #define CDO_LOCK 0x8 /* lock tray on open files */ macro
/linux-4.4.14/Documentation/cdrom/
Dcdrom-standard.tex603 CDO_LOCK& try to lock door if device is opened\cr
609 CDO_USE_FFLAGS \mathrel| CDO_LOCK$, reflecting my own view on user
722 \item[$CDO_AUTO_CLOSE \mathrel| CDO_USE_FFLAGS \mathrel| CDO_LOCK$] This
732 \item[$CDO_AUTO_CLOSE \mathrel| CDO_AUTO_EJECT \mathrel| CDO_LOCK$] This
/linux-4.4.14/Documentation/ioctl/
Dcdrom.txt606 CDO_LOCK lock tray on open files