Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dscsi_sysfs.c30 static const struct device_type scsi_dev_type; variable
535 if (dev->type != &scsi_dev_type) in scsi_bus_match()
548 if (dev->type != &scsi_dev_type) in scsi_bus_uevent()
1640 static const struct device_type scsi_dev_type = { variable
1655 sdev->sdev_gendev.type = &scsi_dev_type; in scsi_sysfs_device_initialize()
1694 return dev->type == &scsi_dev_type; in scsi_is_sdev_device()