Home
last modified time | relevance | path

Searched refs:slave_alloc (Results 1 – 25 of 48) sorted by relevance

12

/linux/drivers/usb/storage/
A Dscsiglue.c67 static int slave_alloc (struct scsi_device *sdev) in slave_alloc() function
640 .slave_alloc = slave_alloc,
A Duas.c908 .slave_alloc = uas_slave_alloc,
/linux/drivers/staging/rts5208/
A Drtsx.c60 static int slave_alloc(struct scsi_device *sdev) in slave_alloc() function
201 .slave_alloc = slave_alloc,
/linux/Documentation/scsi/
A Dscsi_mid_low_api.rst115 should be static. For example the slave_alloc() function in an LLD
152 slave_alloc()
155 slave_alloc()
158 slave_alloc() ***
163 respond, a slave_alloc(), slave_destroy() pair is called.
205 slave_alloc()
224 (a pointer is passed as the parameter to slave_alloc() and
660 - slave_alloc - prior to any commands being sent to a new device
963 * slave_alloc - prior to any commands being sent to a new device
984 int slave_alloc(struct scsi_device *sdp)
[all …]
/linux/include/scsi/
A Dscsi_host.h184 int (* slave_alloc)(struct scsi_device *); member
A Dlibsas.h754 .slave_alloc = sas_slave_alloc, \
/linux/drivers/scsi/bfa/
A Dbfad_im.c803 .slave_alloc = bfad_im_slave_alloc,
826 .slave_alloc = bfad_im_slave_alloc,
/linux/drivers/scsi/
A Dscsi_scan.c366 if (shost->hostt->slave_alloc) { in scsi_alloc_sdev()
367 ret = shost->hostt->slave_alloc(sdev); in scsi_alloc_sdev()
A Dvirtio_scsi.c804 .slave_alloc = virtscsi_device_alloc,
A Dstorvsc_drv.c1878 .slave_alloc = storvsc_device_alloc,
A D53c700.c335 tpnt->slave_alloc = NCR_700_slave_alloc; in NCR_700_detect()
/linux/drivers/usb/image/
A Dmicrotek.c629 .slave_alloc = mts_slave_alloc,
/linux/drivers/scsi/snic/
A Dsnic_main.c110 .slave_alloc = snic_slave_alloc,
/linux/drivers/s390/scsi/
A Dzfcp_scsi.c430 .slave_alloc = zfcp_scsi_slave_alloc,
/linux/drivers/scsi/csiostor/
A Dcsio_scsi.c2279 .slave_alloc = csio_slave_alloc,
2298 .slave_alloc = csio_slave_alloc,
/linux/drivers/scsi/fnic/
A Dfnic_main.c109 .slave_alloc = fnic_slave_alloc,
/linux/drivers/firewire/
A Dsbp2.c1593 .slave_alloc = sbp2_scsi_slave_alloc,
/linux/drivers/message/fusion/
A Dmptspi.c831 .slave_alloc = mptspi_slave_alloc,
A Dmptfc.c116 .slave_alloc = mptfc_slave_alloc,
/linux/include/linux/
A Dlibata.h1463 .slave_alloc = ata_scsi_slave_alloc, \
/linux/drivers/scsi/hisi_sas/
A Dhisi_sas_v1_hw.c1743 .slave_alloc = hisi_sas_slave_alloc,
/linux/drivers/scsi/lpfc/
A Dlpfc_scsi.c6751 .slave_alloc = lpfc_no_slave,
6775 .slave_alloc = lpfc_slave_alloc,
6802 .slave_alloc = lpfc_slave_alloc,
/linux/drivers/scsi/sym53c8xx_2/
A Dsym_glue.c1687 .slave_alloc = sym53c8xx_slave_alloc,
/linux/drivers/scsi/aic7xxx/
A Daic7xxx_osm.c794 .slave_alloc = ahc_linux_slave_alloc,
/linux/drivers/scsi/fcoe/
A Dfcoe.c272 .slave_alloc = fc_slave_alloc,

Completed in 97 milliseconds

12