Searched defs:scsi_dev_type (Results 1 - 1 of 1) sorted by relevance

/drivers/scsi/
H A Dscsi_sysfs.c26 static struct device_type scsi_dev_type; variable in typeref:struct:device_type
393 if (dev->type != &scsi_dev_type)
406 if (dev->type != &scsi_dev_type)
1087 static struct device_type scsi_dev_type = { variable in typeref:struct:device_type
1101 sdev->sdev_gendev.type = &scsi_dev_type;
1120 return dev->type == &scsi_dev_type;

Completed in 107 milliseconds