Home
last modified time | relevance | path

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

/linux/drivers/scsi/
A Dst.c4273 if (tpnt == NULL) { in st_probe()
4290 tpnt->inited = 0; in st_probe()
4291 tpnt->dirty = 0; in st_probe()
4292 tpnt->in_use = 0; in st_probe()
4295 tpnt->density = 0; in st_probe()
4324 STm->tape = tpnt; in st_probe()
4340 tpnt->density_changed = tpnt->compression_changed = in st_probe()
4354 sprintf(tpnt->name, "st%d", tpnt->index); in st_probe()
4373 tpnt->name, tpnt->try_dio ? "yes" : "no", in st_probe()
4386 kfree(tpnt); in st_probe()
[all …]
A D53c700.c303 if (tpnt->sdev_groups == NULL) in NCR_700_detect()
304 tpnt->sdev_groups = NCR_700_dev_groups; in NCR_700_detect()
328 tpnt->eh_abort_handler = NCR_700_abort; 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()
335 tpnt->slave_alloc = NCR_700_slave_alloc; in NCR_700_detect()
338 if(tpnt->name == NULL) in NCR_700_detect()
339 tpnt->name = "53c700"; in NCR_700_detect()
340 if(tpnt->proc_name == NULL) in NCR_700_detect()
341 tpnt->proc_name = "53c700"; in NCR_700_detect()
[all …]
A Djazz_esp.c107 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()
A Dsun3x_esp.c172 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()
A Dmac_esp.c292 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()
A Dsun_esp.c454 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()
A Dg_NCR5380.c222 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()
A Dncr53c8xx.c8088 if (!tpnt->name)
8089 tpnt->name = SCSI_NCR_DRIVER_NAME;
8090 if (!tpnt->shost_groups)
8091 tpnt->shost_groups = ncr53c8xx_host_groups;
8093 tpnt->queuecommand = ncr53c8xx_queue_command;
8095 tpnt->slave_alloc = ncr53c8xx_slave_alloc;
8096 tpnt->eh_bus_reset_handler = ncr53c8xx_bus_reset;
8097 tpnt->can_queue = SCSI_NCR_CAN_QUEUE;
8098 tpnt->this_id = 7;
8099 tpnt->sg_tablesize = SCSI_NCR_SG_TABLESIZE;
[all …]
A Dzorro_esp.c716 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()
A Daha1542.c741 static struct Scsi_Host *aha1542_hw_init(struct scsi_host_template *tpnt, struct device *pdev, int … in aha1542_hw_init() argument
754 sh = scsi_host_alloc(tpnt, sizeof(struct aha1542_hostdata)); in aha1542_hw_init()
A Dncr53c8xx.h1291 extern struct Scsi_Host *ncr_attach(struct scsi_host_template *tpnt, int unit, struct ncr_device *d…
/linux/drivers/scsi/pcmcia/
A Dsym53c500_cs.c696 struct scsi_host_template *tpnt = &sym53c500_driver_template; in SYM53C500_config() local
746 host = scsi_host_alloc(tpnt, sizeof(struct sym53c500_data)); in SYM53C500_config()
/linux/drivers/scsi/sym53c8xx_2/
A Dsym_glue.c1228 static struct Scsi_Host *sym_attach(struct scsi_host_template *tpnt, int unit, in sym_attach() argument
1250 shost = scsi_host_alloc(tpnt, sizeof(*sym_data)); in sym_attach()

Completed in 42 milliseconds