Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
H A Dscsi_common.c17 static const char *const scsi_device_types[] = { variable
51 if (type >= ARRAY_SIZE(scsi_device_types)) in scsi_device_type()
53 return scsi_device_types[type]; in scsi_device_type()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dscsi_common.c27 static const char *const scsi_device_types[] = { variable
61 if (type >= ARRAY_SIZE(scsi_device_types)) in scsi_device_type()
63 return scsi_device_types[type]; in scsi_device_type()

Completed in 2 milliseconds