Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/function/
H A Dstorage_common.c232 if (curlun->cdrom) { in fsg_lun_open()
245 if (curlun->cdrom) { in fsg_lun_open()
361 return sprintf(buf, "%u\n", curlun->cdrom); in fsg_show_cdrom()
471 bool cdrom; in fsg_store_cdrom() local
474 ret = kstrtobool(buf, &cdrom); in fsg_store_cdrom()
479 ret = cdrom ? _fsg_store_ro(curlun, true) : 0; in fsg_store_cdrom()
482 curlun->cdrom = cdrom; in fsg_store_cdrom()
H A Df_mass_storage.h12 bool cdrom[FSG_MAX_LUNS]; member
39 _FSG_MODULE_PARAM_ARRAY(prefix, params, cdrom, bool, \
91 char cdrom; member
H A Dstorage_common.h106 unsigned int cdrom:1; member
/linux/Documentation/userspace-api/ioctl/
H A Dcdrom.rst11 in drivers/cdrom/cdrom.c and drivers/block/scsi_ioctl.c
13 ioctl values are listed in <linux/cdrom.h>. As of this writing, they
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
470 - As of 2.6.8.1, comments in <linux/cdrom.h> indicate that this
[all …]
H A Dindex.rst14 cdrom
/linux/Documentation/cdrom/
H A Dpacket-writing.rst27 # 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
H A Dindex.rst10 cdrom-standard
/linux/drivers/cdrom/
H A DMakefile2 obj-$(CONFIG_CDROM) += cdrom.o
/linux/Documentation/translations/zh_CN/
H A Dsubsystem-apis.rst78 * cdrom/index
/linux/Documentation/networking/device_drivers/ethernet/dlink/
H A Ddl2k.rst86 [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/
H A Dxenbus.c482 int cdrom) in xen_vbd_create() argument
512 if (cdrom || disk_to_cdi(file_bdev(vbd->bdev_file)->bd_disk)) in xen_vbd_create()
707 int cdrom = 0; in backend_changed() local
745 cdrom = strcmp(device_type, "cdrom") == 0; in backend_changed()
761 !strchr(be->mode, 'w'), cdrom); in backend_changed()
/linux/Documentation/
H A Dsubsystem-apis.rst60 cdrom/index
/linux/Documentation/ABI/testing/
H A Dconfigfs-usb-gadget-mass-storage31 cdrom Flag specifying that LUN shall be reported as
/linux/Documentation/scsi/
H A Dscsi-changer.rst70 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
/linux/Documentation/filesystems/
H A Dsharedsubtree.rst169 The system administrator can make the mount at /cdrom shared::
171 mount --bind /cdrom /cdrom
172 mount --make-shared /cdrom
175 mount at /cdrom which is a replica of the same mount in the
178 So when a CD is inserted and mounted at /cdrom that mount gets
179 propagated to the other mount at /cdrom in all the other clone
/linux/Documentation/admin-guide/sysctl/
H A Dindex.rst70 dev/ device specific information (eg dev/cdrom/info)
/linux/Documentation/admin-guide/nfs/
H A Dnfsroot.rst275 - Booting from a cdrom using isolinux
277 When building kernels, an easy way to create a bootable cdrom that
287 This can be written to a cdrom using a variety of tools including
/linux/Documentation/usb/
H A Dmass-storage.rst87 - cdrom=b[,b...]
229 1. In FSG the “removable” and “cdrom” module parameters set the flag
/linux/Documentation/admin-guide/
H A Ddevices.rst114 /dev/cdrom CD-ROM device symbolic Current CD-ROM device
127 For SCSI devices, ``/dev/tape`` and ``/dev/cdrom`` should point to the
/linux/drivers/block/
H A DKconfig277 See the file <file:Documentation/cdrom/packet-writing.rst>
/linux/drivers/scsi/
H A DKconfig174 don't need this for those tiny 6-slot cdrom changers. Media
/linux/
H A DMAINTAINERS23787 F: Documentation/cdrom/
23788 F: drivers/cdrom/cdrom.c
23789 F: include/linux/cdrom.h
23790 F: include/uapi/linux/cdrom.h