Searched refs:scsi_alloc_sdev (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_scan.c | 202 * scsi_alloc_sdev - allocate and setup a scsi_Device 215 static struct scsi_device *scsi_alloc_sdev(struct scsi_target *starget, in scsi_alloc_sdev() function 1030 * @hostdata: passed to scsi_alloc_sdev() 1078 sdev = scsi_alloc_sdev(starget, lun, hostdata); in scsi_probe_and_add_lun() 1228 * go into scsi_alloc_sdev() and just have it return null when asked in scsi_sequential_lun_scan() 1323 sdev = scsi_alloc_sdev(starget, 0, NULL); in scsi_report_lun_scan() 1907 sdev = scsi_alloc_sdev(starget, 0, NULL); in scsi_get_host_dev()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_scan.c | 265 * scsi_alloc_sdev - allocate and setup a scsi_Device 278 static struct scsi_device *scsi_alloc_sdev(struct scsi_target *starget, in scsi_alloc_sdev() function 1141 * @hostdata: passed to scsi_alloc_sdev() 1189 sdev = scsi_alloc_sdev(starget, lun, hostdata); in scsi_probe_and_add_lun() 1338 * go into scsi_alloc_sdev() and just have it return null when asked in scsi_sequential_lun_scan() 1436 sdev = scsi_alloc_sdev(starget, 0, NULL); in scsi_report_lun_scan()
|
Completed in 5 milliseconds