Searched refs:scsi_host_scan_allowed (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/scsi/
H A Dscsi_scan.c1547 if (scsi_host_scan_allowed(shost) && scsi_autopm_get_host(shost) == 0) { __scsi_add_device()
1671 if (scsi_host_scan_allowed(shost) && scsi_autopm_get_host(shost) == 0) { scsi_scan_target()
1726 if (scsi_host_scan_allowed(shost) && scsi_autopm_get_host(shost) == 0) { scsi_scan_host_selected()
1751 if (!scsi_host_scan_allowed(shost) || shost_for_each_device()
1952 if (!scsi_host_scan_allowed(shost)) scsi_get_host_dev()
/linux-4.1.27/include/scsi/
H A Dscsi_host.h814 * scsi_host_scan_allowed - Is scanning of this host allowed
817 static inline int scsi_host_scan_allowed(struct Scsi_Host *shost) scsi_host_scan_allowed() function

Completed in 73 milliseconds