Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/
Dsr_vendor.c112 CDC_CLOSE_TRAY | CDC_OPEN_TRAY | in sr_vendor_init()
Dsr.c78 (CDC_CLOSE_TRAY|CDC_OPEN_TRAY|CDC_LOCK|CDC_SELECT_SPEED| \
897 cd->cdi.mask |= CDC_CLOSE_TRAY; in get_capabilities()
/Linux-v5.15/drivers/cdrom/
Dcdrom.c610 ENSURE(cdo, tray_move, CDC_CLOSE_TRAY | CDC_OPEN_TRAY); in register_cdrom()
620 if (autoclose == 1 && CDROM_CAN(CDC_CLOSE_TRAY)) in register_cdrom()
1058 if (CDROM_CAN(CDC_CLOSE_TRAY) && in open_for_data()
1221 if (CDROM_CAN(CDC_CLOSE_TRAY) && in check_for_audio_disc()
2289 if (!CDROM_CAN(CDC_CLOSE_TRAY)) in cdrom_ioctl_closetray()
3482 CDC_CLOSE_TRAY, info, &pos, CTL_CAPABILITY)) in cdrom_sysctl_info()
3552 if (autoclose && CDROM_CAN(CDC_CLOSE_TRAY)) in cdrom_update_settings()
Dgdrom.c713 gd.cd_info->mask = CDC_CLOSE_TRAY|CDC_OPEN_TRAY|CDC_LOCK| in probe_gdrom_setupcd()
/Linux-v5.15/drivers/block/paride/
Dpcd.c295 .capability = CDC_CLOSE_TRAY | CDC_OPEN_TRAY | CDC_LOCK |
706 cd->info.mask |= CDC_CLOSE_TRAY; in pcd_probe_capabilities()
/Linux-v5.15/include/uapi/linux/
Dcdrom.h376 #define CDC_CLOSE_TRAY 0x1 /* caddy systems _can't_ close */ macro
/Linux-v5.15/Documentation/userspace-api/ioctl/
Dcdrom.rst1055 flags. See CDC_CLOSE_TRAY, CDC_OPEN_TRAY, etc.
/Linux-v5.15/Documentation/cdrom/
Dcdrom-standard.rst546 CDC_CLOSE_TRAY /* can close tray by software control */
568 the *CDC_CLOSE_TRAY* bit in *mask*.