| /linux/drivers/cdrom/ |
| A D | .built-in.a.cmd | 1 …cdrom/built-in.a := echo >/dev/null; rm -f drivers/cdrom/built-in.a; /usr/bin/ccache /home/test/wo…
|
| A D | Makefile | 2 obj-$(CONFIG_CDROM) += cdrom.o
|
| /linux/drivers/usb/gadget/function/ |
| A D | storage_common.c | 231 if (curlun->cdrom) { in fsg_lun_open() 244 if (curlun->cdrom) { in fsg_lun_open() 358 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()
|
| A D | f_mass_storage.h | 12 bool cdrom[FSG_MAX_LUNS]; member 39 _FSG_MODULE_PARAM_ARRAY(prefix, params, cdrom, bool, \ 91 char cdrom; member
|
| A D | f_mass_storage.c | 1048 buf[0] = curlun->cdrom ? TYPE_ROM : TYPE_DISK; in do_inquiry() 1930 if (!common->curlun || !common->curlun->cdrom) in do_scsi_command() 1942 if (!common->curlun || !common->curlun->cdrom) in do_scsi_command() 2773 return lun->cdrom ? S_IRUGO : (S_IWUSR | S_IRUGO); in fsg_lun_dev_is_visible() 2814 lun->cdrom = !!cfg->cdrom; in fsg_common_create_lun() 2815 lun->ro = cfg->cdrom || cfg->ro; in fsg_common_create_lun() 2859 lun->cdrom ? "CD-ROM " : "", in fsg_common_create_lun() 2910 pn ?: ((*common->luns)->cdrom in fsg_common_set_inquiry_string() 3147 CONFIGFS_ATTR(fsg_lun_opts_, cdrom); 3508 lun->cdrom = !!params->cdrom[i]; in fsg_config_from_params()
|
| A D | storage_common.h | 106 unsigned int cdrom:1; member
|
| /linux/Documentation/ide/ |
| A D | ide.rst | 90 ide_core.cdrom=[interface_number.device_number] 94 ide_core.chs=1.0:1050,32,64 ide_core.cdrom=1.1 118 Courtesy of Scott Snyder and others, the driver supports ATAPI cdrom drives 126 ide_core.cdrom=1.0 /* "master" on second interface (hdc) */ 130 ide_core.cdrom=1.1 /* "slave" on second interface (hdd) */ 133 interface (/dev/hda) and an IDE cdrom drive on the secondary interface 136 ln -sf /dev/hdc /dev/cdrom 137 mkdir /mnt/cdrom 138 mount /dev/cdrom /mnt/cdrom -t iso9660 -o ro 165 The kernel is able to execute binaries directly off of the cdrom, [all …]
|
| A D | ChangeLog.ide-cd.1994-2004 | 50 * 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/Documentation/cdrom/ |
| A D | index.rst | 4 cdrom chapter 10 cdrom-standard
|
| A D | cdrom-standard.rst | 100 Driver code defined in `cdrom.c`. 135 interface, the interface defined in `cdrom.h`. 519 standardized in `cdrom.c`. 734 Description of routines in `cdrom.c` 740 to `cdrom.c` is called `cdrom.h`. Formerly, some of the contents of this 742 merged back into `cdrom.h`. 879 New *ioctl()'s* in `cdrom.c` 894 of standard cdrom speed (176\,kB/sec raw data or 968 types, see a recent version of `cdrom.h`. 995 - Get hold of the files `cdrom.c` and `cdrom.h`, they should be in [all …]
|
| A D | ide-cd.rst | 104 5. You may want to create a symbolic link /dev/cdrom pointing to the 107 ln -s /dev/hdX /dev/cdrom 122 mount -t iso9660 /dev/cdrom /mnt/cdrom 124 where it is assumed that /dev/cdrom is a link pointing to the actual 125 device (as described in step 5 of the last section) and /mnt/cdrom is 130 umount /mnt/cdrom 137 You should feel free to remove the cdrom line from /etc/fstab and 189 form `hdX=cdrom`, where X is the drive letter corresponding to 193 hdX: ATAPI cdrom (?) 283 cat /dev/cdrom | od | more [all …]
|
| A D | packet-writing.rst | 27 # mount /dev/pktcdvd/dev_name /cdrom -t udf -o rw,noatime 42 # mount /dev/pktcdvd/dev_name /cdrom -t udf -o rw,noatime 56 # mount /dev/hdc /cdrom -t udf -o rw,noatime 69 # mount /dev/pktcdvd/dev_name /cdrom -t udf -o rw,noatime
|
| /linux/Documentation/userspace-api/ioctl/ |
| A D | cdrom.rst | 11 in drivers/cdrom/cdrom.c and drivers/block/scsi_ioctl.c 23 CDROMSTOP Stop the cdrom drive 24 CDROMSTART Start the cdrom drive 25 CDROMEJECT Ejects the cdrom media 94 are defined in <linux/cdrom.h> 260 Stop the cdrom drive 285 Start the cdrom drive 311 - Ejects the cdrom media 888 from <linux/cdrom.h>: 923 from <linux/cdrom.h>: [all …]
|
| A D | index.rst | 14 cdrom
|
| /linux/Documentation/networking/device_drivers/ethernet/dlink/ |
| A D | dl2k.rst | 86 [root@XXX /] mkdir cdrom 87 [root@XXX /] mount -r -t iso9660 -o conv=auto /dev/cdrom /cdrom 91 [root@XXX dl2k] cp /cdrom/linux/dl2k.tgz /root/dl2k
|
| /linux/drivers/block/xen-blkback/ |
| A D | xenbus.c | 482 int cdrom) in xen_vbd_create() argument 513 if (vbd->bdev->bd_disk->flags & GENHD_FL_CD || cdrom) in xen_vbd_create() 715 int cdrom = 0; in backend_changed() local 753 cdrom = strcmp(device_type, "cdrom") == 0; in backend_changed() 769 !strchr(be->mode, 'w'), cdrom); in backend_changed()
|
| /linux/Documentation/ABI/testing/ |
| A D | configfs-usb-gadget-mass-storage | 31 cdrom Flag specifying that LUN shall be reported as
|
| /linux/Documentation/translations/zh_TW/ |
| A D | index.rst | 105 * cdrom/index
|
| /linux/Documentation/translations/zh_CN/ |
| A D | index.rst | 115 * cdrom/index
|
| /linux/Documentation/filesystems/ |
| A D | sharedsubtree.rst | 168 The system administrator can make the mount at /cdrom shared:: 170 mount --bind /cdrom /cdrom 171 mount --make-shared /cdrom 174 mount at /cdrom which is a replica of the same mount in the 177 So when a CD is inserted and mounted at /cdrom that mount gets 178 propagated to the other mount at /cdrom in all the other clone
|
| /linux/Documentation/scsi/ |
| A D | scsi-changer.rst | 70 I test and use the driver myself with a 35 slot cdrom jukebox from 177 for a old, second-hand (but full functional) cdrom jukebox which I use
|
| A D | scsi.rst | 31 as a module). The disk driver (sd_mod.o), cdrom driver (sr_mod.o),
|
| /linux/drivers/ |
| A D | Makefile | 94 obj-y += cdrom/
|
| A D | .built-in.a.cmd | 1 …et/built-in.a drivers/firewire/built-in.a drivers/vfio/built-in.a drivers/cdrom/built-in.a drivers…
|
| /linux/Documentation/admin-guide/sysctl/ |
| A D | index.rst | 70 dev/ device specific information (eg dev/cdrom/info)
|