Home
last modified time | relevance | path

Searched refs:driver_template (Results 1 – 30 of 30) sorted by relevance

/linux-4.4.14/drivers/scsi/
Dscsi_module.c19 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()
Dmvme147.c139 static struct scsi_host_template driver_template = { variable
Deata_pio.c93 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
Daha1542.c941 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()
Dt128.c394 static struct scsi_host_template driver_template = { variable
Ddtc.c441 static struct scsi_host_template driver_template = { variable
Dpas16.c570 static struct scsi_host_template driver_template = { variable
Dg_NCR5380.c698 static struct scsi_host_template driver_template = { variable
DNCR53c406a.c1054 static struct scsi_host_template driver_template = variable
Dsym53c416.c829 static struct scsi_host_template driver_template = { variable
D3w-sas.c1544 static struct scsi_host_template driver_template = { variable
1589 host = scsi_host_alloc(&driver_template, sizeof(TW_Device_Extension)); in twl_probe()
Dultrastor.c1195 static struct scsi_host_template driver_template = { variable
Dstex.c1360 static struct scsi_host_template driver_template = { variable
1527 host = scsi_host_alloc(&driver_template, sizeof(struct st_hba)); in stex_probe()
D3w-xxxx.c2224 static struct scsi_host_template driver_template = { variable
2264 host = scsi_host_alloc(&driver_template, sizeof(TW_Device_Extension)); in tw_probe()
Dhptiop.c1178 static struct scsi_host_template driver_template = { variable
1327 host = scsi_host_alloc(&driver_template, sizeof(struct hptiop_hba)); in hptiop_probe()
Dfdomain.c1780 #define driver_template fdomain_driver_template macro
D3w-9xxx.c1984 static struct scsi_host_template driver_template = { variable
2029 host = scsi_host_alloc(&driver_template, sizeof(TW_Device_Extension)); in twa_probe()
Dwd7000.c1640 static struct scsi_host_template driver_template = { variable
Ddpt_i2o.c3553 static struct scsi_host_template driver_template = { variable
3578 error = adpt_detect(&driver_template); in adpt_init()
Din2000.c2285 static struct scsi_host_template driver_template = { variable
Du14-34f.c442 static struct scsi_host_template driver_template = { variable
Deata.c515 static struct scsi_host_template driver_template = { variable
Dipr.c6487 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/
Dsimscsi.c338 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/
Desas2r_main.c234 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/
Dibmvscsi.c2131 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()
Dibmvfc.c3077 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/
Dmain.c2253 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/
Dscsi_mid_low_api.txt235 instance of struct scsi_host_template with the name "driver_template"
237 static struct scsi_host_template driver_template = {
DChangeLog.lpfc1849 * Cleanup of driver_template.