Home
last modified time | relevance | path

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

12

/Linux-v6.1/drivers/usb/gadget/function/
Dstorage_common.c231 if (curlun->cdrom) { in fsg_lun_open()
244 if (curlun->cdrom) { in fsg_lun_open()
360 return sprintf(buf, "%u\n", curlun->cdrom); in fsg_show_cdrom()
470 bool cdrom; in fsg_store_cdrom() local
473 ret = strtobool(buf, &cdrom); in fsg_store_cdrom()
478 ret = cdrom ? _fsg_store_ro(curlun, true) : 0; in fsg_store_cdrom()
481 curlun->cdrom = cdrom; in fsg_store_cdrom()
Df_mass_storage.h12 bool cdrom[FSG_MAX_LUNS]; member
39 _FSG_MODULE_PARAM_ARRAY(prefix, params, cdrom, bool, \
91 char cdrom; member
Df_mass_storage.c1049 buf[0] = curlun->cdrom ? TYPE_ROM : TYPE_DISK; in do_inquiry()
1978 if (!common->curlun || !common->curlun->cdrom) in do_scsi_command()
1990 if (!common->curlun || !common->curlun->cdrom) in do_scsi_command()
2838 return lun->cdrom ? S_IRUGO : (S_IWUSR | S_IRUGO); in fsg_lun_dev_is_visible()
2879 lun->cdrom = !!cfg->cdrom; in fsg_common_create_lun()
2880 lun->ro = cfg->cdrom || cfg->ro; in fsg_common_create_lun()
2924 lun->cdrom ? "CD-ROM " : "", in fsg_common_create_lun()
2975 pn ?: ((*common->luns)->cdrom in fsg_common_set_inquiry_string()
3212 CONFIGFS_ATTR(fsg_lun_opts_, cdrom);
3586 lun->cdrom = !!params->cdrom[i]; in fsg_config_from_params()
Dstorage_common.h106 unsigned int cdrom:1; member
/Linux-v6.1/Documentation/cdrom/
Dindex.rst4 cdrom chapter
10 cdrom-standard
Dcdrom-standard.rst62 which was expressed through `cdrom.h`, it appeared to be a rather wild
85 in the file `cdrom.c`. This driver is intended to be an additional software
98 programmer's interface defined in `cdrom.h`. This guide was written to
100 Driver code defined in `cdrom.c`.
133 CD-ROM drivers\' header files to the kernel's cdrom directory. This was
134 done to help ensure that the user is only presented with only one cdrom
135 interface, the interface defined in `cdrom.h`.
139 of common **CD-ROM device operations**, *<cdrom-device>_dops*.
144 in the file `cdrom.c`. In this file, the Uniform CD-ROM Driver interfaces
164 declared above are all implemented in `cdrom.c`, since this file is the
[all …]
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
/Linux-v6.1/Documentation/userspace-api/ioctl/
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 …]
Dindex.rst14 cdrom
Dioctl-number.rst89 0x20 all drivers/cdrom/cm206.h
187 'S' all linux/cdrom.h conflict!
315 0x90 00 drivers/cdrom/sbpcd.h
/Linux-v6.1/drivers/cdrom/
DMakefile2 obj-$(CONFIG_CDROM) += cdrom.o
/Linux-v6.1/Documentation/
Dsubsystem-apis.rst23 cdrom/index
/Linux-v6.1/Documentation/networking/device_drivers/ethernet/dlink/
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-v6.1/Documentation/translations/zh_TW/
Dindex.rst105 * cdrom/index
/Linux-v6.1/drivers/block/xen-blkback/
Dxenbus.c482 int cdrom) in xen_vbd_create() argument
512 if (cdrom || disk_to_cdi(vbd->bdev->bd_disk)) in xen_vbd_create()
709 int cdrom = 0; in backend_changed() local
747 cdrom = strcmp(device_type, "cdrom") == 0; in backend_changed()
763 !strchr(be->mode, 'w'), cdrom); in backend_changed()
/Linux-v6.1/Documentation/ABI/testing/
Dconfigfs-usb-gadget-mass-storage31 cdrom Flag specifying that LUN shall be reported as
/Linux-v6.1/Documentation/scsi/
Dscsi.rst31 as a module). The disk driver (sd_mod.o), cdrom driver (sr_mod.o),
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-v6.1/Documentation/filesystems/
Dsharedsubtree.rst168 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-v6.1/drivers/
DMakefile94 obj-y += cdrom/
/Linux-v6.1/Documentation/admin-guide/sysctl/
Dindex.rst70 dev/ device specific information (eg dev/cdrom/info)
/Linux-v6.1/Documentation/admin-guide/nfs/
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-v6.1/Documentation/usb/
Dmass-storage.rst87 - cdrom=b[,b...]
229 1. In FSG the “removable” and “cdrom” module parameters set the flag
/Linux-v6.1/Documentation/admin-guide/
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-v6.1/drivers/block/
DKconfig306 See the file <file:Documentation/cdrom/packet-writing.rst>

12