Home
last modified time | relevance | path

Searched refs:scsi_scan_host (Results 1 – 25 of 92) sorted by relevance

1234

/linux/Documentation/translations/zh_CN/scsi/
H A Dscsi_mid_low_api.rst140 scsi_scan_host() -------+
181 scsi_scan_host() 函数会扫描该HBA所属SCSI传输通道上的设备。在
280 - scsi_scan_host - 执行SCSI总线扫描
300 * 中由系统内部调用(即scsi_scan_host()执行期间)。因此,
301 * 仅应在以下情况调用:HBA在scsi_scan_host()完成扫描后,
324 * 总线扫描可通过调用scsi_scan_host()或其他传输层特定的
402 * scsi_scan_host()稍后执行。
497 * scsi_scan_host - 执行SCSI总线扫描
506 void scsi_scan_host(struct Scsi_Host *shost)
/linux/drivers/scsi/
H A Dbvme6000_scsi.c80 scsi_scan_host(host); in bvme6000_probe()
H A Dsni_53c710.c95 scsi_scan_host(host); in snirm710_probe()
H A Da4000t.c85 scsi_scan_host(host); in amiga_a4000t_scsi_probe()
H A Dmvme16x_scsi.c94 scsi_scan_host(host); in mvme16x_probe()
H A Ddmx3191d.c101 scsi_scan_host(shost); in dmx3191d_probe_one()
H A Dmvme147.c139 scsi_scan_host(mvme147_shost); in mvme147_init()
H A Dlasi700.c125 scsi_scan_host(host); in lasi700_probe()
H A Dzorro7xx.c138 scsi_scan_host(host); in zorro7xx_init_one()
H A Dqlogicfas.c124 scsi_scan_host(hreg); in __qlogicfas_detect()
H A Dzalon.c155 scsi_scan_host(host); in zalon_probe()
H A Dsim710.c129 scsi_scan_host(host); in sim710_probe_common()
H A Da2091.c253 scsi_scan_host(instance); in a2091_probe()
H A Da3000.c273 scsi_scan_host(instance); in amiga_a3000_scsi_probe()
H A Dsgiwd93.c278 scsi_scan_host(host); in sgiwd93_probe()
H A Dmac_scsi.c519 scsi_scan_host(instance); in mac_scsi_probe()
H A Dps3rom.c388 scsi_scan_host(host); in ps3rom_probe()
H A Dgvp11.c414 scsi_scan_host(instance); in gvp11_probe()
H A Dvirtio_scsi.c401 scsi_scan_host(virtio_scsi_host(vscsi->vdev)); in virtscsi_handle_event()
990 scsi_scan_host(shost); in virtscsi_probe()
H A Datari_scsi.c852 scsi_scan_host(instance); in atari_scsi_probe()
/linux/drivers/scsi/arm/
H A Doak.c154 scsi_scan_host(host); in oakscsi_probe()
H A Dcumana_1.c279 scsi_scan_host(host); in cumanascsi1_probe()
/linux/drivers/scsi/pcmcia/
H A Dqlogic_stub.c135 scsi_scan_host(shost); in qlogic_detect()
/linux/include/scsi/
H A Dscsi_host.h808 extern void scsi_scan_host(struct Scsi_Host *);
/linux/Documentation/scsi/
H A Dscsi_mid_low_api.rst147 scsi_scan_host() -------+
192 HBA is added, the scsi_scan_host() function causes a scan for SCSI devices
305 - scsi_scan_host - scan SCSI bus
326 * bus scan when an HBA is added (i.e. scsi_scan_host()). So it
328 * device (lu) after scsi_scan_host() has completed. If successful
350 * scan the bus; this can be done by calling scsi_scan_host() or
430 * scsi_add_host() and scsi_scan_host() are called.
529 * scsi_scan_host - scan SCSI bus
538 void scsi_scan_host(struct Scsi_Host *shost)

1234