Searched refs:CDC_OPEN_TRAY (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/scsi/
H A Dsr_vendor.c112 CDC_CLOSE_TRAY | CDC_OPEN_TRAY |
H A Dsr.c79 (CDC_CLOSE_TRAY|CDC_OPEN_TRAY|CDC_LOCK|CDC_SELECT_SPEED| \
882 cd->cdi.mask |= CDC_OPEN_TRAY;
/linux-master/drivers/cdrom/
H A Dcdrom.c110 -- autoclose was mistakenly checked against CDC_OPEN_TRAY instead of
607 ENSURE(cdo, tray_move, CDC_CLOSE_TRAY | CDC_OPEN_TRAY);
620 if (autoeject == 1 && CDROM_CAN(CDC_OPEN_TRAY))
1277 if (cdi->options & CDO_AUTO_EJECT && CDROM_CAN(CDC_OPEN_TRAY))
2259 if (!CDROM_CAN(CDC_OPEN_TRAY))
2286 if (!CDROM_CAN(CDC_OPEN_TRAY))
3502 CDC_OPEN_TRAY, info, &pos, CTL_CAPABILITY))
3573 if (autoeject && CDROM_CAN(CDC_OPEN_TRAY))
H A Dgdrom.c712 gd.cd_info->mask = CDC_CLOSE_TRAY|CDC_OPEN_TRAY|CDC_LOCK|
/linux-master/include/uapi/linux/
H A Dcdrom.h396 #define CDC_OPEN_TRAY 0x2 /* but _can_ eject. */ macro

Completed in 144 milliseconds