Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
H A Dscsi_sysfs.c29 static struct device_type scsi_dev_type; variable
532 if (dev->type != &scsi_dev_type) in scsi_bus_match()
545 if (dev->type != &scsi_dev_type) in scsi_bus_uevent()
1621 static struct device_type scsi_dev_type = { variable
1635 sdev->sdev_gendev.type = &scsi_dev_type; in scsi_sysfs_device_initialize()
1672 return dev->type == &scsi_dev_type; in scsi_is_sdev_device()
/kernel/linux/linux-6.6/drivers/scsi/
H A 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()

Completed in 5 milliseconds