Home
last modified time | relevance | path

Searched refs:scsi_host_alloc (Results 1 – 25 of 111) sorted by relevance

12345

/Linux-v4.19/drivers/scsi/
Ddmx3191d.c88 shost = scsi_host_alloc(&dmx3191d_driver_template, in dmx3191d_probe_one()
Dmvme147.c95 mvme147_shost = scsi_host_alloc(&mvme147_host_template, in mvme147_init()
Dqlogicfas.c94 hreg = scsi_host_alloc(host, sizeof(struct qlogicfas408_priv)); in __qlogicfas_detect()
Dhosts.c382 struct Scsi_Host *scsi_host_alloc(struct scsi_host_template *sht, int privsize) in scsi_host_alloc() function
516 EXPORT_SYMBOL(scsi_host_alloc);
Djazz_esp.c140 host = scsi_host_alloc(tpnt, sizeof(struct esp)); in esp_jazz_probe()
Da2091.c177 instance = scsi_host_alloc(&a2091_scsi_template, in a2091_probe()
Da3000.c197 instance = scsi_host_alloc(&amiga_a3000_scsi_template, in amiga_a3000_scsi_probe()
Dsgiwd93.c226 host = scsi_host_alloc(&sgiwd93_template, sizeof(struct ip22_hostdata)); in sgiwd93_probe()
Dmac_scsi.c372 instance = scsi_host_alloc(&mac_scsi_template, in mac_scsi_probe()
Dsun3x_esp.c205 host = scsi_host_alloc(tpnt, sizeof(struct esp)); in esp_sun3x_probe()
Dgvp11.c301 instance = scsi_host_alloc(&gvp11_scsi_template, in gvp11_probe()
Dps3rom.c380 host = scsi_host_alloc(&ps3rom_host_template, in ps3rom_probe()
Dam53c974.c420 shost = scsi_host_alloc(hostt, sizeof(struct esp)); in pci_esp_probe_one()
Dsun3_scsi.c576 instance = scsi_host_alloc(&sun3_scsi_template, in sun3_scsi_probe()
Datari_scsi.c789 instance = scsi_host_alloc(&atari_scsi_template, in atari_scsi_probe()
/Linux-v4.19/drivers/scsi/arm/
Doak.c128 host = scsi_host_alloc(&oakscsi_template, sizeof(struct NCR5380_hostdata)); in oakscsi_probe()
Darxescsi.c269 host = scsi_host_alloc(&arxescsi_template, sizeof(struct arxescsi_info)); in arxescsi_probe()
Dcumana_1.c240 host = scsi_host_alloc(&cumanascsi_template, sizeof(struct NCR5380_hostdata)); in cumanascsi1_probe()
Dpowertec.c319 host = scsi_host_alloc(&powertecscsi_template, in powertecscsi_probe()
Dcumana_2.c392 host = scsi_host_alloc(&cumanascsi2_template, in cumanascsi2_probe()
/Linux-v4.19/Documentation/scsi/
Dscsi_mid_low_api.txt101 scsi_host_alloc() ** . Those interface functions that the LLD does not
116 ** the scsi_host_alloc() function is a replacement for the rather vaguely
145 scsi_host_alloc() -->
182 (a pointer is returned by scsi_host_alloc()). Such instances are "owned"
240 - scsi_host_alloc(): returns a pointer to new instance of struct
299 scsi_host_alloc - return a new scsi_host instance whose refcount==1
352 * successful call to scsi_host_alloc(). This function does not
417 * scsi_host_alloc - create a scsi host adapter instance and perform basic
437 struct Scsi_Host * scsi_host_alloc(struct scsi_host_template * sht,
646 is passed to scsi_host_alloc() [or scsi_register() / init_this_scsi_driver()].
[all …]
/Linux-v4.19/drivers/scsi/pcmcia/
Dqlogic_stub.c106 shost = scsi_host_alloc(host, sizeof(struct qlogicfas408_priv)); in qlogic_detect()
/Linux-v4.19/arch/ia64/hp/sim/
Dsimscsi.c358 host = scsi_host_alloc(&driver_template, 0); in simscsi_init()
/Linux-v4.19/include/scsi/
Dscsi_host.h753 extern struct Scsi_Host *scsi_host_alloc(struct scsi_host_template *, int);
/Linux-v4.19/drivers/scsi/csiostor/
Dcsio_init.c615 shost = scsi_host_alloc( in csio_shost_init()
619 shost = scsi_host_alloc( in csio_shost_init()

12345