Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dsr_vendor.c112 CDC_CLOSE_TRAY | CDC_OPEN_TRAY | in sr_vendor_init()
H A Dsr.c79 (CDC_CLOSE_TRAY|CDC_OPEN_TRAY|CDC_LOCK|CDC_SELECT_SPEED| \
868 cd->cdi.mask |= CDC_CLOSE_TRAY; in get_capabilities()
896 cd->cdi.mask |= CDC_CLOSE_TRAY; */ in get_capabilities()
/linux/drivers/cdrom/
H A Dcdrom.c111 CDC_CLOSE_TRAY.
607 ENSURE(cdo, tray_move, CDC_CLOSE_TRAY | CDC_OPEN_TRAY); in register_cdrom()
618 if (autoclose == 1 && CDROM_CAN(CDC_CLOSE_TRAY)) in register_cdrom()
1044 if (CDROM_CAN(CDC_CLOSE_TRAY) && in open_for_data()
1208 if (CDROM_CAN(CDC_CLOSE_TRAY) && in check_for_audio_disc()
2272 if (!CDROM_CAN(CDC_CLOSE_TRAY)) in cdrom_ioctl_closetray()
3495 CDC_CLOSE_TRAY, info, &pos, CTL_CAPABILITY)) in cdrom_sysctl_info()
3565 if (autoclose && CDROM_CAN(CDC_CLOSE_TRAY)) in cdrom_update_settings()
H A Dgdrom.c712 gd.cd_info->mask = CDC_CLOSE_TRAY|CDC_OPEN_TRAY|CDC_LOCK| in probe_gdrom_setupcd()
/linux/include/uapi/linux/
H A Dcdrom.h395 #define CDC_CLOSE_TRAY 0x1 /* caddy systems _can't_ close */ macro
/linux/Documentation/userspace-api/ioctl/
H A Dcdrom.rst1064 flags. See CDC_CLOSE_TRAY, CDC_OPEN_TRAY, etc.