Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/cdrom/
Dcdrom.c617 cdi->options |= (int) CDO_AUTO_CLOSE; in register_cdrom()
1050 cdi->options & CDO_AUTO_CLOSE) { in open_for_data()
1215 cdi->options & CDO_AUTO_CLOSE) { in check_for_audio_disc()
2339 cdi->options &= ~(CDO_AUTO_CLOSE | CDO_AUTO_EJECT); in cdrom_ioctl_eject_sw()
2341 cdi->options |= CDO_AUTO_CLOSE | CDO_AUTO_EJECT; in cdrom_ioctl_eject_sw()
3567 cdi->options |= CDO_AUTO_CLOSE; in cdrom_update_settings()
3569 cdi->options &= ~CDO_AUTO_CLOSE; in cdrom_update_settings()
/linux-4.1.27/include/uapi/linux/
Dcdrom.h411 #define CDO_AUTO_CLOSE 0x1 /* close tray on first open() */ macro
/linux-4.1.27/Documentation/cdrom/
Dcdrom-standard.tex599 CDO_AUTO_CLOSE& try to close tray upon device $open()$\cr
608 The initial value of this register is $CDO_AUTO_CLOSE \mathrel|
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.1.27/Documentation/ioctl/
Dcdrom.txt603 CDO_AUTO_CLOSE close tray on first open(2)