Searched refs:TYPE_ROM (Results 1 - 13 of 13) sorted by relevance

/linux-4.1.27/arch/powerpc/platforms/ps3/
H A Dplatform.h88 PS3_DEV_TYPE_STOR_ROM = TYPE_ROM, /* 5 */
/linux-4.1.27/drivers/scsi/
H A Dsr.c67 MODULE_ALIAS_SCSI_DEVICE(TYPE_ROM); variable
660 if (sdev->type != TYPE_ROM && sdev->type != TYPE_WORM) sr_probe()
H A Dscsi_scan.c807 sdev->type = TYPE_ROM; scsi_add_lun()
827 if (sdev->type == TYPE_RBC || sdev->type == TYPE_ROM) { scsi_add_lun()
H A Du14-34f.c540 #define TLDEV(type) ((type) == TYPE_DISK || (type) == TYPE_ROM)
H A Deata.c608 #define TLDEV(type) ((type) == TYPE_DISK || (type) == TYPE_ROM)
H A Dhpsa.c2720 *is_OBDR_device = (this_device->devtype == TYPE_ROM && hpsa_update_device_info()
3174 case TYPE_ROM: hpsa_update_scsi_devices()
H A Dgdth.c2346 inq.type_qual = (ha->hdr[t].devtype&4) ? TYPE_ROM:TYPE_DISK; gdth_internal_cache_cmd()
H A Dadvansys.c7654 if ((type == TYPE_ROM) && (strncmp(sdev->vendor, "HP ", 3) == 0)) AscAsyncFix()
7659 (type == TYPE_ROM) || (type == TYPE_TAPE)) AscAsyncFix()
/linux-4.1.27/drivers/target/
H A Dtarget_core_pscsi.c549 case TYPE_ROM: pscsi_configure_device()
610 if ((sd->type == TYPE_DISK) || (sd->type == TYPE_ROM)) pscsi_free_device()
H A Dtarget_core_spc.c1389 if (dev->transport->get_device_type(dev) != TYPE_ROM) { spc_parse_cdb()
1407 if (dev->transport->get_device_type(dev) != TYPE_ROM) { spc_parse_cdb()
/linux-4.1.27/include/scsi/
H A Dscsi.h332 #define TYPE_ROM 0x05 macro
/linux-4.1.27/drivers/firewire/
H A Dsbp2.c1539 if (sdev->type == TYPE_ROM) sbp2_scsi_slave_configure()
/linux-4.1.27/drivers/usb/gadget/function/
H A Df_mass_storage.c1102 buf[0] = curlun->cdrom ? TYPE_ROM : TYPE_DISK; do_inquiry()

Completed in 626 milliseconds