Searched defs:cdrom (Results 1 - 4 of 4) sorted by relevance

/drivers/block/xen-blkback/
H A Dxenbus.c301 int cdrom)
332 if (vbd->bdev->bd_disk->flags & GENHD_FL_CD || cdrom)
504 int cdrom = 0; local
541 cdrom = strcmp(device_type, "cdrom") == 0;
558 (NULL == strchr(be->mode, 'w')), cdrom);
299 xen_vbd_create(struct xen_blkif *blkif, blkif_vdev_t handle, unsigned major, unsigned minor, int readonly, int cdrom) argument
/drivers/usb/gadget/
H A Dstorage_common.c197 unsigned int cdrom:1; member in struct:fsg_lun
682 if (curlun->cdrom) {
695 if (curlun->cdrom) {
H A Df_mass_storage.c73 * ->cdrom Flag specifying that LUN shall be reported as
128 * cdrom=b[,b...] Default false, boolean for whether to emulate
416 char cdrom; member in struct:fsg_config::fsg_lun_config
1201 buf[0] = curlun->cdrom ? TYPE_ROM : TYPE_DISK;
2062 if (!common->curlun || !common->curlun->cdrom)
2074 if (!common->curlun || !common->curlun->cdrom)
2787 curlun->cdrom = !!lcfg->cdrom;
2788 curlun->ro = lcfg->cdrom || lcfg->ro;
2863 cfg->product_name ?: (common->luns->cdrom
3127 bool cdrom[FSG_MAX_LUNS]; member in struct:fsg_module_parameters
[all...]
H A Dfile_storage.c102 * cdrom Default false, boolean for whether to emulate
116 * "removable", "luns", "nofua", "stall", and "cdrom" options are available;
315 bool cdrom; member in struct:__anon5700
334 .cdrom = 0,
365 module_param_named(cdrom, mod_data.cdrom, bool, S_IRUGO);
366 MODULE_PARM_DESC(cdrom, "true to emulate cdrom instead of disk");
1597 buf[0] = (mod_data.cdrom ? TYPE_ROM : TYPE_DISK);
1605 (mod_data.cdrom
[all...]

Completed in 69 milliseconds