Home
last modified time | relevance | path

Searched refs:TYPE_RBC (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/arch/powerpc/platforms/ps3/
H A Dplatform.h78 PS3_DEV_TYPE_STOR_FLASH = TYPE_RBC, /* 14 */
/linux-6.15/include/scsi/
H A Dscsi_proto.h254 #define TYPE_RBC 0x0e macro
/linux-6.15/drivers/scsi/
H A Dsd.c100 MODULE_ALIAS_SCSI_DEVICE(TYPE_RBC);
3038 if (sdp->type == TYPE_RBC) in sd_read_cache_type()
3048 } else if (sdp->type == TYPE_RBC) { in sd_read_cache_type()
3923 sdp->type != TYPE_RBC) in sd_probe()
H A Dscsi_scan.c943 if (sdev->type == TYPE_RBC || sdev->type == TYPE_ROM) { in scsi_add_lun()