Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/
Dscsi_common.c26 static const char *const scsi_device_types[] = { variable
60 if (type >= ARRAY_SIZE(scsi_device_types)) in scsi_device_type()
62 return scsi_device_types[type]; in scsi_device_type()