/linux-3.4.99/drivers/scsi/ |
D | scsi_module.c | 19 struct scsi_host_template *sht = &driver_template; in init_this_scsi_driver() 54 struct scsi_host_template *sht = &driver_template; in exit_this_scsi_driver()
|
D | mvme147.c | 138 static struct scsi_host_template driver_template = { variable
|
D | t128.c | 432 static struct scsi_host_template driver_template = { variable
|
D | eata_pio.c | 93 static struct scsi_host_template driver_template; variable 721 sh = scsi_register(&driver_template, size); in register_pio_HBA() 985 static struct scsi_host_template driver_template = { variable
|
D | mac_scsi.c | 562 static struct scsi_host_template driver_template = { variable
|
D | dtc.c | 471 static struct scsi_host_template driver_template = { variable
|
D | pas16.c | 617 static struct scsi_host_template driver_template = { variable
|
D | sun3_scsi_vme.c | 571 static struct scsi_host_template driver_template = { variable
|
D | sun3_scsi.c | 628 static struct scsi_host_template driver_template = { variable
|
D | atari_scsi.c | 1092 static struct scsi_host_template driver_template = { variable
|
D | g_NCR5380.c | 913 static struct scsi_host_template driver_template = { variable
|
D | hptiop.c | 921 static struct scsi_host_template driver_template = { variable 993 host = scsi_host_alloc(&driver_template, sizeof(struct hptiop_hba)); in hptiop_probe()
|
D | NCR53c406a.c | 1054 static struct scsi_host_template driver_template = variable
|
D | sym53c416.c | 829 static struct scsi_host_template driver_template = { variable
|
D | tmscsim.c | 2198 static struct scsi_host_template driver_template = { variable 2440 driver_template.use_clustering = DISABLE_CLUSTERING; in dc390_probe_one() 2441 shost = scsi_host_alloc(&driver_template, sizeof(struct dc390_acb)); in dc390_probe_one()
|
D | fd_mcs.c | 1336 static struct scsi_host_template driver_template = { variable
|
D | ultrastor.c | 1195 static struct scsi_host_template driver_template = { variable
|
D | 3w-sas.c | 1588 static struct scsi_host_template driver_template = { variable 1632 host = scsi_host_alloc(&driver_template, sizeof(TW_Device_Extension)); in twl_probe()
|
D | stex.c | 1388 static struct scsi_host_template driver_template = { variable 1558 host = scsi_host_alloc(&driver_template, sizeof(struct st_hba)); in stex_probe()
|
D | 3w-xxxx.c | 2265 static struct scsi_host_template driver_template = { variable 2304 host = scsi_host_alloc(&driver_template, sizeof(TW_Device_Extension)); in tw_probe()
|
D | fdomain.c | 1781 #define driver_template fdomain_driver_template macro
|
D | wd7000.c | 1659 static struct scsi_host_template driver_template = { variable
|
D | 3w-9xxx.c | 2013 static struct scsi_host_template driver_template = { variable 2057 host = scsi_host_alloc(&driver_template, sizeof(TW_Device_Extension)); in twa_probe()
|
/linux-3.4.99/arch/ia64/hp/sim/ |
D | simscsi.c | 338 static struct scsi_host_template driver_template = { variable 357 host = scsi_host_alloc(&driver_template, 0); in simscsi_init()
|
/linux-3.4.99/drivers/scsi/ibmvscsi/ |
D | ibmvscsi.c | 1800 static struct scsi_host_template driver_template = { variable 1921 host = scsi_host_alloc(&driver_template, sizeof(*hostdata)); in ibmvscsi_probe() 2080 driver_template.can_queue = max_requests; in ibmvscsi_module_init()
|