Home
last modified time | relevance | path

Searched refs:cdrom (Results 1 – 43 of 43) sorted by relevance

/linux-4.4.14/drivers/cdrom/
DMakefile8 obj-$(CONFIG_BLK_DEV_IDECD) += cdrom.o
9 obj-$(CONFIG_BLK_DEV_SR) += cdrom.o
10 obj-$(CONFIG_PARIDE_PCD) += cdrom.o
11 obj-$(CONFIG_CDROM_PKTCDVD) += cdrom.o
13 obj-$(CONFIG_GDROM) += gdrom.o cdrom.o
/linux-4.4.14/Documentation/cdrom/
Dcdrom-standard.tex2 \def\version{$Id: cdrom-standard.tex,v 1.9 1997/12/28 15:42:49 david Exp $}
11 \def\cdrom{{\sc cd-rom}}
13 \def\cdromc{{\tt {cdrom.c}}}
14 \def\cdromh{{\tt {cdrom.h}}}
24 \title{A \linux\ \cdrom\ standard}
52 This divergence of behavior has been very significant for \cdrom\
55 their drivers totally inconsistent, the writers of \linux\ \cdrom\
58 maintain uniform behavior across all the \linux\ \cdrom\ drivers.
61 all the different \cdrom\ device drivers for \linux. This document also
62 defines the various $ioctl$s, and how the low-level \cdrom\ device
[all …]
Dide-cd58 Enhanced IDE/MFM/RLL disk/cdrom/tape/floppy support
106 5. You may want to create a symbolic link /dev/cdrom pointing to the
109 ln -s /dev/hdX /dev/cdrom
124 mount -t iso9660 /dev/cdrom /mnt/cdrom
126 where it is assumed that /dev/cdrom is a link pointing to the actual
127 device (as described in step 5 of the last section) and /mnt/cdrom is
129 CDROM under the /mnt/cdrom directory. If you want to eject the CDROM,
132 umount /mnt/cdrom
139 You should feel free to remove the cdrom line from /etc/fstab and
191 form `hdX=cdrom', where X is the drive letter corresponding to
[all …]
Dpacket-writing.txt20 # mount /dev/pktcdvd/dev_name /cdrom -t udf -o rw,noatime
35 # mount /dev/pktcdvd/dev_name /cdrom -t udf -o rw,noatime
49 # mount /dev/hdc /cdrom -t udf -o rw,noatime
62 # mount /dev/pktcdvd/dev_name /cdrom -t udf -o rw,noatime
DMakefile1 LATEXFILE = cdrom-standard
D00-INDEX5 cdrom-standard.tex
/linux-4.4.14/drivers/usb/gadget/function/
Dstorage_common.c237 if (curlun->cdrom) { in fsg_lun_open()
250 if (curlun->cdrom) { in fsg_lun_open()
364 return sprintf(buf, "%u\n", curlun->cdrom); in fsg_show_cdrom()
468 bool cdrom; in fsg_store_cdrom() local
471 ret = strtobool(buf, &cdrom); in fsg_store_cdrom()
476 ret = cdrom ? _fsg_store_ro(curlun, true) : 0; in fsg_store_cdrom()
479 curlun->cdrom = cdrom; in fsg_store_cdrom()
Df_mass_storage.h11 bool cdrom[FSG_MAX_LUNS]; member
38 _FSG_MODULE_PARAM_ARRAY(prefix, params, cdrom, bool, \
101 char cdrom; member
Df_mass_storage.c1102 buf[0] = curlun->cdrom ? TYPE_ROM : TYPE_DISK; in do_inquiry()
1950 if (!common->curlun || !common->curlun->cdrom) in do_scsi_command()
1962 if (!common->curlun || !common->curlun->cdrom) in do_scsi_command()
2836 return lun->cdrom ? S_IRUGO : (S_IWUSR | S_IRUGO); in fsg_lun_dev_is_visible()
2877 lun->cdrom = !!cfg->cdrom; in fsg_common_create_lun()
2878 lun->ro = cfg->cdrom || cfg->ro; in fsg_common_create_lun()
2922 lun->cdrom ? "CD-ROM " : "", in fsg_common_create_lun()
2973 pn ?: ((*common->luns)->cdrom in fsg_common_set_inquiry_string()
3213 CONFIGFS_ATTR(fsg_lun_opts_, cdrom);
3558 lun->cdrom = !!params->cdrom[i]; in fsg_config_from_params()
Dstorage_common.h99 unsigned int cdrom:1; member
/linux-4.4.14/Documentation/ide/
Dide.txt86 or ide_core.cdrom=[interface_number.device_number]
90 ide_core.chs=1.0:1050,32,64 ide_core.cdrom=1.1
112 Courtesy of Scott Snyder and others, the driver supports ATAPI cdrom drives
116 If for some reason your cdrom drive is *not* found at boot time, you can force
120 ide_core.cdrom=1.0 /* "master" on second interface (hdc) */
122 ide_core.cdrom=1.1 /* "slave" on second interface (hdd) */
125 interface (/dev/hda) and an IDE cdrom drive on the secondary interface
126 (/dev/hdc). To mount a CD in the cdrom drive, one would use something like:
128 ln -sf /dev/hdc /dev/cdrom
129 mkdir /mnt/cdrom
[all …]
DChangeLog.ide-cd.1994-200450 * Read total cdrom capacity during open.
86 * problem with "hde=cdrom" with no drive present. -ml
116 * -- Integrate with generic cdrom driver.
127 * using the generic cdrom driver.
209 * packet interface to cdrom.c.
/linux-4.4.14/sound/oss/
Daedsp16.c429 int cdrom; member
600 DBG((" CDROM : %s present\n", (decoded_hcfg.cdrom!=4)?"":" not")); in aedsp16_pinfo()
616 decoded_hcfg.cdrom = CDROM(hard_cfg[1]); in aedsp16_hard_decode()
635 decoded_hcfg.cdrom = CONFIG_SC6600_CDROM; /* 4:N-3:I-2:G-1:P-0:S */ in aedsp16_hard_decode()
662 BLDCDROM(hard_cfg[1], decoded_hcfg.cdrom); in aedsp16_hard_encode()
753 if (decoded_hcfg.cdrom != 2) in aedsp16_ext_cfg_write()
755 if ((decoded_hcfg.cdrom == 4) || in aedsp16_ext_cfg_write()
756 (decoded_hcfg.cdrom == 3)) in aedsp16_ext_cfg_write()
771 if (decoded_hcfg.cdrom == 3) { in aedsp16_ext_cfg_write()
/linux-4.4.14/Documentation/ioctl/
Dcdrom.txt10 in drivers/cdrom/cdrom.c and drivers/block/scsi_ioctl.c
12 ioctl values are listed in <linux/cdrom.h>. As of this writing, they
21 CDROMSTOP Stop the cdrom drive
22 CDROMSTART Start the cdrom drive
23 CDROMEJECT Ejects the cdrom media
92 are defined in <linux/cdrom.h>
214 CDROMSTOP Stop the cdrom drive
232 CDROMSTART Start the cdrom drive
251 CDROMEJECT Ejects the cdrom media
370 As of 2.6.8.1, comments in <linux/cdrom.h> indicate that this
[all …]
D00-INDEX5 cdrom.txt
Dioctl-number.txt80 0x20 all drivers/cdrom/cm206.h
173 'S' all linux/cdrom.h conflict!
297 0x90 00 drivers/cdrom/sbpcd.h
/linux-4.4.14/Documentation/ABI/testing/
Dconfigfs-usb-gadget-mass-storage28 cdrom - Flag specifying that LUN shall be reported as
/linux-4.4.14/drivers/block/xen-blkback/
Dxenbus.c379 int cdrom) in xen_vbd_create() argument
410 if (vbd->bdev->bd_disk->flags & GENHD_FL_CD || cdrom) in xen_vbd_create()
596 int cdrom = 0; in backend_changed() local
634 cdrom = strcmp(device_type, "cdrom") == 0; in backend_changed()
647 !strchr(be->mode, 'w'), cdrom); in backend_changed()
/linux-4.4.14/drivers/ide/
Dide.c235 module_param_named(cdrom, ide_cdroms, ide_dev_mask, 0);
236 MODULE_PARM_DESC(cdrom, "force device as a CD-ROM");
/linux-4.4.14/Documentation/networking/
Ddl2k.txt76 [root@XXX /] mkdir cdrom
77 [root@XXX /] mount -r -t iso9660 -o conv=auto /dev/cdrom /cdrom
81 [root@XXX dl2k] cp /cdrom/linux/dl2k.tgz /root/dl2k
/linux-4.4.14/Documentation/sound/oss/
DOpti151 The 82C931 chip has support only for secondary ATAPI cdrom.
153 and if a cdrom was already mounted it may cause a complete
157 before the cdrom is accessed the first time.
DPSS-updates24 these values would leave the port disabled. Like the joystick port, the cdrom
/linux-4.4.14/drivers/
DMakefile87 obj-y += cdrom/
/linux-4.4.14/Documentation/scsi/
Dscsi.txt27 as a module). The disk driver (sd_mod.o), cdrom driver (sr_mod.o),
Dscsi-changer.txt66 I test and use the driver myself with a 35 slot cdrom jukebox from
172 for a old, second-hand (but full functional) cdrom jukebox which I use
DChangeLog.1992-19971510 * scsi.c: Add Chinon cdrom to blacklist.
1551 * scsi.c: Add Teac cdrom to blacklist.
1752 Texel cdrom and Maxtor XT-4380S to blacklist. Allow compile time
/linux-4.4.14/Documentation/sysctl/
DREADME60 dev/ device specific information (eg dev/cdrom/info)
/linux-4.4.14/Documentation/filesystems/
Dsharedsubtree.txt157 The system administrator can make the mount at /cdrom shared
158 mount --bind /cdrom /cdrom
159 mount --make-shared /cdrom
162 mount at /cdrom which is a replica of the same mount in the
165 So when a CD is inserted and mounted at /cdrom that mount gets
166 propagated to the other mount at /cdrom in all the other clone
Dproc.txt1015 ide-cdrom version 4.53
/linux-4.4.14/Documentation/filesystems/nfs/
Dnfsroot.txt225 3.2) Booting from a cdrom using isolinux
227 When building kernels, an easy way to create a bootable cdrom that
236 This can be written to a cdrom using a variety of tools including
/linux-4.4.14/tools/lguest/
Dlguest.txt64 qemu -cdrom image.iso -hda rootfile -net user -net nic -boot d
/linux-4.4.14/Documentation/usb/
Dmass-storage.txt81 - cdrom=b[,b...]
211 1. In FSG the “removable” and “cdrom” module parameters set the flag
Dgadget-testing.txt283 cdrom - Flag specifying that LUN shall be reported as
/linux-4.4.14/include/uapi/linux/
DKbuild83 header-y += cdrom.h
/linux-4.4.14/
DCREDITS2109 D: Philips/LMS cm206 cdrom driver, generic cdrom driver
2269 D: Softcursor for vga, hypertech cdrom support, vcsa bugfix, nbd
3412 D: ATAPI cdrom driver
3421 D: Optics Storage 8000AT cdrom driver
3738 E: volkerdi@ftp.cdrom.com
DMAINTAINERS5337 F: Documentation/cdrom/ide-cd
11018 F: Documentation/cdrom/
11019 F: drivers/cdrom/cdrom.c
11020 F: include/linux/cdrom.h
11021 F: include/uapi/linux/cdrom.h
/linux-4.4.14/Documentation/blockdev/
Dparide.txt276 mount /dev/pcd0 /cdrom
/linux-4.4.14/Documentation/
D00-INDEX114 cdrom/
Ddevices.txt3211 /dev/cdrom CD-ROM device symbolic Current CD-ROM device
3223 For SCSI devices, /dev/tape and /dev/cdrom should point to the
Dkernel-parameters.txt1411 .cdrom .chs .ignore_cable are additional options
/linux-4.4.14/Documentation/serial/
Dmoxa-smartio150 # cp /mnt/cdrom/<driver directory>/mxser.tgz .
/linux-4.4.14/drivers/block/
DKconfig409 See the file <file:Documentation/cdrom/packet-writing.txt>
/linux-4.4.14/drivers/scsi/
DKconfig148 required to support multisession CDs with old NEC/TOSHIBA cdrom
183 don't need this for those tiny 6-slot cdrom changers. Media