Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/scsi/
Dscsi_sysfs.c30 static struct device_type scsi_dev_type; variable
530 if (dev->type != &scsi_dev_type) in scsi_bus_match()
543 if (dev->type != &scsi_dev_type) in scsi_bus_uevent()
1629 static struct device_type scsi_dev_type = { variable
1644 sdev->sdev_gendev.type = &scsi_dev_type; in scsi_sysfs_device_initialize()
1683 return dev->type == &scsi_dev_type; in scsi_is_sdev_device()