Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/cdrom/
Dcdrom.c618 cdi->options |= (int) CDO_AUTO_CLOSE; in register_cdrom()
1050 cdi->options & CDO_AUTO_CLOSE) { in open_for_data()
1212 cdi->options & CDO_AUTO_CLOSE) { in check_for_audio_disc()
2357 cdi->options &= ~(CDO_AUTO_CLOSE | CDO_AUTO_EJECT); in cdrom_ioctl_eject_sw()
2359 cdi->options |= CDO_AUTO_CLOSE | CDO_AUTO_EJECT; in cdrom_ioctl_eject_sw()
3581 cdi->options |= CDO_AUTO_CLOSE; in cdrom_update_settings()
3583 cdi->options &= ~CDO_AUTO_CLOSE; in cdrom_update_settings()
/Linux-v4.19/include/uapi/linux/
Dcdrom.h412 #define CDO_AUTO_CLOSE 0x1 /* close tray on first open() */ macro
/Linux-v4.19/Documentation/cdrom/
Dcdrom-standard.tex603 CDO_AUTO_CLOSE& try to close tray upon device $open()$\cr
612 The initial value of this register is $CDO_AUTO_CLOSE \mathrel|
726 \item[$CDO_AUTO_CLOSE \mathrel| CDO_USE_FFLAGS \mathrel| CDO_LOCK$] This
736 \item[$CDO_AUTO_CLOSE \mathrel| CDO_AUTO_EJECT \mathrel| CDO_LOCK$] This
/Linux-v4.19/Documentation/ioctl/
Dcdrom.txt604 CDO_AUTO_CLOSE close tray on first open(2)