Home
last modified time | relevance | path

Searched refs:CDC_CLOSE_TRAY (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/drivers/block/paride/
Dpcd.c287 .capability = CDC_CLOSE_TRAY | CDC_OPEN_TRAY | CDC_LOCK |
681 cd->info.mask |= CDC_CLOSE_TRAY; in pcd_probe_capabilities()
/linux-4.4.14/drivers/scsi/
Dsr.c73 (CDC_CLOSE_TRAY|CDC_OPEN_TRAY|CDC_LOCK|CDC_SELECT_SPEED| \
895 cd->cdi.mask |= CDC_CLOSE_TRAY; in get_capabilities()
/linux-4.4.14/drivers/cdrom/
Dcdrom.c605 ENSURE(tray_move, CDC_CLOSE_TRAY | CDC_OPEN_TRAY); in register_cdrom()
616 if (autoclose == 1 && CDROM_CAN(CDC_CLOSE_TRAY)) in register_cdrom()
1050 if (CDROM_CAN(CDC_CLOSE_TRAY) && in open_for_data()
1215 if (CDROM_CAN(CDC_CLOSE_TRAY) && in check_for_audio_disc()
2325 if (!CDROM_CAN(CDC_CLOSE_TRAY)) in cdrom_ioctl_closetray()
3497 CDC_CLOSE_TRAY, info, &pos, CTL_CAPABILITY)) in cdrom_sysctl_info()
3567 if (autoclose && CDROM_CAN(CDC_CLOSE_TRAY)) in cdrom_update_settings()
Dgdrom.c743 gd.cd_info->mask = CDC_CLOSE_TRAY|CDC_OPEN_TRAY|CDC_LOCK| in probe_gdrom_setupcd()
/linux-4.4.14/drivers/ide/
Dide-cd_ioctl.c123 if (ejectflag && (cdi->mask & CDC_CLOSE_TRAY)) in cdrom_eject()
Dide-cd.c1163 (CDC_CLOSE_TRAY | CDC_OPEN_TRAY | CDC_LOCK | CDC_SELECT_SPEED | \
1266 cdi->mask |= CDC_CLOSE_TRAY; in ide_cdrom_probe_capabilities()
/linux-4.4.14/include/uapi/linux/
Dcdrom.h372 #define CDC_CLOSE_TRAY 0x1 /* caddy systems _can't_ close */ macro
/linux-4.4.14/Documentation/ioctl/
Dcdrom.txt828 flags. See CDC_CLOSE_TRAY, CDC_OPEN_TRAY, etc.
/linux-4.4.14/Documentation/cdrom/
Dcdrom-standard.tex556 CDC_CLOSE_TRAY& can close tray by software control\cr
579 the $CDC_CLOSE_TRAY$ bit in $mask$.