Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dsr_vendor.c112 CDC_CLOSE_TRAY | CDC_OPEN_TRAY | in sr_vendor_init()
H A Dsr.c78 (CDC_CLOSE_TRAY|CDC_OPEN_TRAY|CDC_LOCK|CDC_SELECT_SPEED| \
963 cd->cdi.mask |= CDC_CLOSE_TRAY; in get_capabilities()
/OK3568_Linux_fs/kernel/drivers/cdrom/
H A 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()
2344 if (!CDROM_CAN(CDC_CLOSE_TRAY)) in cdrom_ioctl_closetray()
3542 CDC_CLOSE_TRAY, info, &pos, CTL_CAPABILITY)) in cdrom_sysctl_info()
3612 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()
/OK3568_Linux_fs/kernel/drivers/block/paride/
H A Dpcd.c295 .capability = CDC_CLOSE_TRAY | CDC_OPEN_TRAY | CDC_LOCK |
707 cd->info.mask |= CDC_CLOSE_TRAY; in pcd_probe_capabilities()
/OK3568_Linux_fs/kernel/drivers/ide/
H A Dide-cd_ioctl.c124 if (ejectflag && (cdi->mask & CDC_CLOSE_TRAY)) in cdrom_eject()
H A Dide-cd.c1270 (CDC_CLOSE_TRAY | CDC_OPEN_TRAY | CDC_LOCK | CDC_SELECT_SPEED | \
1372 cdi->mask |= CDC_CLOSE_TRAY; in ide_cdrom_probe_capabilities()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dcdrom.h376 #define CDC_CLOSE_TRAY 0x1 /* caddy systems _can't_ close */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dcdrom.h373 #define CDC_CLOSE_TRAY 0x1 /* caddy systems _can't_ close */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dcdrom.h373 #define CDC_CLOSE_TRAY 0x1 /* caddy systems _can't_ close */ macro
/OK3568_Linux_fs/kernel/Documentation/userspace-api/ioctl/
H A Dcdrom.rst1055 flags. See CDC_CLOSE_TRAY, CDC_OPEN_TRAY, etc.
/OK3568_Linux_fs/kernel/Documentation/cdrom/
H A Dcdrom-standard.rst546 CDC_CLOSE_TRAY /* can close tray by software control */
568 the *CDC_CLOSE_TRAY* bit in *mask*.