Home
last modified time | relevance | path

Searched refs:TYPE_ROM (Results 1 – 8 of 8) sorted by relevance

/linux/include/scsi/
H A Dscsi_proto.h246 #define TYPE_ROM 0x05 macro
/linux/arch/powerpc/platforms/ps3/
H A Dplatform.h76 PS3_DEV_TYPE_STOR_ROM = TYPE_ROM, /* 5 */
/linux/drivers/scsi/
H A Dsr.c73 MODULE_ALIAS_SCSI_DEVICE(TYPE_ROM);
620 if (sdev->type != TYPE_ROM && sdev->type != TYPE_WORM) in sr_probe()
H A Dscsi_scan.c924 sdev->type = TYPE_ROM; in scsi_add_lun()
944 if (sdev->type == TYPE_RBC || sdev->type == TYPE_ROM) { in scsi_add_lun()
H A Dhpsa.c1249 case TYPE_ROM: in hpsa_show_dev_msg()
4033 *is_OBDR_device = (this_device->devtype == TYPE_ROM && in hpsa_update_device_info()
4478 case TYPE_ROM: in hpsa_update_scsi_devices()
H A Dadvansys.c7208 if ((type == TYPE_ROM) && (strncmp(sdev->vendor, "HP ", 3) == 0)) in AscAsyncFix()
7213 (type == TYPE_ROM) || (type == TYPE_TAPE)) in AscAsyncFix()
/linux/drivers/target/
H A Dtarget_core_spc.c2395 if (dev->transport->get_device_type(dev) != TYPE_ROM) { in spc_parse_cdb()
2417 if (dev->transport->get_device_type(dev) != TYPE_ROM) { in spc_parse_cdb()
/linux/drivers/firewire/
H A Dsbp2.c1522 if (sdev->type == TYPE_ROM) in sbp2_scsi_sdev_configure()