Searched refs:driver_template (Results 1 - 12 of 12) sorted by relevance

/linux-master/drivers/scsi/
H A Dg_NCR5380.c692 static const struct scsi_host_template driver_template = { variable in typeref:struct:scsi_host_template
711 int ret = generic_NCR5380_init_one(&driver_template, pdev, base[ndev],
756 return generic_NCR5380_init_one(&driver_template, &pdev->dev, base, irq,
H A Daha1542.c1035 static const struct scsi_host_template driver_template = { variable in typeref:struct:scsi_host_template
1055 struct Scsi_Host *sh = aha1542_hw_init(&driver_template, pdev, ndev);
1109 sh = aha1542_hw_init(&driver_template, &pdev->dev, indx);
H A Dhptiop.c1162 static const struct scsi_host_template driver_template = { variable in typeref:struct:scsi_host_template
1314 host = scsi_host_alloc(&driver_template, sizeof(struct hptiop_hba));
H A D3w-xxxx.c2232 static const struct scsi_host_template driver_template = { variable in typeref:struct:scsi_host_template
2271 host = scsi_host_alloc(&driver_template, sizeof(TW_Device_Extension));
H A D3w-sas.c1534 static const struct scsi_host_template driver_template = { variable in typeref:struct:scsi_host_template
1576 host = scsi_host_alloc(&driver_template, sizeof(TW_Device_Extension));
H A Dstex.c1479 static const struct scsi_host_template driver_template = { variable in typeref:struct:scsi_host_template
1671 host = scsi_host_alloc(&driver_template, sizeof(struct st_hba));
H A D3w-9xxx.c1979 static const struct scsi_host_template driver_template = { variable in typeref:struct:scsi_host_template
2023 host = scsi_host_alloc(&driver_template, sizeof(TW_Device_Extension));
H A Dipr.c6391 static const struct scsi_host_template driver_template = { variable in typeref:struct:scsi_host_template
9356 host = scsi_host_alloc(&driver_template, sizeof(*ioa_cfg));
/linux-master/drivers/scsi/ibmvscsi/
H A Dibmvscsi.c2085 static struct scsi_host_template driver_template = { variable in typeref:struct:scsi_host_template
2234 host = scsi_host_alloc(&driver_template, sizeof(*hostdata));
2410 driver_template.can_queue = max_requests;
H A Dibmvfc.c3685 static const struct scsi_host_template driver_template = { variable in typeref:struct:scsi_host_template
6324 shost = scsi_host_alloc(&driver_template, sizeof(*vhost));
6495 return pool_dma + ((512 * 1024) * driver_template.cmd_per_lun);
/linux-master/drivers/scsi/esas2r/
H A Desas2r_main.c234 static const struct scsi_host_template driver_template = { variable in typeref:struct:scsi_host_template
386 host = scsi_host_alloc(&driver_template, host_alloc_size);
/linux-master/drivers/scsi/cxlflash/
H A Dmain.c3145 static struct scsi_host_template driver_template = { variable in typeref:struct:scsi_host_template
3660 driver_template.max_sectors = ddv->max_sectors;
3662 host = scsi_host_alloc(&driver_template, sizeof(struct cxlflash_cfg));

Completed in 394 milliseconds