/linux-4.4.14/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 | 139 static struct scsi_host_template driver_template = { variable
|
D | eata_pio.c | 93 static struct scsi_host_template driver_template; variable 685 sh = scsi_register(&driver_template, size); in register_pio_HBA() 949 static struct scsi_host_template driver_template = { variable
|
D | aha1542.c | 941 static struct scsi_host_template driver_template = { variable 959 struct Scsi_Host *sh = aha1542_hw_init(&driver_template, pdev, ndev); in aha1542_isa_match() 1012 sh = aha1542_hw_init(&driver_template, &pdev->dev, indx); in aha1542_pnp_probe()
|
D | t128.c | 394 static struct scsi_host_template driver_template = { variable
|
D | dtc.c | 441 static struct scsi_host_template driver_template = { variable
|
D | pas16.c | 570 static struct scsi_host_template driver_template = { variable
|
D | g_NCR5380.c | 698 static struct scsi_host_template driver_template = { variable
|
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 | 3w-sas.c | 1544 static struct scsi_host_template driver_template = { variable 1589 host = scsi_host_alloc(&driver_template, sizeof(TW_Device_Extension)); in twl_probe()
|
D | ultrastor.c | 1195 static struct scsi_host_template driver_template = { variable
|
D | stex.c | 1360 static struct scsi_host_template driver_template = { variable 1527 host = scsi_host_alloc(&driver_template, sizeof(struct st_hba)); in stex_probe()
|
D | 3w-xxxx.c | 2224 static struct scsi_host_template driver_template = { variable 2264 host = scsi_host_alloc(&driver_template, sizeof(TW_Device_Extension)); in tw_probe()
|
D | hptiop.c | 1178 static struct scsi_host_template driver_template = { variable 1327 host = scsi_host_alloc(&driver_template, sizeof(struct hptiop_hba)); in hptiop_probe()
|
D | fdomain.c | 1780 #define driver_template fdomain_driver_template macro
|
D | 3w-9xxx.c | 1984 static struct scsi_host_template driver_template = { variable 2029 host = scsi_host_alloc(&driver_template, sizeof(TW_Device_Extension)); in twa_probe()
|
D | wd7000.c | 1640 static struct scsi_host_template driver_template = { variable
|
D | dpt_i2o.c | 3553 static struct scsi_host_template driver_template = { variable 3578 error = adpt_detect(&driver_template); in adpt_init()
|
D | in2000.c | 2285 static struct scsi_host_template driver_template = { variable
|
D | u14-34f.c | 442 static struct scsi_host_template driver_template = { variable
|
D | eata.c | 515 static struct scsi_host_template driver_template = { variable
|
D | ipr.c | 6487 static struct scsi_host_template driver_template = { variable 9979 host = scsi_host_alloc(&driver_template, sizeof(*ioa_cfg)); in ipr_probe_ioa()
|
/linux-4.4.14/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-4.4.14/drivers/scsi/esas2r/ |
D | esas2r_main.c | 234 static struct scsi_host_template driver_template = { variable 392 host = scsi_host_alloc(&driver_template, host_alloc_size); in esas2r_probe() 643 driver_template.module = THIS_MODULE; in esas2r_init()
|
/linux-4.4.14/drivers/scsi/ibmvscsi/ |
D | ibmvscsi.c | 2131 static struct scsi_host_template driver_template = { variable 2252 host = scsi_host_alloc(&driver_template, sizeof(*hostdata)); in ibmvscsi_probe() 2418 driver_template.can_queue = max_requests; in ibmvscsi_module_init()
|
D | ibmvfc.c | 3077 static struct scsi_host_template driver_template = { variable 4755 shost = scsi_host_alloc(&driver_template, sizeof(*vhost)); in ibmvfc_probe() 4917 return pool_dma + ((512 * 1024) * driver_template.cmd_per_lun); in ibmvfc_get_desired_dma()
|
/linux-4.4.14/drivers/scsi/cxlflash/ |
D | main.c | 2253 static struct scsi_host_template driver_template = { variable 2364 driver_template.max_sectors = ddv->max_sectors; in cxlflash_probe() 2366 host = scsi_host_alloc(&driver_template, sizeof(struct cxlflash_cfg)); in cxlflash_probe()
|
/linux-4.4.14/Documentation/scsi/ |
D | scsi_mid_low_api.txt | 235 instance of struct scsi_host_template with the name "driver_template" 237 static struct scsi_host_template driver_template = {
|
D | ChangeLog.lpfc | 1849 * Cleanup of driver_template.
|