Home
last modified time | relevance | path

Searched refs:CDROMCLOSETRAY (Results 1 – 6 of 6) sorted by path

/linux/Documentation/cdrom/
H A Dcdrom-standard.rst824 `CDROMCLOSETRAY`
/linux/Documentation/userspace-api/ioctl/
H A Dcdrom.rst51 CDROMCLOSETRAY pendant of CDROMEJECT
337 CDROMCLOSETRAY
343 ioctl(fd, CDROMCLOSETRAY, 0);
/linux/drivers/cdrom/
H A Dcdrom.c2274 cd_dbg(CD_DO_IOCTL, "entering CDROMCLOSETRAY\n"); in cdrom_ioctl_closetray()
3336 case CDROMCLOSETRAY: in cdrom_ioctl()
/linux/drivers/scsi/
H A Dscsi_ioctl.c904 case CDROMCLOSETRAY: in scsi_ioctl()
H A Dsr.c541 if (cmd != CDROMCLOSETRAY && cmd != CDROMEJECT) { in sr_block_ioctl()
/linux/include/uapi/linux/
H A Dcdrom.h120 #define CDROMCLOSETRAY 0x5319 /* pendant of CDROMEJECT */ macro