Searched refs:scsi_add_single_device (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_proc.c | 229 * scsi_add_single_device - Respond to user request to probe for/add device 243 static int scsi_add_single_device(uint host, uint channel, uint id, uint lun) in scsi_add_single_device() function 350 err = scsi_add_single_device(host, channel, id, lun); in proc_scsi_write()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_proc.c | 324 * scsi_add_single_device - Respond to user request to probe for/add device 338 static int scsi_add_single_device(uint host, uint channel, uint id, uint lun) in scsi_add_single_device() function 445 err = scsi_add_single_device(host, channel, id, lun); in proc_scsi_write()
|
Completed in 2 milliseconds