Searched refs:scsi_scan_type (Results 1 – 1 of 1) sorted by relevance
/drivers/scsi/ |
D | scsi_scan.c | 100 static char scsi_scan_type[7] = SCSI_SCAN_TYPE_DEFAULT; variable 102 module_param_string(scan, scsi_scan_type, sizeof(scsi_scan_type), 135 if (strncmp(scsi_scan_type, "async", 5) != 0) in scsi_enable_async_suspend() 1578 if (strncmp(scsi_scan_type, "none", 4) == 0) in __scsi_add_device() 1735 if (strncmp(scsi_scan_type, "none", 4) == 0) in scsi_scan_target() 1739 strncmp(scsi_scan_type, "manual", 6) == 0) in scsi_scan_target() 1849 if (strncmp(scsi_scan_type, "sync", 4) == 0) in scsi_prep_async_scan() 1968 if (strncmp(scsi_scan_type, "none", 4) == 0 || in scsi_scan_host() 1969 strncmp(scsi_scan_type, "manual", 6) == 0) in scsi_scan_host()
|