Searched refs:scsi_autopm_get_host (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/scsi/
H A Dscsi_priv.h178 extern int scsi_autopm_get_host(struct Scsi_Host *);
183 static inline int scsi_autopm_get_host(struct Scsi_Host *h) { return 0; } function
H A Dscsi_pm.c245 int scsi_autopm_get_host(struct Scsi_Host *shost) function
H A Dscsi_scan.c1614 if (scsi_host_scan_allowed(shost) && scsi_autopm_get_host(shost) == 0) {
1806 if (scsi_host_scan_allowed(shost) && scsi_autopm_get_host(shost) == 0) {
1863 if (scsi_host_scan_allowed(shost) && scsi_autopm_get_host(shost) == 0) {
2031 if (scsi_autopm_get_host(shost) < 0)
H A Dhosts.c179 scsi_autopm_get_host(shost);
H A Dscsi_error.c2329 if (!shost->eh_noresume && scsi_autopm_get_host(shost) != 0) {
2454 if (scsi_autopm_get_host(shost) < 0)

Completed in 112 milliseconds