Searched refs:scsi_host_alloc (Results 1 – 25 of 112) sorted by relevance
12345
/linux-6.14.4/drivers/scsi/ |
D | dmx3191d.c | 76 shost = scsi_host_alloc(&dmx3191d_driver_template, in dmx3191d_probe_one()
|
D | mvme147.c | 99 mvme147_shost = scsi_host_alloc(&mvme147_host_template, in mvme147_init()
|
D | qlogicfas.c | 98 hreg = scsi_host_alloc(host, sizeof(struct qlogicfas408_priv)); in __qlogicfas_detect()
|
D | jazz_esp.c | 113 host = scsi_host_alloc(tpnt, sizeof(struct esp)); in esp_jazz_probe()
|
D | hosts.c | 392 struct Scsi_Host *scsi_host_alloc(const struct scsi_host_template *sht, int privsize) in scsi_host_alloc() function 541 EXPORT_SYMBOL(scsi_host_alloc);
|
D | sun3x_esp.c | 178 host = scsi_host_alloc(tpnt, sizeof(struct esp)); in esp_sun3x_probe()
|
D | a3000.c | 237 instance = scsi_host_alloc(&amiga_a3000_scsi_template, in amiga_a3000_scsi_probe()
|
D | a2091.c | 216 instance = scsi_host_alloc(&a2091_scsi_template, in a2091_probe()
|
D | sgiwd93.c | 234 host = scsi_host_alloc(&sgiwd93_template, sizeof(struct ip22_hostdata)); in sgiwd93_probe()
|
D | mac_scsi.c | 476 instance = scsi_host_alloc(&mac_scsi_template, in mac_scsi_probe()
|
D | mac_esp.c | 304 host = scsi_host_alloc(tpnt, sizeof(struct esp)); in esp_mac_probe()
|
D | gvp11.c | 355 instance = scsi_host_alloc(&gvp11_scsi_template, in gvp11_probe()
|
D | ps3rom.c | 363 host = scsi_host_alloc(&ps3rom_host_template, in ps3rom_probe()
|
D | am53c974.c | 391 shost = scsi_host_alloc(hostt, sizeof(struct esp)); in pci_esp_probe_one()
|
D | atari_scsi.c | 787 instance = scsi_host_alloc(&atari_scsi_template, in atari_scsi_probe()
|
/linux-6.14.4/drivers/scsi/arm/ |
D | oak.c | 129 host = scsi_host_alloc(&oakscsi_template, sizeof(struct NCR5380_hostdata)); in oakscsi_probe()
|
D | arxescsi.c | 275 host = scsi_host_alloc(&arxescsi_template, sizeof(struct arxescsi_info)); in arxescsi_probe()
|
D | cumana_1.c | 241 host = scsi_host_alloc(&cumanascsi_template, sizeof(struct NCR5380_hostdata)); in cumanascsi1_probe()
|
D | powertec.c | 320 host = scsi_host_alloc(&powertecscsi_template, in powertecscsi_probe()
|
D | cumana_2.c | 396 host = scsi_host_alloc(&cumanascsi2_template, in cumanascsi2_probe()
|
/linux-6.14.4/Documentation/scsi/ |
D | scsi_mid_low_api.rst | 104 scsi_host_alloc(). Those interface functions that the LLD does not 145 scsi_host_alloc() --> 181 (a pointer is returned by scsi_host_alloc()). Such instances are "owned" 238 - scsi_host_alloc(): 299 - scsi_host_alloc - return a new scsi_host instance whose refcount==1 349 * successful call to scsi_host_alloc(). This function does not 414 * scsi_host_alloc - create a scsi host adapter instance and perform basic 434 struct Scsi_Host * scsi_host_alloc(const struct scsi_host_template * sht, 583 is passed to scsi_host_alloc(). 594 should be passed to the mid level's scsi_host_alloc(). [all …]
|
/linux-6.14.4/drivers/scsi/pcmcia/ |
D | qlogic_stub.c | 109 shost = scsi_host_alloc(host, sizeof(struct qlogicfas408_priv)); in qlogic_detect()
|
/linux-6.14.4/include/scsi/ |
D | scsi_host.h | 765 extern struct Scsi_Host *scsi_host_alloc(const struct scsi_host_template *, int);
|
/linux-6.14.4/drivers/scsi/csiostor/ |
D | csio_init.c | 607 shost = scsi_host_alloc( in csio_shost_init() 611 shost = scsi_host_alloc( in csio_shost_init()
|
/linux-6.14.4/drivers/scsi/elx/efct/ |
D | efct_xport.c | 381 shost = scsi_host_alloc(&efct_template, sizeof(*vport)); in efct_scsi_new_device() 905 shost = scsi_host_alloc(&efct_template, sizeof(*vport)); in efct_scsi_new_vport()
|
12345