Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dscsi_scan.c1479 if (scsi_host_scan_allowed(shost) && scsi_autopm_get_host(shost) == 0) { in __scsi_add_device()
1618 if (scsi_host_scan_allowed(shost) && scsi_autopm_get_host(shost) == 0) { in scsi_scan_target()
1675 if (scsi_host_scan_allowed(shost) && scsi_autopm_get_host(shost) == 0) { in scsi_scan_host_selected()
1700 if (!scsi_host_scan_allowed(shost) || in scsi_sysfs_add_devices()
1902 if (!scsi_host_scan_allowed(shost)) in scsi_get_host_dev()
/OK3568_Linux_fs/kernel/include/scsi/
H A Dscsi_host.h776 static inline int scsi_host_scan_allowed(struct Scsi_Host *shost) in scsi_host_scan_allowed() function