Searched refs:cdrom (Results 1 – 16 of 16) sorted by relevance
| /linux/drivers/usb/gadget/function/ |
| H A D | storage_common.c | 232 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 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
|
| H A D | f_mass_storage.c | 1067 buf[0] = curlun->cdrom ? TYPE_ROM : TYPE_DISK; in do_inquiry() 2003 if (!common->curlun || !common->curlun->cdrom) in do_scsi_command() 2015 if (!common->curlun || !common->curlun->cdrom) in do_scsi_command() 2863 return lun->cdrom ? S_IRUGO : (S_IWUSR | S_IRUGO); in fsg_lun_dev_is_visible() 2904 lun->cdrom = !!cfg->cdrom; in fsg_common_create_lun() 2905 lun->ro = cfg->cdrom || cfg->ro; in fsg_common_create_lun() 2946 lun->cdrom ? "CD-ROM " : "", in fsg_common_create_lun() 2996 pn ?: ((*common->luns)->cdrom in fsg_common_set_inquiry_string() 3232 CONFIGFS_ATTR(fsg_lun_opts_, cdrom); 3607 lun->cdrom = !!params->cdrom[i]; in fsg_config_from_params()
|
| /linux/Documentation/cdrom/ |
| H A D | cdrom-standard.rst | 62 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 …]
|
| /linux/Documentation/userspace-api/ioctl/ |
| H A D | cdrom.rst | 11 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 D | index.rst | 14 cdrom
|
| /linux/drivers/cdrom/ |
| H A D | Makefile | 2 obj-$(CONFIG_CDROM) += cdrom.o
|
| /linux/Documentation/networking/device_drivers/ethernet/dlink/ |
| H 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/Documentation/translations/zh_CN/ |
| H A D | subsystem-apis.rst | 78 * cdrom/index
|
| /linux/drivers/block/xen-blkback/ |
| H A D | xenbus.c | 481 int cdrom) in xen_vbd_create() argument 511 if (cdrom || disk_to_cdi(file_bdev(vbd->bdev_file)->bd_disk)) in xen_vbd_create() 705 int cdrom = 0; in backend_changed() local 743 cdrom = strcmp(device_type, "cdrom") == 0; in backend_changed() 759 !strchr(be->mode, 'w'), cdrom); in backend_changed()
|
| /linux/Documentation/ABI/testing/ |
| H A D | configfs-usb-gadget-mass-storage | 31 cdrom Flag specifying that LUN shall be reported as
|
| /linux/Documentation/scsi/ |
| H 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
|
| /linux/Documentation/usb/ |
| H A D | mass-storage.rst | 87 - cdrom=b[,b...] 229 1. In FSG the “removable” and “cdrom” module parameters set the flag
|
| /linux/ |
| H A D | CREDITS | 2394 D: Philips/LMS cm206 cdrom driver, generic cdrom driver 3820 D: ATAPI cdrom driver 3833 D: Optics Storage 8000AT cdrom driver 4181 E: volkerdi@ftp.cdrom.com
|
| H A D | MAINTAINERS | 27093 F: Documentation/cdrom/ 27094 F: drivers/cdrom/cdrom.c 27095 F: include/linux/cdrom.h 27096 F: include/uapi/linux/cdrom.h
|
| /linux/drivers/scsi/ |
| H A D | Kconfig | 174 don't need this for those tiny 6-slot cdrom changers. Media
|