/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | st.c | 4294 struct scsi_tape *tpnt = NULL; in st_probe() 4330 tpnt = kzalloc(sizeof(struct scsi_tape), GFP_KERNEL); in st_probe() 4331 if (tpnt == NULL) { in st_probe() 4336 kref_init(&tpnt->kref); in st_probe() 4337 tpnt->disk = disk; in st_probe() 4338 disk->private_data = &tpnt->driver; in st_probe() 4344 tpnt->driver = &st_template; in st_probe() 4346 tpnt->device = SDp; in st_probe() 4348 tpnt->tape_type = MT_ISSCSI1; in st_probe() 4350 tpnt in st_probe() 4279 struct scsi_tape *tpnt = NULL; st_probe() local 4451 struct scsi_tape *tpnt = dev_get_drvdata(dev); st_remove() local 4477 struct scsi_tape *tpnt = to_scsi_tape(kref); scsi_tape_release() local [all...] |
H A D | 53c700.c | 294 NCR_700_detect(struct scsi_host_template *tpnt, in NCR_700_detect() argument 304 if(tpnt->sdev_attrs == NULL) in NCR_700_detect() 305 tpnt->sdev_attrs = NCR_700_dev_attrs; in NCR_700_detect() 328 tpnt->queuecommand = NCR_700_queuecommand; in NCR_700_detect() 329 tpnt->eh_abort_handler = NCR_700_abort; in NCR_700_detect() 330 tpnt->eh_host_reset_handler = NCR_700_host_reset; in NCR_700_detect() 331 tpnt->can_queue = NCR_700_COMMAND_SLOTS_PER_HOST; in NCR_700_detect() 332 tpnt->sg_tablesize = NCR_700_SG_SEGMENTS; in NCR_700_detect() 333 tpnt->cmd_per_lun = NCR_700_CMD_PER_LUN; in NCR_700_detect() 334 tpnt in NCR_700_detect() [all...] |
H A D | jazz_esp.c | 107 struct scsi_host_template *tpnt = &scsi_esp_template; in esp_jazz_probe() local 113 host = scsi_host_alloc(tpnt, sizeof(struct esp)); in esp_jazz_probe()
|
H A D | mac_esp.c | 292 struct scsi_host_template *tpnt = &scsi_esp_template; in esp_mac_probe() local 304 host = scsi_host_alloc(tpnt, sizeof(struct esp)); in esp_mac_probe()
|
H A D | sun3x_esp.c | 172 struct scsi_host_template *tpnt = &scsi_esp_template; in esp_sun3x_probe() local 178 host = scsi_host_alloc(tpnt, sizeof(struct esp)); in esp_sun3x_probe()
|
H A D | sun_esp.c | 454 struct scsi_host_template *tpnt = &scsi_esp_template; in esp_sbus_probe_one() local 459 host = scsi_host_alloc(tpnt, sizeof(struct esp)); in esp_sbus_probe_one()
|
H A D | ncr53c8xx.c | 8286 struct Scsi_Host * __init ncr_attach(struct scsi_host_template *tpnt, argument 8295 if (!tpnt->name) 8296 tpnt->name = SCSI_NCR_DRIVER_NAME; 8297 if (!tpnt->shost_attrs) 8298 tpnt->shost_attrs = ncr53c8xx_host_attrs; 8300 tpnt->queuecommand = ncr53c8xx_queue_command; 8301 tpnt->slave_configure = ncr53c8xx_slave_configure; 8302 tpnt->slave_alloc = ncr53c8xx_slave_alloc; 8303 tpnt->eh_bus_reset_handler = ncr53c8xx_bus_reset; 8304 tpnt [all...] |
H A D | g_NCR5380.c | 222 static int generic_NCR5380_init_one(struct scsi_host_template *tpnt, in generic_NCR5380_init_one() argument 314 instance = scsi_host_alloc(tpnt, sizeof(struct NCR5380_hostdata)); in generic_NCR5380_init_one()
|
H A D | zorro_esp.c | 716 struct scsi_host_template *tpnt = &scsi_esp_template; in zorro_esp_probe() local 777 host = scsi_host_alloc(tpnt, sizeof(struct esp)); in zorro_esp_probe()
|
H A D | aha1542.c | 729 static struct Scsi_Host *aha1542_hw_init(struct scsi_host_template *tpnt, struct device *pdev, int indx) in aha1542_hw_init() argument 742 sh = scsi_host_alloc(tpnt, sizeof(struct aha1542_hostdata)); in aha1542_hw_init()
|
H A D | ncr53c8xx.h | 1307 extern struct Scsi_Host *ncr_attach(struct scsi_host_template *tpnt, int unit, struct ncr_device *device);
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | st.c | 4263 struct scsi_tape *tpnt = NULL; in st_probe() 4291 tpnt = kzalloc(sizeof(struct scsi_tape), GFP_KERNEL); in st_probe() 4292 if (tpnt == NULL) { in st_probe() 4297 kref_init(&tpnt->kref); in st_probe() 4299 tpnt->device = SDp; in st_probe() 4301 tpnt->tape_type = MT_ISSCSI1; in st_probe() 4303 tpnt->tape_type = MT_ISSCSI2; in st_probe() 4305 tpnt->buffer = buffer; in st_probe() 4306 tpnt->buffer->last_SRpnt = NULL; in st_probe() 4308 tpnt in st_probe() 4248 struct scsi_tape *tpnt = NULL; st_probe() local 4400 struct scsi_tape *tpnt = dev_get_drvdata(dev); st_remove() local 4426 struct scsi_tape *tpnt = to_scsi_tape(kref); scsi_tape_release() local [all...] |
H A D | 53c700.c | 293 NCR_700_detect(struct scsi_host_template *tpnt, in NCR_700_detect() argument 303 if (tpnt->sdev_groups == NULL) in NCR_700_detect() 304 tpnt->sdev_groups = NCR_700_dev_groups; in NCR_700_detect() 327 tpnt->queuecommand = NCR_700_queuecommand; in NCR_700_detect() 328 tpnt->eh_abort_handler = NCR_700_abort; in NCR_700_detect() 329 tpnt->eh_host_reset_handler = NCR_700_host_reset; in NCR_700_detect() 330 tpnt->can_queue = NCR_700_COMMAND_SLOTS_PER_HOST; in NCR_700_detect() 331 tpnt->sg_tablesize = NCR_700_SG_SEGMENTS; in NCR_700_detect() 332 tpnt->cmd_per_lun = NCR_700_CMD_PER_LUN; in NCR_700_detect() 333 tpnt in NCR_700_detect() [all...] |
H A D | jazz_esp.c | 107 const struct scsi_host_template *tpnt = &scsi_esp_template; in esp_jazz_probe() local 113 host = scsi_host_alloc(tpnt, sizeof(struct esp)); in esp_jazz_probe()
|
H A D | sun3x_esp.c | 172 const struct scsi_host_template *tpnt = &scsi_esp_template; in esp_sun3x_probe() local 178 host = scsi_host_alloc(tpnt, sizeof(struct esp)); in esp_sun3x_probe()
|
H A D | mac_esp.c | 292 const struct scsi_host_template *tpnt = &scsi_esp_template; in esp_mac_probe() local 304 host = scsi_host_alloc(tpnt, sizeof(struct esp)); in esp_mac_probe()
|
H A D | sun_esp.c | 455 const struct scsi_host_template *tpnt = &scsi_esp_template; in esp_sbus_probe_one() local 460 host = scsi_host_alloc(tpnt, sizeof(struct esp)); in esp_sbus_probe_one()
|
H A D | ncr53c8xx.c | 8079 struct Scsi_Host * __init ncr_attach(struct scsi_host_template *tpnt, argument 8088 WARN_ON_ONCE(tpnt->cmd_size < sizeof(struct ncr_cmd_priv)); 8090 if (!tpnt->name) 8091 tpnt->name = SCSI_NCR_DRIVER_NAME; 8092 if (!tpnt->shost_groups) 8093 tpnt->shost_groups = ncr53c8xx_host_groups; 8095 tpnt->queuecommand = ncr53c8xx_queue_command; 8096 tpnt->slave_configure = ncr53c8xx_slave_configure; 8097 tpnt->slave_alloc = ncr53c8xx_slave_alloc; 8098 tpnt [all...] |
H A D | g_NCR5380.c | 222 static int generic_NCR5380_init_one(const struct scsi_host_template *tpnt, in generic_NCR5380_init_one() argument 314 instance = scsi_host_alloc(tpnt, sizeof(struct NCR5380_hostdata)); in generic_NCR5380_init_one()
|
H A D | zorro_esp.c | 716 const struct scsi_host_template *tpnt = &scsi_esp_template; in zorro_esp_probe() local 777 host = scsi_host_alloc(tpnt, sizeof(struct esp)); in zorro_esp_probe()
|
H A D | aha1542.c | 740 static struct Scsi_Host *aha1542_hw_init(const struct scsi_host_template *tpnt, in aha1542_hw_init() argument 754 sh = scsi_host_alloc(tpnt, sizeof(struct aha1542_hostdata)); in aha1542_hw_init()
|
H A D | ncr53c8xx.h | 1297 extern struct Scsi_Host *ncr_attach(struct scsi_host_template *tpnt, int unit, struct ncr_device *device);
|
/kernel/linux/linux-5.10/drivers/scsi/pcmcia/ |
H A D | sym53c500_cs.c | 696 struct scsi_host_template *tpnt = &sym53c500_driver_template; in SYM53C500_config() local 729 * irq_level == 0 implies tpnt->can_queue == 0, which in SYM53C500_config() 746 host = scsi_host_alloc(tpnt, sizeof(struct sym53c500_data)); in SYM53C500_config()
|
/kernel/linux/linux-6.6/drivers/scsi/pcmcia/ |
H A D | sym53c500_cs.c | 705 const struct scsi_host_template *tpnt = &sym53c500_driver_template; in SYM53C500_config() local 738 * irq_level == 0 implies tpnt->can_queue == 0, which in SYM53C500_config() 755 host = scsi_host_alloc(tpnt, sizeof(struct sym53c500_data)); in SYM53C500_config()
|
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/ |
H A D | sym_glue.c | 1232 static struct Scsi_Host *sym_attach(struct scsi_host_template *tpnt, int unit, in sym_attach() argument 1254 shost = scsi_host_alloc(tpnt, sizeof(*sym_data)); in sym_attach()
|