Searched refs:scsi_scan_type (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
D | scsi_scan.c | 100 char scsi_scan_type[7] = SCSI_SCAN_TYPE_DEFAULT; variable 102 module_param_string(scan, scsi_scan_type, sizeof(scsi_scan_type), 1467 if (strncmp(scsi_scan_type, "none", 4) == 0) in __scsi_add_device() 1607 if (strncmp(scsi_scan_type, "none", 4) == 0) in scsi_scan_target() 1611 strncmp(scsi_scan_type, "manual", 6) == 0) in scsi_scan_target() 1721 if (strncmp(scsi_scan_type, "sync", 4) == 0) in scsi_prep_async_scan() 1840 if (strncmp(scsi_scan_type, "none", 4) == 0 || in scsi_scan_host() 1841 strncmp(scsi_scan_type, "manual", 6) == 0) in scsi_scan_host()
|
D | scsi_priv.h | 120 extern char scsi_scan_type[];
|
D | scsi_pm.c | 166 if (strncmp(scsi_scan_type, "async", 5) != 0) in scsi_bus_resume_common()
|