Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/
Dscsi_sysfs.c26 static struct device_type scsi_dev_type; variable
354 if (dev->type != &scsi_dev_type) in scsi_bus_match()
367 if (dev->type != &scsi_dev_type) in scsi_bus_uevent()
1048 static struct device_type scsi_dev_type = { variable
1062 sdev->sdev_gendev.type = &scsi_dev_type; in scsi_sysfs_device_initialize()
1081 return dev->type == &scsi_dev_type; in scsi_is_sdev_device()