Home
last modified time | relevance | path

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

/linux-4.1.27/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
960 struct Scsi_Host *sh = aha1542_hw_init(&driver_template, pdev, ndev); in aha1542_isa_match()
1013 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.c1367 static struct scsi_host_template driver_template = { variable
1535 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.c1171 static struct scsi_host_template driver_template = { variable
1319 host = scsi_host_alloc(&driver_template, sizeof(struct hptiop_hba)); in hptiop_probe()
Dfdomain.c1781 #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.c3550 static struct scsi_host_template driver_template = { variable
3576 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.c6474 static struct scsi_host_template driver_template = { variable
9850 host = scsi_host_alloc(&driver_template, sizeof(*ioa_cfg)); in ipr_probe_ioa()
/linux-4.1.27/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.1.27/drivers/scsi/esas2r/
Desas2r_main.c234 static struct scsi_host_template driver_template = { variable
393 host = scsi_host_alloc(&driver_template, host_alloc_size); in esas2r_probe()
644 driver_template.module = THIS_MODULE; in esas2r_init()
/linux-4.1.27/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()
2414 driver_template.can_queue = max_requests; in ibmvscsi_module_init()
Dibmvfc.c3077 static struct scsi_host_template driver_template = { variable
4756 shost = scsi_host_alloc(&driver_template, sizeof(*vhost)); in ibmvfc_probe()
4918 return pool_dma + ((512 * 1024) * driver_template.cmd_per_lun); in ibmvfc_get_desired_dma()
/linux-4.1.27/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.