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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dscsi_priv.h155 extern int scsi_autopm_get_host(struct Scsi_Host *);
160 static inline int scsi_autopm_get_host(struct Scsi_Host *h) { return 0; } function
H A Dscsi_pm.c171 int scsi_autopm_get_host(struct Scsi_Host *shost) function
H A Dscsi_scan.c1473 if (scsi_host_scan_allowed(shost) && scsi_autopm_get_host(shost) == 0) {
1593 if (scsi_host_scan_allowed(shost) && scsi_autopm_get_host(shost) == 0) {
1639 if (scsi_host_scan_allowed(shost) && scsi_autopm_get_host(shost) == 0) {
1804 if (scsi_autopm_get_host(shost) < 0)
H A Dhosts.c171 scsi_autopm_get_host(shost);
H A Dscsi_error.c1750 if (scsi_autopm_get_host(shost) != 0) {
1875 if (scsi_autopm_get_host(shost) < 0)

Completed in 45 milliseconds