Home
last modified time | relevance | path

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

/linux/drivers/scsi/
A Dg_NCR5380.c692 static struct scsi_host_template driver_template = { variable
711 int ret = generic_NCR5380_init_one(&driver_template, pdev, base[ndev], in generic_NCR5380_isa_match()
756 return generic_NCR5380_init_one(&driver_template, &pdev->dev, base, irq, in generic_NCR5380_pnp_probe()
A Daha1542.c1035 static struct scsi_host_template driver_template = { variable
1055 struct Scsi_Host *sh = aha1542_hw_init(&driver_template, pdev, ndev); in aha1542_isa_match()
1109 sh = aha1542_hw_init(&driver_template, &pdev->dev, indx); in aha1542_pnp_probe()
A D3w-sas.c1534 static struct scsi_host_template driver_template = { variable
1578 host = scsi_host_alloc(&driver_template, sizeof(TW_Device_Extension)); in twl_probe()
A Dstex.c1474 static struct scsi_host_template driver_template = { variable
1666 host = scsi_host_alloc(&driver_template, sizeof(struct st_hba)); in stex_probe()
A Dhptiop.c1165 static struct scsi_host_template driver_template = { variable
1316 host = scsi_host_alloc(&driver_template, sizeof(struct hptiop_hba)); in hptiop_probe()
A D3w-xxxx.c2232 static struct scsi_host_template driver_template = { variable
2271 host = scsi_host_alloc(&driver_template, sizeof(TW_Device_Extension)); in tw_probe()
A D3w-9xxx.c1980 static struct scsi_host_template driver_template = { variable
2024 host = scsi_host_alloc(&driver_template, sizeof(TW_Device_Extension)); in twa_probe()
A Ddpt_i2o.c3488 static struct scsi_host_template driver_template = { variable
3512 error = adpt_detect(&driver_template); in adpt_init()
A Dipr.c6743 static struct scsi_host_template driver_template = { variable
10186 host = scsi_host_alloc(&driver_template, sizeof(*ioa_cfg)); in ipr_probe_ioa()
/linux/drivers/scsi/ibmvscsi/
A Dibmvscsi.c2085 static struct scsi_host_template driver_template = { variable
2234 host = scsi_host_alloc(&driver_template, sizeof(*hostdata)); in ibmvscsi_probe()
2410 driver_template.can_queue = max_requests; in ibmvscsi_module_init()
A Dibmvfc.c3606 static struct scsi_host_template driver_template = { variable
6065 shost = scsi_host_alloc(&driver_template, sizeof(*vhost)); in ibmvfc_probe()
6232 return pool_dma + ((512 * 1024) * driver_template.cmd_per_lun); in ibmvfc_get_desired_dma()
/linux/drivers/scsi/esas2r/
A Desas2r_main.c234 static struct scsi_host_template driver_template = { variable
388 host = scsi_host_alloc(&driver_template, host_alloc_size); in esas2r_probe()
/linux/drivers/scsi/cxlflash/
A Dmain.c3140 static struct scsi_host_template driver_template = { variable
3655 driver_template.max_sectors = ddv->max_sectors; in cxlflash_probe()
3657 host = scsi_host_alloc(&driver_template, sizeof(struct cxlflash_cfg)); in cxlflash_probe()
/linux/Documentation/scsi/
A DChangeLog.lpfc1849 * Cleanup of driver_template.

Completed in 67 milliseconds